Discuss data, share best practices, learn, and grow with Ataccama's Community.
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
Howdy community!Todayβs post is a very quick thought on some language knowledge that seems to help me when searching for answers about a project I might be working on in Ataccama. When I search online for an answer about an expression, or maybe an error I am seeing, I typically search in the following order. In this example we will assume I want to change a date to a string in a Column Assigner.I always start with SQL. So my search might be βPGSQL to turn a date into a stringβ Next I usually go to JAVA. Same search but with JAVA instead of PGSQL. Finally (and I usually reserve this one more for troubleshooting), I go to XML. While it might not be super useful for this example, there have been a couple times where searching for certain XML. One example is from another of my post on making a field nillable (able to accept a null value). The way I was helped by looking up XML functions, was that I was actually able to view the XML for the Enrichment I was creating and search it piece by p
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!
How to load result data fromΒ Ataccama ONE MDM toΒ ERP systems like SAP?
I have a scenario where I do not want to deactivateΒ the source party records in Ataccama, even thoughΒ it no longer exists in the source. Is there a way to achieve this?
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
Hello,I am trying to use MPP step to derive some values from some free text field.I am struggling to parse any regex pattern for string like βA/Bβ.It seems to work but whenever there is / sign it just doesnβt parse it.I tried to escape it using \/ and also some other different options but nothing seems to work.Β What am I doing wrong?EDIT:Tried to parse similar REGEX against Regex Matching step and here it seems to work:Β Could it be possible that MPP step is parsing incorrectly?EDIT 2:I might have found the issue. I took Tokenizer part from our another component and it started working correctly. However, I still donβt understand exactly how Tokenizer works and the docs arenβt providing with great examples on how to understand it.Β Szymek
Please help/guide me on how to create parameters to enter values for a workflow in admin centre. I have an already configured workflow with parameters in Admin centre but I want to remove it. I am not aware of this change as it was made previously by another person. If there is some documentation in ataccama docs that someone could point me towards, that would also be great.TIAΒ
Can we have duplicate source_id column values in mdm full load?
I created twoΒ Complex Delta Load file and this led to addition of relatedΒ details inΒ .metadata/md/coβnnected_systemsβBut these two filesΒ donβt show up in the Admin Centre. Please tell me what can be done?
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
I have created a workflow to call a component which is selecting data based on a value provided by user in the admin center workflow input parameter.Β To make it error free so that the user doesnβt input any wrong value for the parameter, I was wondering ifΒ it is possible to create a dropdown or bulletΒ with accepted parameter values in the admin center so we could just choose the value and run the workflow?Please let me know if anyone has tried this.Thank you,
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
Hi All,How can I use the file us_ca_firstname_synonym.lkp to create a match? Like Robert Smith should match with Bob Smith. I checked the file and for one name it has multiple synonyms. I can fetch the result in clean component but not sure how do I use that in Match component to generate match. Your help is much appreciated. Thanks in advance.ThanksFS
Reasons for deletionThere are several reasons why you might want to delete data from your MDM.Legal reasons e.g. GDPR Incorrect load operation happened The data is simply not relevant anymore Performance issues while keeping redundant data etc.Truncate tables?People usually ask if a TRUNCATE operation worked. The simple answer is NO. It might work only in isolated edge cases. You typically need to consider MANY other things and at least some of them need to be resolved.uncommitted transactions related tables/records x... tables historical table(s) direct deletion will not be properly removed from the history and must be removed separately master table(s) matching repository and matching proposals repository (if matching is enabled) think about copyColumns - are there any data copied from that specific entity to a related one export operations (truncated data will not be exported) event handlers (truncated data will not be published) auditing direct deletion will not be logged and will
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.