Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
Can you truly trust your data?Β If you or your team hesitates before answering, youβre not alone. Many organizations struggle with understanding what data they have, where it resides, and whether itβs reliable. Without proper documentation, data quickly becomes fragmented, outdated, or even misleading, and potentially leading to missed opportunities and poor decision-making.Β And thatβs why weβre introducing ourΒ End-to-End Data Quality Series! πData is one of the most valuable assets for any organization, but without a strong quality framework, it can quickly become unreliable and untrustworthy. In this four-part series, weβll walk through the essential steps of achieving high-quality, trustworthy dataβfrom documenting your data landscape to preventing issues before they arise. Each post will break down a key stage of the framework and providing actionable insights.Β Please do join in the discussion in the comments, let us know if you have followed any of these tips, or what helped you i
Hi,Β How can I send a file to SFTP folder using below task item? I am using Desktop version.Can someone help me how to get the required fields from the below screenshot? I have the location where I want to drop the file.Β
Hi,I am trying to validate the date given between 100 years ago and 15 years ago are valid , everything else is invalid. I am able to achieve this validation in YEAR part. I am looking for validating complete dateΒ instead of only Year part.Below are few screenshots.Β Β
Hi Community,Is it possible to fetch the policy creation or last update date for Policies, in order to make a DQ rule around it in Ataccama One? My use case is to build a DQ rule which will notify the stakeholders based on a timeframe after which the policy has been created or last updated, but unfortunately i am not seeing any property to fetch the Created or Last Update date.Β
Glossary terms are used to add more metadata to different assets in the Ataccama ONE, they are necessary for data quality evaluation of Catalog Items after profiling.Β πΒ Get Certified with Ataccama article series#1 Adding Data Sources#2 Add a Data Source to the CatalogΒ πΒ LETβS TEST YOUR SKILLSUsing the ONE Web App, in the ONE Business Glossary module, create business terms for '<your_name>_Blood Type', '<your_name>_Rhesus Status', '<your_name>_Blood Group'. Using the ONE Web App, in the ONE Business Glossary module, configure the business terms '<your_name>_Blood Type' and '<your_name>_Rhesus Status' as child terms of the parent term '<your_name>_Blood Group'.π‘Β How to do it?Β Navigate toΒ Business GlossaryΒ in the left navigation menu and click onΒ CreateΒ in the top right menuSelect Type -Β Business Term, fill inΒ NameΒ andΒ SaveYou will see that your business term has been successfully created, repeat the same process for remaining business termsOnce you
I have MDM setup and records are loaded using a Full Laod configuration. I need to create a load such that all the records that were added into the sourceΒ are moved into to MDM hub on a daily basis. The approach being used is to identify all the records updated today and load them into MDM. Can you please suggest if I needΒ to create a Delta Load for this or Full Load works. Also, I need to schedule a run ofΒ the load file on daily basis.How can I do it?
Hi,In one of my Monitoring Projects I am apparently missing input attributes for a DQ rules which doesn't appear anymore in my MP. The error, however, is still there. How can I get rid of this?Β Β
The Workflow task Run MDM Export does not recognize the export component and and gives error message.I am assuming it is because there is no path variable set for the Export folder.Can someone please help me identify the issue?
I have a workflow with a file iterator step. It runs without any issues in the IDE on my local machine, but whenever I deploy it my companyβs RDM server, I get the following error:2025-01-07 09:05:31 INFO: starting...2025-01-07 09:05:31 ERROR: Problem during initialization of iterator valuejava.io.IOException: An unexpected network error occurredΒ Β at java.io.WinNTFileSystem.canonicalize0(Native Method)Β Β at java.io.WinNTFileSystem.canonicalize(Unknown Source)Β Β at java.io.File.getCanonicalPath(Unknown Source)Β Β at com.ataccama.dqc.resources.local.FileResource.getCanonicalPath(FileResource.java:40)Β Β at com.ataccama.dqc.resources.impl.DelegatingResourceBase.getCanonicalPath(DelegatingResourceBase.java:41)Β Β at com.ataccama.adt.task.iterators.FileIterator$FileIteratorInstance.iterate(FileIterator.java:133)Β Β at com.ataccama.adt.task.iterators.TaskIteratorInstance.initAndIterate(TaskIteratorInstance.java:36)Β Β at com.ataccama.adt.task.exec.EwfForEachTaskInstance.run(EwfForEachTas
Hi Community,I have created a custom entity with parent type as Term as βClassβ. Now when i linked it to the catalog items and attributes using Reference Array writer its showing in my Custom Class section in the attributes as well as in the Catalog Item. But unfortunately i am not able to see it in the occurrence tab of this Custom Entity. Is there any way to add some properties in the Occurrence tab so that i can see the link for custom reference arrays. Any help is highly appreciated.Β
Hello community, I need to retrieve KeyCloak user information (e.g., email address) based on their username using Ataccama One Desktop. Has anyone done this before? If so, can you please share your experience or point me to some documentation?Thank you in advance for your help!
Hi, Iβm working with data stories, and Iβve created a custom metric to represent by using percentage format.This is the metric expression:iff(sum("Valid") + sum("Invalid") > 0, round(sum("Valid") * 100/ (sum("Valid") + sum("Invalid")), 2) / 100, 0)Both βValidβ and βInvalidβ are defined in Snowflake as REAL datatype.Iβve read this articleΒ Create Custom Attributes :: Ataccama ONEΒ and Iβm using round function, but it doesnβt work.Thanks in advance,GastonΒ
Hi Team,Is there a way to update the existing Term name or description or any property like termInstance from One Desktop metadata writer? I can only see option to add or delete but no update option. Any idea is highly appreciated.
Hi everyone!Β Iβm back with the second and last part of the GraphQL best practice series. First part was all aboutΒ authentication types & which one you should use and how to authenticate GraphQLΒ requests. This post will focus onΒ how to work with MMM in GraphQL - so letβs get into it.If youβd like to check out the first part Iβm sharing it here πΒ ONE Metadata Readers Or GraphQL?Β MMM is the name for the linked list that holds all metadata and the connections between them. Pretty much everything in MMM can be explored via GraphQL - as GraphQL is what happens behind the scenes in most steps/actions in ONE Desktop.As far as ONE Desktop is concerned, while ONE Metadata Readers are often all you need, highly nested queries and associated joins can become quite tricky to handle via ONE Desktop plans, and can sometimes be simpler to build by just running a specific GraphQL query. In addition to that,Β some things, such as raw profiling information can only be extracted via GraphQL.Β Exploring
Hi Team,I am trying to add my Business Terms in two separate child folders inside my Business Term Folder(Not Data Domains). Just wanted to know if its possible or not?I have created two child folders inside from navigation in settingsBusiness Glossaryβ Terms βΒ Β Business Terms βΒ Folder1Business Glossaryβ Terms βΒ Β Business Terms βΒ Folder2But unfortunately i am not sure how to add Business Terms in those two folders specifically, the normal Business Terms are added directly in the parent folders. Do i need to do some changes in the metadata model for this one or need to create any AQL filter for this folders(Same as Datadomains). Any tips or help is highly appreciated.
ONE Desktop provides two ways to access the ONE platform data. Usually, it is easiest to use the Metadata Reader step, but sometimes you need a more complex query, or perhaps you are developing a Json API call to be used from another application entirely.Β In this case, you will want to start from a Json Call step.The plan I will describe is this:Β Iβve used a random record generator to βinjectβ a single row into the data flow to get things started because the Json Call executes once for each row on its input.The βoutβ output from the Json Call carries all columns from the input; and can also be used to carry connection error messages. Iβve not set that up, so I just sent all that to Trash.Iβve named each of the remaining outputs using a sequential numbered prefix.Β This manipulates the automatic alphanumeric sorting of the output connections so that the ordering is more logical than a list of element namesΒ would be. Iβve also set the layoutΒ of the step to horizontal so I can read the l
I am currently usingΒ 14.4.0.one-44751-landing-pa-230616-287787-f83b54a4 ONE web application version. While creating a Uniqueness Rule I am not getting WHEN condition as βis uniqueβ and βis not uniqueβΒ . Could someone help me understand why I am not getting the uniqueness conditionΒ instead Validity condition.Β Β
IΒ have a full load already configured for a source system. This load component has 3 different entities(party, contact, address).I have used this to load data into mdm-hub as well.However, now we want to use a different source table for party entity and want to load only the records for party entity. I am planning on using a new full loadΒ with mappings only for the party entity. Will thiscreate new instance party records and make the old records inactive? bring any change to the records for contact and address entities?Β
Security Assertion Markup Language (SAML) allows users to use one set of credentials to log into many different websites. It is an open standard that allows identity providers (IdP) to pass authorization credentials to service providers(SP).Β SAML transactions use Extensible Markup Language (XML) for standardized communications between the identity provider and service providers. SAML is the link between the authentication of a userβs identity and the authorization to use a service.Β Items to consider prior to connecting to SAML- Best PracticeIt is important to understand how your organizationβs Active Directory is setup. Some pre-requisites needed can include things such as:Do you have a list of groups you need to import? If the answer is no, you may want to speak to your engagement manager from Ataccama to discuss in detail. In short, with AD Groups we can map Ataccama Roles to a single group. This benefit of doing this is, your internal dev-ops team wonβt have to manually add/remove u
Our Incremental load operation is taking huge time (2 hrs to process 5-7K records). We have applied all performance tuning things which is there in document. Apart from this we thought of loading data from DW to PostgreSQL (MDM DB) stage table and then will use that stage table as a source in Incremental load. Idea is when the server will be same for both source and target the computation will be faster.But this direct load job is failing with below error. Kindly help on fixing this. Or please recommend on any other approach.com.ataccama.nme.core.NmeExecutionException: Plan "C:\Users\EYKU4F\Ataccama\workspace\OmniChannelMDM_Latest\Files\engine\load\EPRISM_stg_eprism.comp" execution failed: runtime.error.jdbc_reader_error - nullcom.ataccama.dqc.model.environment.AbortedExecutionException at com.ataccama.dqc.model.elements.data.flow.RecordQueue.putBatch(RecordQueue.java:173) at com.ataccama.dqc.model.elements.data.flow.RecordQueue.access$100(RecordQueue.java:35) at com.ataccama.dqc.model
How can we handle csv output from API response?I tried to use json call ,SOAP call but it didn't work.Anyway, can we handle in One desktop csv output from API.
Hi,I am running a workflow that includes a task called 'Execute SQL'. This task updates some values in the SQL database, but the code is quite heavy. When the workflow reaches this task, I encounter the following error message. Can anyone assist?Β Β
Hi Is it possible to tag Terms to the attribute metadata present in one web, while importing the terms in bulk from one desktop?Ask: Attributes and Tables are already present in one web. Importing business terms from csv file using one desktop.So while importing the business terms using one desktop is it possible to directly tag those business terms with their corresponding attributes?(The tagging list also i want to provide in a csv file and donβt want to use the automated tagging from ataccama)
Hi community πΒ Every now and then, we hear from our users wondering if itβs possible to spice up their Master Data Management (MDM) interface with something a little more visual.Recently, I worked with one of our members who wanted to mark one of the records in a group as having a special meaning, so that it would instantly stand out to data stewards. While the logic behind selecting this record was complex, the outcome boiled down to a simple boolean flag, like cmo_preferred_flag = {true | false}. However, displaying such an attribute on the screen isnβt exactly thrilling:In earlier versions, it was possible to load an image file to represent things like this, but it required customization that was tricky to maintain. Plus, it often got wiped out when regenerating the MDM project. In our current versions (14.5.x / 15.x), weβve moved to SpringBoot, and for security reasons, loading external static content is no longer supported.So, can we solve this in a fun and practical way?The emoj
HiΒ Β We are noticing behaviour in our model where a source system will split from its golden id group when updated on matching criteria fields ( in this example address). However it only does this when the group of records was manually merged onto the golden id. It wont βjump shipβ and form a new golden id when the records previously auto merged based on the matched criteria we assigned in the model.Is there a way we can stop this splitting from happening when the source system is updated?Β For example we can see here the new golden id created with one SF recordΒ Β the previous group the SF record belonged to, shows a lot of manual merging in the Match Rule Name columnΒ Our rematch if changed section shows these fields are used for rematching:Β Β We want to keep rematching switched on, to bring other source systems into the group if they meet criteria, but we dont updates on the SF record itself to allow it to break out of the group. (We dont want βauto-splitsβ)Β thanks
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.