Discuss, learn, ask, suggest, share all things DQ&C π
Recently active
I have a One Data table created by importing data from a .csv file.Β I need to use some of the data in this table by joining it with an existing Catalog Item by creating a SQL Catalog Item so that I can implement some rules on it.Β Where you select the source when starting to create the SQL Catalog Item I do not get an option to select oneData.Β Is it even possible to do this in OneWeb?
Debugging - is this possible to i.e. setup some breakpoint and let the application run all the previous steps before selected one?I like using debug function on steps (CTRL+Shift+D). To debug below Step i need to first debug all the previous steps and then i am able to debug the current one.However, if I happen to update logic on some step from the top i then would need to run & debug all the previous steps before i could debug i.e. Multiplicative Regex Matching.Is this possible to automate the manual work here? I would like to create a breakpoint on Multiplicative Regex Matching and each time i could just click a button and it would self-debug from the start to my breakpoint.Β I looked in your documentation but didnβt found any solution for this. I found some debugging view in ONE Desktop but it doesnβt allow me to add breakpoints.Do i need to configure my debugger somehow to achieve the above?Β Szymek
Hi Community,The first posts about the business glossary dealt about applying more term types (attribute and entity terms), and how they get context by adding relationship types. The previous post was about implementing multilingualism. The post ended with a remark about computed content, being the topic of this post.To refresh your memory, at the end of the article I showed this screen print, depicting how the translated terms show in the termβs detail page. So like this.Notice that the translation of the term name is preceded by the language code, so it is a concatenation in other words. I will describe how you can define this. Actually to accomplish this I made use of a document that Ataccama provided and that I will add to this article. The document also describes another use-case, so make sure to have a look!Β Anyhow, this is how the concatenation of the language code and translated term name is done.The calculation is defined in a new metadata model entity. As naming convention yo
Hi everyone πΒ Any Snowflake users amongst us? πWe have some exciting news to share - Snowflakeβs AI Data Cloud now features a native data quality solution, brought to you by Ataccama with zero cost.With this new App you can leverage data validation to elevate the data quality capabilities of Snowflake, enabling you to maintain high data standards effortlessly within your existing workflows.Β Letβs get into the details πOne of the common issues data engineers face today is not being able to validate the quality of the data stored in the Snowflake. While itβs possible to do some basic analysis using SQL this isnβt always sufficient enough when there is a need to validate a phone number, or if a physical address is existing, or email has valid syntax. So this is when we enter - Ataccama DQ here.How it works?The App has a predefined set of 50+ DQ rules available for you out of the box that you can use while writing SQL code in Snowflake. The DQ scores will be a part of the output of the
Hi,I have a question about the rule logic display when a section is applied. In the report view, I can see the rule logic/implementation when I select a rule. However, once I select a section and do the same, I can only see the valid and invalid results, not the rule logic. Is there a reason behind it?Β Thank you!
Hi All,Β Is there a wayΒ to parse a copybook fileΒ in order to transform theΒ data file into JSON/CSV?Β The use caseΒ is to be able to provide profiling metrics on the web via VCIs? Thank youπΒ
When creating groups, are the names always public to everyone who uses the instance?Β Or is there a way to create a group of groups that only the members of that groups can see?
Hi all,I have a file with a Β¬ delimiterΒ and text qualifiers and in the file it looks fine but when I look at the local file system in Ataccama to bring the file into the catalog the Β¬ shows as Z with an accent. Are there different regional settings in the config that need setting or changing or is this something else?Β Many thanks for any helpΒ Des
hi Team,Β i need to split a word based on a delimiter and try to add inceremental number to it, can you please help in acheiving this scenario.Input : select * from order;select * from customeroutput should be like select * from order - query 1, select * from customer - query 2i itried using split operator , but could not able to append the incremental number
Hi,We have a use case to accept a request from collibra with details like JDBC URL, username, password and query to AtaccamaΒ and I need to return the results and size of the results in reponse from Ataccama.Can you please share usecase/documentation for implementing this usecase in Ataccama.Regards,Rohith
Has anyone experience of integrating Ataccama with Alation Data Catalog?Iβve searched the support and knowledge base article without any success.
Hi all, what about if I had a fixed width file in the catalog with the first row as the header (in error). The column data comes in as one string which renders it unusable for profiling and DQ. How can I get these types of files into the catalog so I can use them in my monitoring project?Β I have used VCIβs before to add headers to csv files in the catalog and they work well.Β Kind regardsΒ Des
hi,i had a word like this β12345 - Data minβ, i need to split this word based on - operator and get the first word.I had another requirement like split and save the words in another varaibleex : select * from emp;select * from customerquery variable should have splitted value like select * from empcan you help in implementing above scenario
Hi folks,Is there some way that I can display a notification banner on Ataccama ONE and RDM, to notify users in advance of any platform maintenance?Iβd like to notify my users in advance if we have any planned works, including and not limited to platform version upgrades, or RDM model updates.
Hi Community,The previous posts about the business glossary dealt about applying more term types (attribute and entity terms), and how they get context by adding relationship types.This time I want to discuss options to add multilingualism to the glossary. I donβt mean the One Web interface itself, but the content. When your company operates in an international environment, having term names and definitions in just one language may not suffice (although many people understand English, the level of understanding may vary, so translations will contribute to a better understanding of the glossary content).So suppose the glossary contains content in English and, like in my situation, also Dutch translations are required for the termβs name and definition.The most simple solution would be to add properties like nameDutch and businessDefinitionDutch to entity term. And when German translations are required as well, add properties nameGerman and businessDefinitionGerman and so on.The pro of t
On the last 8 months we were working on deploy cloud resource to integrate databricks solution with ataccama dpe and develop jobs to execute on databricks and see the results on ataccama one.Β The deployment is executed on cloud provider side (aws - microsoft) and the configuration is manually so it takes time to set up with corresponding values, one of the task we would like to improve is the configuration of one databricks with unity catalog to be part of ataccama dpe.Β On past forums topics I saw helm is part of the tech stacks of ataccama and I am interested to know more about on.Β I would like to get more information kind of library to repository to understand helm on ataccama dpe.Β thank you
Iβm building an API call request, where I first need to obtain an access token, before I make my actual API call.I have tested the 2-step process using 2 separate JSON calls successfully. The message body of the OAuth request looks like this. Sensitive info redacted:Β scope is a required parameter. The above call successfully retrieves my token.Β I tried to setup this as a Generic server:But there is no available space to specify the scope parameter.Β When I run my plan:Β I get:2024-09-04 09:33:16 INFO: Validating model...2024-09-04 09:33:16 INFO: Creating runtime...2024-09-04 09:33:17 INFO: Running runtime...2024-09-04 09:33:17 [JsonCall] DEBUG: IOException when making request GET https://preprod-api.londonmarketgroup.co.uk/reference-data/acord/v2/version HTTP/1.1java.io.IOException: Cannot get credentials for request. at com.ataccama.dqc.io.http.CommonHttpClient.makeRequest(CommonHttpClient.java:351) at com.ataccama.dqc.tasks.io.json.call.JsonCall$Runtime.run(JsonCall.java:425) at com.at
Hi,13.9.4In the Monitoring Project there's a way to only display the data quality of the last run via Advanced settingsΒ βββββIs there also such a way to do accomplish this with Full Profiling on (SQL) Catalog Items?
I want the result of my monitoring project to appear in the dashboard in the Report section when I receive it by mail. Is it possible to amend the mail notification regarding this?The notification in mail should look like this:Β
Hi community,Has anyone managed to connect Ataccama (weβre on PaaS), or even ONE Desktop, to a corporate network folder, download files, and work with it in .ewf workflows and components / plans?Yes I know Ataccama connects to S3 buckets / ADLS Gen2 containers, but the environment that I work in people are really used to shared network drives and a lot of applications are integrated with them. It would make my life a lot easier if I can make Ataccama connect into it.When I look at either the SCP or SFTP upload/download steps, it requires a server to be set up with Basic authentication - of course when I connect to the network drive personally I donβt need to enter any of that.Has anyone done something similar?
HiI have a workflow with Send Email step configured and this workflow will be pushed to orchestration server to run it. I have an attachment need to be included in the email notification generated from the workflow and realized that if I put only the file name for example RESULTS_ABC.xlsx, by default it will find it the same folder of the workflow that is being created.Β Letβs say if I put the RESULTS_ABC.xlsx in different folder like Data/Out, how do I configure it correctly at the Attach Files configuration as shown in the image below? I saw a discussion to use filePath variable but I am not too familiar with that. Could you please explain how can we achieve running the workflow and read the file that is stored from different folder so that it can attach in the email.Β
Hi,Β I was wondering if there is a way to profile a subset of the data based on a certain criteria in the web application.Β For example, I want to get the profiling results only for records with the βActiveβ status in the βStatusβ field.I am able to do this in the desktop application by writing a custom sql query to filter the results. If I can do this directly in the web app that would be really helpful.Thanks in advance!
Hello Dears,Is there a functionality or a tool available to search on the code of VCI, catalog items, DQ rulesβ¦. in all the object types thatΒ we use in Ataccama.We know that there is possibility to search on the names, but not on the underlying levels.Β Β Thank you for ideas.Kind regards,Maria
Hello,I was able to parse a fixed width file using the Ataccama One App by editing the metadata.Β But when i try to parse the same file using the Ataccama Web App it doesnβt parse correctly.Β Is there a way to give the metadata file to the Web App for it to parse the file correctly ?Β Thanks,Β Rene Requenes
Business glossary - relationship types (part 2)Hi Community,In my previous post I presented the idea to implement new metadata entities for attribute and entity terms in the glossary. The reason for this is that it makes most sense to have more types of terms that best describe either a catalog item attribute (the attribute term) or a catalog item (the entity term).I finished the post with making a comparison to logical data modelling.In a logical data model the entity is described by its properties, so the attributes. An entity not only has descriptive attributes, but obviously also one or more attributes that identify a record of that entity, the primary key. Besides the primary key also an alternate key may exist (for instance an email address can be used as alternate key next to the client id). Or an attribute can act as foreign key to another entity. Such an attribute will then also exist in its parent entity.With the example of an attribute existing both as foreign key in one ent
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.