Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
Where can i see the ataccama one version from the webapp/one ui?Β I cant see a about page? Please guide
Hi everyone,In the last post of our RDM best practice series, we will go through an example Project configuration, uncovering the key nodes and functionalities. Iβll be linking further reads if you are interested in a deep dive and try testing your skills β‘Β 1. RDM Logical ModeAt the heart of the RDM model project lies the RDM Logical Model. This node is the epicenter for configuring reference data, its entities, relationships, and organizational structures. With support for a myriad of tables and relationships, you can effortlessly model data, define attributes, and establish complex hierarchies. Dive into the details at Creating the RDM Data Model.Β Β 2. Connected SystemsIn the realm of Connected Systems, databases and servers take center stage. Efficiently import/export data to/from RDM by configuring connections to external databases and remote servers. Explore detailed instructions at Adding Databases Synchronized with RDM and Adding Remote Servers for File Transfers.Β 3. Workflow Con
Hello everyone,Iβm working on a project that integrates a data masking tool with Ataccama, and Iβm encountering some issues when trying to retrieve actual catalog item data (the row-level data) via the REST API. Iβve been testing both GraphQL and REST approaches, and hereβs what Iβve found so far:GraphQL vs. REST for Data Retrieval:The GraphQL API appears to focus on metadata β attributes, versioning, policies, etc. However, based on my understanding, the actual table data (the rows and cells) isnβt available through GraphQL; itβs only accessible via a REST endpoint. Based on available documentation for MDM and RDM REST APIs, the REST endpoints follow a pattern using a fixed base path (/api/rest) on the default port (8051) and use basic HTTP authentication.Endpoint URL Confusion:Initially, I attempted to use an endpoint like:ββhttps://teranet.test.ataccama.online/catalog/data/catalogItem/<gid>/datawhich returned a 404 error. Later, based on the docs, I switched to the documented
We want to evaluate Data Quality Score of Rule after applyingΒ the filter condition so that DQ Score gets calculated based on subset of records which are applicable for a rule rather on the whole set.For example, we want to execute the DQ checks only on the records satisfying the filter condition such as βProduct_Typeβ = βDSβWe have taken the approach of SQL Catalog item to filter the records. Is there any other workaround for this problem ?With the SQL Catalog option, we will have to create multiple SQL Catalog items toΒ implement the different filter condition if needed for each rule. For example, if there are 2 rules, we need toΒ useΒ 2 SQL Catalog items and similarly would need to use 10 SQL Catalog items for 10 such rules.Therefore, we would like to understand if there is any workaround or alternate to deal with this situation ?Please suggest.
Audit logging should include all user activities within Policy Management.
Hello,Β Is there any way I can pull a list of catalog items that have been associated with a policy via graphQL given the policy gid? If not, is there another way I can access such a list ? The Policy is a data usage license agreement that is an array or references on ONE Desktopβs metadata reader.Β Thanks,KarineΒ
Hi community,We have a usecase to set a property's value automatically: based on several conditions that property gets a value. First we considered creating a desktop plan for this. Then we figured it would beΒ preferrable to have this value set automatically, something that can possibly be accomplished by applying computed content.We have used computed content before, mainly for concatenating values (likeΒ described inΒ Computed Content: Show attribute values based on existing attributes (ataccama.com)). But in this case we would need to define a case statement to define the conditions and determine the value.So the question is, does someone know if sql-like case stamenent can be implemented as computed content? And if so, can an example be provided?Thanks for your attention and kind regards,Albert
In data observability, after configuring a source and setting up a schema for monitoring, the Schema Changes tab displays all detected issues. For each issue, recommendations such as "Update in Catalog Items" or "Import into Catalog" are provided.Β Is there a way to automate the process of updating newly added or missing catalog items in the Knowledge catalog section and need to view the Profiling results for the newly added attributes (When Change = βNew Attributeβ in data observability).
I am able to fetch all the rule details like name, label, id, stewardship etc. But I am unable to get the dimension of the rule. I donβt find anyΒ entity relation between rule and DQ dimension.Β Could anyone please help me on this?
Hi everyone,Β If you're working with task management in Ataccama, you might have questions about how tasks function, what customization is available, and how notifications are handled. In this article, weβll break down the key features of the task system - covering task statuses, task visibility, and email notification options.What task statuses are available in Ataccama?Ataccama supports three built-in task statuses:New In Progress CompletedHowever, if you need more flexibility in how task progress is tracked, you can explore custom statuses within workflows. This can serve as an effective workaround in more complex workflow automation scenarios.How long do completed tasks remain visible in the task overview?Once a task is marked as completed, it continues to appear in the Ataccama task overview panel. By default:The system retrieves and displays the 30 most recent tasks, sorted by creation date (newest first). Tasks are not removed based on time, but older entries may be hidden due to
Hi everyone,Β If you're looking to customize the rules page for Data Quality - for example, to add new labels or properties to suit your organizationβs needs - this guide will walk you through the steps to ensure your changes are properly configured and visible.Why arenβt my changes showing in the Rules page template?Using the βEdit Page Templateβ option alone isn't enough to make new fields or labels visible. If youβre trying to display a custom property for rules (e.g., a field labeled "test"), that property must first exist in the metadata model under the rule entity.Hereβs how to do it:Go to your metadata model. Locate the rule entity. Create a new property (e.g., test) under the rule entity.Publish the changes to apply them.Once the new property is added and published in the metadata model, you can go back to the Rules page and use the βEdit Page Templateβ function to include the new field.After doing this, your added label or property should now appear in the Rules UI.Use case: Fl
Hi everyone,Β Β Following up on our previous post about Ataccama Default Connections, we're back with Part 2 to explore more technologies and connections available.Β Whether you're looking to fine-tune connection behavior, manage credentials, or better understand how default connections are leveraged across ONE, this post will walk you through it all. Letβs get into it! πΒ Data Sources:Β API and Filesystems ποΈΒ Azure Data Lake Storage Gen2 and Blob StorageAzure ADLS Gen2 (Azure Data Lake Storage Gen2) and Azure Blob Storage both store unstructured data, but ADLS Gen2 is optimized for big data analytics, while Blob Storage is a general-purpose object storage.Both are Natively supported connections by AtaccamaConnection to Azure ADLS Gen2 or Azure Blob Storage requires read-only access.Additional requirement:Soft delete for blobs must be disabled to avoid access issues, if not disabled may lead to the Status code 409 error message.Authentication options:Azure AD client credential - Client ID
Hello,Β I am trying to filter the monitoring project results based on filters value (Filter_val) and filter_id. The results sometime work fine, but sometime not. Is there a way out for this?Β Something to do with βValue Separatorβ I believe.Β
Is it possible to configure default value in Catalog item filter by admin?Β
Hi folks,Weβre on 14.5.3 right now, and we have a use case to display an embedded object in a grid view on a glossary term.Take my example here:glossaryTechnicalInformation is an embedded object array under my term entity. Inside glossaryTechnicalInformation are 4 simple string scalar properties. But yes I forgot to give it βnameβ property, my mistake.When I add someΒ info in there, I get a guid. I know I can get it to display the βnameβ if I give it a property βnameβ, but then, I would only get the βnameβ to display in the page.Is there some way to make it display like this? (excuse my poor skills in Paint!)Β
Is there any way to create a calculated attributeΒ on existing data using βAdd Attributeβ. As there is no option to add existing attribute in the table while creating attribute using βAdd Attributeβ. Is there any example how to use it? I have created one itΒ contains only blank values.Β
Hello everyone,I'm currently facing an issue with accessing Tableau content through Ataccama. Although I've successfully connected to various Tableau Server sites, most of the content remains inaccessible due to group access restrictions. The only workaround I've seen so far is granting the connecting account a site administrator explorer role on Tableau, but I'd prefer to avoid this elevated access if possible.Has anyone encountered this problem and found a solution that doesn't involve using a site administrator explorer role?Any insights, workarounds, or experiences would be greatly appreciated.Thank you,Β Karine
Hello everyone,I was looking through the email templates and was wondering if it would be possible to create one for the tasks dashboard? I know its possible to enable these for monitoring projects, but would like to know if there's any way to also enable them for updates to tasks, ie task assigned, task status changed, task deleted etc. Searching through the documentation I haven't seen anything relating to this,Β Any help would be very much appreciated!
Hello,I am looking for guidance on ensuring automatic data masking/hiding during data exports to csv/excel filesΒ based on Data Protection Classification in Ataccama ONE.From the documentation, it appears that access to sensitive attributes (ones tagged with terms that haveΒ data classification tags applied to them) can be restricted for unauthorized users, but I would like to confirm:1.Β How can we configure permissions to ensure that unauthorized users can still export data but only receive masked/hidden values for classified attributes? What permissions do we give them?2. Is it possible to automatically apply masking transformations based on classification tags, so that even authorized users exporting data only receive masked values instead of raw sensitive data?3. Are there any recommended workflows for enforcing automatic masking at the export level while leveraging Data Protection Classification?Thank you,Karine
By using oneΒ urlΒ we imported multipleΒ tables structure from workday into Ataccama.Β if we need to query any specific imported table in ataccamaΒ is ataccam will dynamically updates the API endpoints ?Β
Hi everyone πΒ Following up on our first post about getting started with Data Quality & Catalog, weβre excited to guide you through another key path in your learning journeyβMaster Data Management (MDM) and Reference Data Management (RDM).Β Whether youβre a business user, technical implementer, or solution architect, the MDM & RDM On-Demand Learning Path in Ataccama Academy will give you the essential skills to design, configure, and operate these critical components of the Ataccama platform.Β πStart with the basics to get familiar with MDM & RDM:Managing Master DataGain a foundational understanding of Ataccamaβs MDM capabilities, platform UI, and core data concepts.Managing Reference DataExplore how reference data is governed and maintained in Ataccama to ensure consistency and control.Β π§±Build on your foundation with practical configuration, workflows, and deeper implementation techniques:ONE Desktop CoreLearn to design data flows, transformations, and rules using the ONE
Hi everyone,We often get questions on integrations and in this post you can find several technologies that Ataccama can connect to, the prerequisites for integration, key rules to follow, and fundamental troubleshooting steps.πΒ Understanding these aspects ensures a smoother deployment and operation, minimizing potential integration issues. By following the guidelines provided, you can efficiently prepare your environment, meet technical requirements, and troubleshoot common challenges, ensuring seamless connectivity with Ataccama solutions.Β Ataccama comes with a set of default connections that work out of the box without requiring additional configuration. These connections include the most commonly used databases, cloud storage solutions, and other data sources, all pre-configured with the necessary drivers.Β For the majority of default connections, no manual setup is required β Ataccama automatically includes and manages the appropriate JDBC or API drivers, ensuring seamless integrat
Hi Community,The purpose of the follwing scenario is to update multiple term names and definitions. I have created a plan that writes the terms names, definitions and GID to a csv file. In that file I can make updates on the names and definitions. With another plan I read that file and write it back into Ataccama.That works well, except in the following case. The text in the Definition can be entered on multiple lines by using the Enter button. So OneWeb will show:Text on line 1.Text on line 2.Text on line 3.In the export (the csv file) the text will look like this:"[{""type"":""paragraph"",""children"":[{""text"":""Text on line 1.""}]},{""type"":""paragraph"",""children"":[{""text"":""Text on line 2}]},{""type"":""paragraph"",""children"":[{""text"":""Text on line 3}]}]"If you import the text like this, the content will not appear on 3 lines, but literally as above and on one line.How can I import the text so it is on 3 lines again?Thanks for any suggestion.Kind regards,Albert
For example, if there are multiple rules applied on an Attribute that is CDE then would it show filtered Data Quality Score based on the nested rule that is implemented. Can it be checked or configured in Ataccama One WebApp or it would need to be done in Ataccama One Desktop ?
Β I am trying to doΒ validation on Tin , on which score and explanation are getting populated but the recordsΒ whichΒ are invalid areΒ not getting highlighted in red andΒ i have enabled validation in the Tin columnAttaching the snapshots of the steps which i have done while configuring the validation:Β Β How shouldΒ i fix 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.