Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
Australian Tax Files Numbers, commonly known as TFNs, are 9-digit numbers where the last digit is a validation check-digit.How would we go about setting up Detection and DQ EvaluationΒ Rules for TFNs?The following article applies to ONE version 13.x. The screenshots are from v13.9.For the Detection Rule, we might want to ignore any extraneous characters in the data, for example, the data that is profiled might contain, TFN:123456782, that could be easily transformed into a valid TFN by removing the prefix.For the DQ Evaluation Rule, we might want to consider values that contain the TFN:Β prefix like in previous example as invalid, to indicate that further processing/cleansing of the data is required.The good news is that we can use almostΒ the same condition for detectingΒ and validatingΒ the numeric part of the TFN. For the DQ Evaluation Rule, weβll use an extra condition to check that only numbers are present.Detection RuleTo configure the Detection Rule in ONE, headΒ to the Rules section
We have one use case where we are looking for a feature of looping the records and reading it record by record ..Β Can you please share any template plan for the same..Β
I have a plan file in which there are multiple flows which generate multiple result csv files having differentΒ number/size of column .I want to store the output of each flow into a single csv file by appending the rows.I want to this happen every time I run the plan fileΒ Example - On 1st run of the plan file each result csv file have 10 rows andΒ there are 5 flows . This should lead to a total of 50 rows in the appended file . Now on the 2nd run of the plan file the 10 rows are generated again for each flow , this should lead to a total of 100 rows( 50(1st run) + 50 (2nd run) )Β Β in appended file .
Β "When one column have countries, another column have city" This city should be in that country else it is invalid.Β Please help.
Hello everyone!Did anyoneΒ enable and configure Lineage via by configuring Lineage Database with 3 tables?Β I don't know where to create, how to fill in the table and how to start setting up. What conditions are needed? What needs to be created?I will be very grateful for your help
I am trying to connect Ataccma to Azure Data lake. Can someone help me on this?I know the container name & Storage Account.. but unable to find Client ID, Authentication token endpoint & client key.Β Β
How one can create a counter with rule for e.g.I am trying to add validation for a column value which will have two rules.Based on three inputs column value,range lower limit and range uper limit.1) If the column value is within the specified range of value (input). Count it's sum how many passed the rule ?2)If the column is out of the specified range of value (input).Count it's sum how many failing the rule?.Β Β
I created a lookup file from existing attributes in the table but some values are missing so I need to update the look up file. How to do that? How to create lkp file outside of web interface and upload to ataccama?
I have rule having 2 attributes but it cannot be linked to business term. How can make use of this rule to validate the atrributes?
Hi All,Β I have a question about the connection in JSON Call.I had given the urlΒ (GraphQL url )to connect in the url section,and in the http headers section, I had given the Authorization in Name and credentials in value.The same thing works in Postman but not in JSON calls.Please make any suggestions.Β ThanksAvi
I have to parse the below JSON GETΒ response to get βemailβ andΒ "is_valid_format.valueβΒ as columns in Json Call step with Data Streams, How can I perform this?Β {Β Β Β Β "email":Β "xxxx@abc.com",Β Β Β Β "autocorrect":Β "",Β Β Β Β "deliverability":Β "DELIVERABLE",Β Β Β Β "quality_score":Β "0.99",Β Β Β Β "is_valid_format":Β {Β Β Β Β Β Β Β Β "value":Β true,Β Β Β Β Β Β Β Β "text":Β "TRUE"Β Β Β Β },Β Β Β Β "is_free_email":Β {Β Β Β Β Β Β Β Β "value":Β false,Β Β Β Β Β Β Β Β "text":Β "FALSE"Β Β Β Β },Β Β Β Β "is_disposable_email":Β {Β Β Β Β Β Β Β Β "value":Β false,Β Β Β Β Β Β Β Β "text":Β "FALSE"Β Β Β Β },Β Β Β Β "is_role_email":Β {Β Β Β Β Β Β Β Β "value":Β false,Β Β Β Β Β Β Β Β "text":Β "FALSE"Β Β Β Β },Β Β Β Β "is_catchall_email":Β {Β Β Β Β Β Β Β Β "value":Β null,Β Β Β Β Β Β Β Β "text":Β "UNKNOWN"Β Β Β Β },Β Β Β Β "is_mx_found":Β {Β Β Β Β Β Β Β Β "value":Β true,Β Β Β Β Β Β Β Β "text":Β "TRUE"Β Β Β Β },Β Β Β Β "is_smtp_valid":Β {Β Β Β Β Β Β Β Β "value":Β true,Β Β Β Β Β Β Β Β "text":Β "TRUE"Β Β Β Β }}
Β While working in a live project, there might be a requirement to close or change the status of existing issues in the MDM Administrator (MDA) interface in bulk or on ad-hoc basis automatically whenever certain criteria are met.Some example scenarios when MDA issues require closure could be:Β Close a split proposal whenever matching attributes of instance records become the same Close all issues with specific data quality criteria that is no longer relevant for client. Example β Company Established Date data quality checks are not required, and client wants to close issues raised for Company Established Date. Close all resolved issuesΒ To implement a solution to close issues, certain information is required:Β The database and tables where issue information is stored:Key Issues details visible in MDA UI are stored in βdqit_issueβ table in βit_dbβ default databases for MDA.Β Note: Details of configured database can be found in the runtimeConfig file.Β Key fields in the dqit_issue database:
Based on data sensitivity classification of the data source, we would like to validate if the data is encrypted or in clear.Β If the classification is confidential and the data is in the clear (unecrypted) we want toΒ generate a report for the data custodian.Β Β Requirements:Β workflow, scheduler, alert notificationΒ Β
I am using version 13.7 and trying to import twoΒ table that consists binary values in two different columns and as a part of check I need to check if the two columns have same values. However, there is no option to import binary values and they are getting importedΒ as string by default. Please help me if there is a way to convert the values into binary or they can be converted back to their original binary values
INTROSometimes you need to enrich your entity view with the combination of attribute values or attributes that belong to some other entityβ¦ and there is a way to do it using computed content feature.Following are the two use cases I happen to encounter most often.Β Show parent attribute in a child entityYou have report and reportColumn entities. Entity reportColumn is an array of embedded objects inside report. Entity report has a reportName attribute.The goal is to add report.reportName to reportColumn entity as reportName attribute.Β High level steps:Create a new entity named reportNameCC, save it, **DO NOT PUBLISH**. In the Computed Content tab of the entity add parameters and SQL. Edit reportColumn entity Β add embedded object with type reportNameCC; Β add delegate property to embedded reportNameCC. Β Computed Content EntityGoto Organization β Metadata Model Press Create entity and create empty reportNameCC entity. Save but **DO NOT PUBLISH!** Open Computed Content tab and fill in: Inp
I amΒ writing custom steps in Java. the help has some examples. I am wondering to know if the are any javadoc about the ataccama core classes. I would like to test my new custom step using junit.Β Any reference will help a lot.
Hi,Β Β I am using a parquet file writer and I would like to set the size of the file, how can I do that?Β
I tried to profile flat file in ADLS but profiling failed with the below error :Β Β Β {"status":"FAILURE"}Detail: org/apache/hadoop/conf/Configurationorg.apache.hadoop.conf.ConfigurationΒ Please help
Hi,Have gotten some good answers here. So here is a case. It is a requirements to merge data.This involves steps:Compare to sets of data - say Target and Source. Any record not in Target but in Source will be added (insert). Any record in Target but not in Source will be flagged βdeletedβ or deleted (delete) Any record in both sets will be updated - say a timestamp will be updated (update)In SQL it is known as MERGE.One way would be an full outer join and then use filters, with three branches in the plan, but I hope I miss an easier way ;)Β
Hi all!There is a table in the source that contains about 100 million records and is updated every day. Is there any way to profile the table so that it adds only new data (for example, those that have appeared today) while not profiling all 100 million rows, but conditionally adding 1 million new records to the 99 million existing ones?
Hi Maksim,Can anyone help me view the brokenΒ new_database_connectionΒ image at MS SQL Connection error - DQ Analyzer - Ataccama Community?Β The png imageβsΒ status is 'Page not found.'I couldn't connect DQ Analyzer to an Azure SQL database using jTDS- MS SQL. I am using Active Directory - Universal with MFA support authentication.Thank you very much for your time and assistance!JP
Hi!Just started to learn how to work with Scheduler and Workflows and ran into an error when starting workflow through scheduler:ERROR: Data source 'GP' specified by property dataSourceName must exist. [Jdbc Reader (Jdbc Reader, offending property path=/dataSourceName)]The error occurs in the "run build file" task. This is a normal plan containing a database connection. Because of this, all other tasks remain with the "WAITING" status. I will attach the configuration of my .sch file:<?xml version='1.0' encoding='UTF-8'?><scheduleDefinition><description>test</description><enabled>true</enabled><job class="com.ataccama.adt.scheduler.job.WorkflowJob"><workflow>WF00:missed_products_flow_test.ewf</workflow></job><scheduling>40 16 * * *</scheduling></scheduleDefinition>Can you please tell me what I could be missing? Where to write database connection settings in .sch configuration? I just created a workflow, .sch w
While doing unit testing i canβt exclude special characters in Alphanumeric check.Please let me know the best way to do it.
How can we do decimal validation in Ataccama one web DQ rules.Β input attribute data type should be float for this rule.Β Β
imagine we have 100 views for which we need to find the count difference in 2 different dbβs .we need to create a dynamic query in a while loop which looks up view names one by one and runs until the requirement is met.Β Β I have a few questions to ask :Can we have a βJDBC Readerβ which can read dynamic queries? For example, using a βGlobal Variableβ in the JDBC Reader query to pick up view_names for every iteration. As per the solution above, we need to create a while loop to cater multiple iteration. Is there any method/function in Ataccama to achieve this?Β
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.