Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
@anna.spakovaΒ @CatherineΒ I need some sample look up file so I can understand the format of the look up file. Could you please provide. Thanks!
Hello guys,Β I'm using Master Data Center 12.7 and I have the belowΒ scenario:I have a Kafka ServerΒ for development and another one for production,Β theyΒ are set with different username and password, soΒ I need to connect to them:Without putting these username and password values directly in my code. In a way that MDC recognizes if it need to use development or production values.Β So, is there a way to setup it to use secrets (like database and server passwords) managed inΒ Vault by HashiCorp?Β If it's not, how can we use ENV variables to achieve the requirements above?Β Thank you,Victor Costa.
Hi Everyone,We have setup SQS on the IDE and noticed that the NME config(nme-stream-gen.xml) underΒ file is empty and is not generating any JMS config tags.Β We are using One desktop release 13.8. As per the Ataccama documents, the NME config file should generate JMS details on its own. Does anyone know a fix for this?
On release 13.8 IDE, we have configured JMS and each time we run the mdm server, we get the error:Β Β Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jmsProviderComponentInstance': Invocation of init method failed; nested exception is com.ataccama.dqc.server.config.ConfigException: Cannot initialize JmsProviderComponent: Cannot instantiate class: com.ataccama.dqc.jms.sqs.SQSInitialContextFactoryΒ Did anyone encounter this with JMS?
Hi,I am using DQC and setting it up as a DQ Window service. This provides the serverβs Admin centre.Β I would like to secure this using the users.xml and role-mapping.xml to get started. I have been able to configure it so that it prompts for login credentials but i am unable to actually login.Β Does any have an example of the users.xml and role-mapping.xml that works together? or any docs that i could refer to?Β We are using DQC v12.3.the following is what i have configured in the server.config.xml:i have only included the sections that are relevant:Β Β Β Β Β Β Β <component class="com.ataccama.dqc.server.services.AuthenticationService">Β Β Β Β Β Β Β Β Β <methods>Β Β Β Β Β Β Β Β Β Β Β Β <method class="com.ataccama.dqc.communication.auth.server.PasswordServerMethod">Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β <provider class="com.ataccama.dqc.communication.auth.server.FileBasedIdentityProvider">Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β <configFile>users.xml</configFile>Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β </provider>Β Β Β Β Β Β
Hi community members,Β How are you using Ataccama APIβs in your project. I am explaining the most common scenario which we have in our project. I have a need to use Ataccama API part of data pipelines, i.e right after reading the source. execute the ataccama jobs. Per myΒ understanding the Ataccama API is capable of doing below items thru API calls:Running DQ EvaluationProfilingRun Catalog itemRun Monitoring etcΒ This will not be truly data pipeline usage, For eg) I wanted to run a DQ Evaluation and based on the result of the DQ Evaluation, I would like to capture the results Success/Failure + failed records(if there are any failures). Is it possible with Ataccama APIβs? Have any one tried similar approach or if not want to understand the API usage in your projects
Hi all!Please tell me where to look to cope with the error "Cannot submit job: Cannot execute task 'preprocess job' for job xxx. Caused by: Cannot retrieve metadata node" when starting remote plan execution. When the plan is run, it goes through the SUBMITTED and PREPROCESSING stages and then ends up in the FAILURE stage with the above error.For clarification: my account has full admin rights in ONE Web, so I have access to the catalog item.
simply IΒ use here twoΒ columns date and kpi and sorting of date its fineΒ but if we useΒ record descriptor builder,Β its missing the date wise sorting.out:Β Steps:Sort βΒ have date column sorting.AlterβΒ have rd1 <String> and record_counter<Interger> Column additionRecord descriptor builder βΒ have rd1 binding with date and kpi columnΒ Β
I would like to add new column e.g. Description to the column bar, next to Abbreviation,Β but not familiar how to achieve it?Β Β current layout syntaxΒ
Hi there,Β From the official website, IΒ Β found the business terms could show data quality score on from category to element term level.Β Β I wonder how the sub-category itemΒ do an aggregation data quality score based on the element(column items). I understand that data quality rule could apply on column level or table level to show the quality result.Β Β For our current environment, Iβve set the hierarchyΒ relationship, Data DomainΒ is parent relationship toΒ Data set, Data Set is the Parent relationship to Tables, which looks like Data Domain > Data Set > Data Table. How can it show data quality score on Data Set(Sub-category)Β and Data Domain level(Category).Β Β Β Thank you!Β Best regards,VickyΒ Β
Hi Experts,Maybe Iβm missing something here. Iβd like to get the name and id of the monitoring project, catalog item in a post process, but the integration input doesnβt provide those, right? (Why nut? Or am I missing some system pars I could use here?) So how can I get these quickly?Thank you!Β
Hello. everyone! Has anyone encountered a problem withΒ large directory(example: 150 values).Β How did you solve this issueΒ andΒ make clearΒ to this directoryΒ easy in the Ataccama ONE itself, without using other external softwares, services?Β
Hi, is it possible to use data from two data sources in one catalog item? Is there an instruction regarding such task? Letβs say we have data in ERP and separate data in MDM tool, which areΒ not the part of the ERP itself, and we want to check if data in both are consistent for same records. Weβve heard, that it should be done by converting catalog items in IDE (at least for Gen1), but Iβm not sure how should it be working.Β
Did you ever useΒ valueList:property trait? No? Maybe this article will change your mind.What are traitsFirst things first. What are traits?Β Traits are used to enable additional configuration on our entities in the metadata model. They are either property traits (applied to properties) or entity traits (added to entities). Example can be a trait calledΒ fe:term that allows to give a term subtype a different color. Link to the full list of traits as well as how to apply them can be found at the end of this article.Why to useΒ valueList:property traitNow, what isΒ valueList:property trait? It is a trait that will (simply put) make properties look like terms. It will change the designΒ from the underlined text or list of underlined entities to small boxes. While it adds more to the design of the layout, it can also be very beneficial for arrays of embedded objects.Β If you have many values for this type of property, Ataccama will show only first 10 values and additional will be on other pages.
i found below string fucntion. in help document but it will check [A-Za-z]Β pattern.stringΒ matches(stringΒ srcRegex,Β stringΒ srcStrΒ [,Β stringΒ caseInsensitive=false])Β
Could someone pls share the link to learn about Ataccama one functions and expressions to refer
According to the documentation multiple listeners are allowed to be configured -Β Trying to configure mdm to listen at more than 1 port results in the following error on the first defined listener with only 1 other working :HTTP ERROR 500 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'keycloakSecurityConfigurer': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.ataccama.server.http.security.keycloak.KeycloakSecurity' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}Β Am I doing something wrong?Β
According to MDC 12.7 Documentation , we are allowed to define multiple listeners in the HttpDispatcher on different ports.When I try to do that, I get the following error trying to access one of the ports (the first one defined in order top to bottom in the serverConfig) , leaving me with only 1 working listenerΒ HTTP ERROR 500 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'keycloakSecurityConfigurer': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.ataccama.server.http.security.keycloak.KeycloakSecurity' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}Is there are workaround for this?Β Β
We continue with our series -Β todayβs topic isΒ Detection rules.πΒ Get Certified with Ataccama article series#1 Adding Data Sources#2 Add a Data Source to the Catalog#3 Business TermsπΒ LETβS TEST YOUR SKILLSUsing the ONE Web App, in the ONE Data Quality module, create a Detection Rule for 'Blood Type', if the value in the input column is one of the following 4 values, then Detect Term A B AB O Β π‘Β How to do it?Β Navigate toΒ Data QualityΒ -Β Detection RulesΒ and click onΒ CreateFill inΒ NameΒ and other information if needed andΒ SaveΒ itGo to tabΒ ImplementationΒ and fill inΒ Input AttributesΒ - always make sure you follow best practices for naming conventionsΒ In the sectionΒ Rule Logic, selectΒ DetectionSwitch toΒ Advanced Expression, write a condition andΒ Test RulePublishΒ the ruleΒ Do you have any question or tips&tricks? Let us know in comments section!Β
I am doing POC to adopt ataccama, please help me out on this requirementRequirement:Previous and current run data validation.For example:what is the threshold of yesterday sales or one week back sales and todays salesΒ
Is there a best approach to have LKPs updated via a webservice so that other web services can consume the updated lkp without restarting DQS?Β I have Web Service βAβ which builds a dictionary file.Β I also have Web Service βBβ which uses the dictionary built by Web Service βAβ.I would like to run Web Service βAβ so that Web Service βBβ is able to immediately use the updated dictionary without restarting the DQS service.Β Β Β Currently when i run Web Service β Aβ IΒ get a locked file issue:26.07.2022 12:43:56 [FATAL] Β [OnlineServicesComponent][buidTestDictionary.online][buidTestDictionary][buidTestDictionary.comp] [40] Internal error occurred during run of the plan: java.nio.channels.OverlappingFileLockException[STEP Lookup Builder[Lookup Builder]]java.nio.channels.OverlappingFileLockExceptionΒ Β Β at sun.nio.ch.SharedFileLockTable.checkList(Unknown Source)Β Β Β at sun.nio.ch.SharedFileLockTable.add(Unknown Source)Β Β Β at sun.nio.ch.FileChannelImpl.tryLock(Unknown Source)Β Β Β at com.ataccama.dqc.i
Hi all-- Please find below an introductory primer for the Ataccama Expressions language, for those familiar with Excel formulae (which are deliberately very similar in structure and use to the way weβve designed the expression language)β¦Β IntroductionOverviewOne of Ataccamaβs core values when developing Ataccama ONE is to create a user experience which simplifies as far as possible the technical complexities of data manipulation and data quality, and to put as many capabilities into the hands of business and non-technical users as possible.With this philosophy in mind we have created a powerful expression language, which moves away from the complexity of development languages such as scripting/python/SQL. Despite containing powerful and extensible functionality for complex data challenges, the design of the expressions have been made as simple as possible, and can be easily learned by anyone with a familiarity in MS-Excel formulas and features.This expression language is used throughout
When you start the workflow, in the last step, emails are sent using SMTP. When executing a task, the process throws the error java.net.SocketTimeoutException: Read timed outI suspect this is due to the fact that too little time is allotted for the connection, which is why the SMTP server does not have time to return a response. Is there a configuration file somewhere in ONE desktop where you can manually set the time on timeout ?Β Β
Is there a way to ingest data from a kafka topic as a connected system in ataccama?
I am working on 12.9 at my company, where I can see the data classification ?I do not see that, please help me out if this version support.Β Thanks & regards,Mukesh
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.