Discuss, learn, ask, suggest, share all things DQ&C π
Recently active
This is my result in REST API call.I need to consume my entire RESTΒ API using the next record URL until done is set as true.How do IΒ achieve thisΒ in Ataccama.
Hi All,Β Β Β We have a few SQL Catalog Items that represent data in a way that the users find intuitive (compared to the awkward way the data is stored in the source system). However, whenever I update the SQL in anyway, like to add or remove a column/attribute, all field definitions, terms, etc are removed. They can be seen in the previous version of the Catalog Item, but I have to either restore the old Catalog Item or re-enter all the definitions.Β Is there a way to update the SQL behind SQL Catalog Items and not impact the unchanged attributes?Thanks for any help you can provide.Β RegardsStu
Hello Ataccama Community,Iβve been exploring the Data Slicing feature in Ataccama 16.2 and it looks like a great tool for profiling large datasets. However, I noticed that Hive and Sybase are not listed as supported databases for slicing.Since we rely on Hive Data Lakes and Sybase in our environment, I wanted to ask if there are any plans to support these databases in future releases, or if anyone has found effective workarounds for slicing data from these sources before profiling.Looking forward to your insights!Β Create a Data Slice :: Ataccama ONE
Hi,We have implemented Pushdown in our application and have noticed that when we have a few DQ Rules that are not supported by Pushdown, are forced to run the whole Monitoring project in regular (non-Pushdown) mode. Even when the catalog items running pushdown un-supported rules are excluded from pushdown processing using Advanced settings on Monitoring project, still leads to those DQ Rules failing.Is there a hybrid approach to run Monitoring projects implementing a mixture of pushdown supported and unsupported DQ Rules ? Atacama should have the ability to selectively run pushdown supported DQ rules in Pushdown and non-supported in regular mode without forcing users to choose one. This should be done automatically.Β Please let us know if there are any suggestions.
How do I build a report to show data stewards the completeness of their respective business terms? For example, 57% of terms in the Customer domain have a Domain Owner assigned.
Hello,I need to make an API POST call where the endpoint expects multipart/form-data. The API accepts normal JSON fields as part of the multipart request, and it also requires a .csv file upload as a mandatory input.Right now, I am using a JSON call step, but that only lets me send application/json. Since the API requires multipart with both JSON and file, Iβm not sure how to proceed.My Questions:1. How do I send JSON + a CSV file in a single multipart request?2. Do I need to switch from the JSON call step to a multipart/form-data step?3. If using Ataccama, which step/component should be used to construct multipart requests?
Exploring options for implementing a data pipeline from Ataccama ONE to a Power BI dashboard. Which approach is better: using the GraphQL API or leveraging the ONE Metadata Reader and DQ Monitoring Project Check Results?
Hello everyone,I am wondering if it is possible to using the catalog item reader step with the runtime server. I have a workflow that reads from two catalog items, joins them on a row and then emails the results. However, when I attempt to execute the workflow from the runtime server I receive this error:Β 2025-11-18 20:11:17 INFO: Validating model...2025-11-18 20:11:18 ERROR: Step is restricted to run on Environments with Launch Type: 'ONE Platform', but selected Environment has Launch Type: 'Local'. [Catalog Item Reader (Catalog Item Reader)]2025-11-18 20:11:18 ERROR: Step is restricted to run on Environments with Launch Type: 'ONE Platform', but selected Environment has Launch Type: 'Local'. [Catalog Item Reader 2 (Catalog Item Reader)]Is there a way to change my launch type on the runtime server environment or a different method I can use to read from the catalog items. Here are how my work flow and plan currently function:Β
i have installed ataccama one desktop but it is asking for license to execute anything. Can someone please help in providing free trial license.
I have a requirement to develop a rule that checks value of an attribute should be from a given list of values. The attribute should have at least one record of each of the list item. It should fail if any of the values donβt appear in the attribute. I cannot consider lookup as lookup will perform OR operation on the given list, instead I would like to have AND operation.Β e.g., list of values List1 = {1,2,3,4,βpqrβ, βabcβ}, column name = Col1Test case - Col1 should have at least one entry of each item from List1. It should fail if any of the 6 values from List1 fail to appear in Col1 valuesΒ Thanks for the help in advance!Β
Β HelloI am trying to use monitoring project results to create a dashboard. OOTB functionality looks limited and allows me to create few visuals only like quality over time and failed records. But I canβt access the attributes created in report section of monitoring project: For Ex:Β Β Β Β I am looking at creating something like:Β Β
We would like to calculate weekly count of Id should not be more than +-2 standard deviation of the 6-week rolling average over week id.table attribute:Β week_id, idΒ Is there any way to calculate this in ataccama One using advance expression?
!--startfragment>Hi everyone,I'm working on a plan in Ataccama Desktop where I want to automatically assign Data Quality (DQ) rules to attributes based on their associated tags (terms). My goal is to streamline DQ evaluation by leveraging the Business Glossary and ONE Metadata Writer.Hereβs what Iβm trying to achieve:Build a plan in Ataccama Desktop that:Reads metadata from ONE Applies DQ rules based on tags Writes back the results using the ONE Metadata WriterHas anyone implemented a similar setup?Iβd love to hear best practices, tips on configuring the Metadata Writer, or examples of how youβve mapped terms to rules effectively.Β Thanks in advance!PhilippΒ !--endfragment>
Hello all,I am running into an issue when trying to grab terms from attribute items. My current use case is as follows. I have a list of catalog item that are tagged with a term (that we refer to as a jurisdiction) and I am attempting to first find all attributes associated with these catalog items and then find all terms that are tagged to these attributes. The order is as follows:Find all catalog items with term βΒ get all attributes associated with catalog items βΒ extract all terms on attributesMy plan looks like this:Β The issue that I am running into is that these plans take a very long time to run sometimes upwards of 30min to an hour depending on the term. I would like to know if there is a more efficient way to do this (either through graphql or some other components etc) or if I am simply stuck waiting with the current speed of the plan.Β Best Regards,Andrew
Hi,Previously we added Data Quality rules on Attribute Terms via Settings. The outcomes was not something we expected as customers could see the organisational Data Quality score. Where we expected they could see the DQ score on Attribute terms which were only available to them. Hence we removed the DQ rules on Attribute Terms, but the DQ score is still visible in certain Catalog Items. My question: how to get rid of this?Β Β
Hi,I added a DQ Rule on a boolean data type attribute inside a Monitoring Project (MP). After the attribute changed datatype I had to add a new DQ rule with string attribute, but the old DQ rule vanished. How do I get rid of the error?Β Β
HiΒ β@anna.spakovaΒ β@Lisa KovalskaiaΒ β@Ataccama Community AdminΒ I looked into the documentation for Ataccama ONE (the Ataccama data-management platform) regarding source/connectors and could not find a clear statement that it directly supports a connector to Google Analytics 4 (GA4).Could you please confirm the possibility?
Can we create interactive fields like βupvotesβ or βlikesβ directly inside the Catalog UI for user interaction instead of using comments sections?
Hi β@anna.spakovaΒ I am trying to write invalid data into DB using JSON Call. For that I want to first get the invalid values from the βShow Invalid Samples pageβNot like any other array in JSON, the values array does not have key - value structure. Instead, it is like values: (array) 0: <no key> only values. When I run ONE Desktop Plan, I am only getting blank rows. Please help Thanks.Β Β
Looking for ways to access the backend data storage for Ataccama ONE. Weβre currently developing an internal data quality dashboard that needs to pull data from ONE to build visualizations in Power BI.Thanks!
I have created monitoring projects in Ataccama ONE . I donβt want those reports to be stored into MinIO. Instead, I would like to exportΒ those reports in csv format through Ataccama Desktop platform. How can I do that?
I have a data quality monitoring project to which Iβve deployed a post-processing component. Results are written to a CSV file, which I presume is stored within Ataccamaβs object storage. When I navigate to the data quality monitoring project and select the Export tab, I see the below screenshot, which appears to include a file path along with a download button.Β Iβm trying to determine how to automate download of the below-depicted CSV file. Is there a way to determine the fully-qualified path to the file and download from Ataccama server?Β
One of our teams need to use ataccama as a self service tool and catalog the excel file. How to do that?β@anna.spakovaΒ
Hello β@Lisa KovalskaiaΒ β@anna.spakovaΒ I have a requirement to do DQ of few tables that have names changing as per schedules of a release. e.g., Table Name could be Table1_release_1 etc. The database and schema are constant.Β The scope/structure of DQ attributes is mostly same.For now, I think it will need manual intervention to onboard new objects βΒ Add DQ on attributes and then add monitoring projects manually.Β Is there any way we can automate this process?I am using v15.4
Hi Community,For a catalog item you can add one or more linked instances (other catalog items). With a Desktop plan I would like to make visible which linked catalog items exist, butΒ I cannot find an object in the metadata model that reflects the linked instances.Does anyone have an idea which metadata entity I should use?Kind regards,Albert
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.