Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
I have created new Email template and wants to use that template while send Project Result notification. Please guide how to link new email template instead of default template?Β Do I need to change any property?
Hello!Does anyone have any ideas for how to make a welcoming and useful Home page for Data Users coming to Ataccama just for data discovery? All of the widgets seem to be focused on Data Stewards, but the majority of users arriving on to Ataccama for us are looking to find data to work with, so widgets like Tasks, Processing Centre, Notifications, and even the Getting Started ones are just confusing to them.Β Iβm looking into making a Report that just acts as a welcome page for those new users, but havenβt been able to makeΒ anything that nicely introduces the platform without putting too much in front of them.Β Let me know if anyoneβs done something like this before!
We are new to Ataccamaβs RDM app and have a question regarding the retiring and archiving of reference data.Β It appears that βPublishedβ is that last state for reference data within the app. Any workflow statuses that we would create for custom workflow happens between βEditedβ and βPublishedβ, by design, so there does not seem to be the ability to create a βretiredβ state.Yes, we could use versioning and create a business date that could be used in querying/filtering the data, but that both adds unnecessary complexity AND the data still βshowsβ in the Published view mode.Β In terms of the application, we could also delete the data, but we have various user groups that do not delete data as best practice, and donβt want to go that route.Β What have others done to reflect βretired/archivedβ reference data?Β Β
Hi Team, I have a requirement where I need to write the post processing results (post DQ, failed records) into snowflake database in a dedicated schema.If I set up a user X to perform this write operation in snowflake schema, does it also need to have read access to the data objects that I am monitoring for data quality.Letβs say data objects are on schema s1 of database ABC (snowflake) and post processing results are to be saved on schema s2 of database PQR (snowflake)Thanks for your response!
Hi all,I cannot find the filter pane (Filter) in version 15.4. Is there any chance it doesn't appear due to my access permissions?Also, is it possible to search for a custom value within the schema? If it exists, I need to identify the corresponding table, field, and row number.Thank you!
Hi All,I have a question regarding RDM approval workflow. In our project, we have stages Initiator β Review β Publish. We have a customer request to allow RDM_admin users to participate in the approval process (i.e., they must be able to review and publish records) but not receive any email notifications.We tried removing RDM_admin role from Notifications section, but that didnβt help because this role remains in Workflows section. We canβt remove RDM_admin role from Workflows section, since that would prevent RDM_admin users from reviewing or rejecting records at all,Β they wouldnβt be able to participate in Approval workflow.The following settings donβt work, RDM_admin users still receive emails:Is there a way to keep RDM_adminβs ability to review and publish without receiving emails? Perhaps by checking userβs role or username in the Conditions section, so that ApprovalΒ workflow gets skipped for certain users?The documentation for version 15.4 mentions something like meta.username, b
Β Hello,I am new to Ataccama One and had a question around using the DQ rules in other ETL tools and integrations. Itβs my understanding that a DQ rule returns whether the inputs are valid\invalid and it can be called as a web service using DQ firewalls. Is there a way to extend this logic to apply a fix to the input and returning this fix for invalid inputs ? Can this be exposed and reflected in the DQ firewall ? Do we need to build a component rule for this or can this be achieved using rule variables \ parameters ? It is not clear to me when parameters and variables are typically used in rule configuration.Β Regards,Ihab
Could anyone help me understand how to best create a collection or visualization for the dashboards?Β Currently when I go to create a new collection I cannot see any tables/attributes (that exist inΒ the Knowledge Catalog) to select as part of the collection. Is this permission based or do I need to enable a setting for the data somewhere?Β Any help would be greatly appreciated, thanks!Β Β Iβm currently using Ataccama Web v15.4.0
HelloI am looking to create a One Desktop plan to extract records which are out of sync. I need to compare tables coming from different databases and sources. Or better suggestion to achieve the same.Need help with this.Β
I have created a post processing plan in One Desktop, and when running the Monitoring Project in One Web, Iβm unable to see any sheets contains results.Β Β
Hi All,Β Weβve had a request from our data consumers to have the Last Update from the Data Freshness check appear in the catalog search. Users want to know if an item is stale or is receiving updates, and i think this would be the best way to do so.I can find the property of the the last update under modifyTime column of the freshnessChecks attribute in the catalogItem entity, however I canβt get that to show in the catalog Search. It doesnβt error out which makes me think the property is correct, but nothing appears in the cell for each catalogItem even when there is a freshness check.Β "modifyDate": { "name": "modifyDate", "dataPath": [ "modifyDate" ] }Has anyone had any success doing this, or anything similar?
Hello Ataccama Team,I am using Ataccama One Web Application (v15.4.1) and need help setting up data quality rules to monitor data loads for three different tables.Each table has a Row create datetime column to capture the load times.Load schedules:β’Β Β Β Table A: weekly once (On Tuesday)β’Β Β Β Table B: 5th of the monthβ’Β Β Β Table C: 1st and 15th of monthWhat is the recommended data quality syntax for rules that check date freshness against weekly/monthly/semimonthly schedule?β’Β Β Β Table A: Verify the data was loaded during the current week (on Friday or Saturday)β’Β Β Β Table B: Check by the 10th of the month, to confirm data was loaded on / after 5th of month.β’Β Β Β Table C: Check by the 5th for the 1st month load and around 20th for the 15th load.I initially tried using datePart, but it looks like this function is not supported in our environment. Is there any alternative recommended approach for dynamically calculating offsets without hardcoding dates?I am using maximum(toDate(ROW_CREATE_DATET
IsΒ Mongo DB data source supported to connect and profile?
Hi Community people!I have a question regarding data observability. I am especially interested in noticing changes in record volume and applying this observability functionality in the process of a data delivery. This delivery is orchestrated with a tool, Jams in our case, starting with data retrieval and ending with the actual data delivery. Somewhere in this data flow orchestration I want to check for anomalous changes in record volume. The orchestration tool could then, for instance just before file creation, trigger an observability job to check the underlying database tables for record volume.But when configuring data observability I see a scheduler, which does not match with the idea of an orchestrated flow.So question 1 is if data observablity can be triggered.Maybe in a scenario where the orchestration tool starts an Ataccama job via a command, like a workflow that starts the observability and reads the observability results and returns an OK or Not OK to the orchestration tool
Every time when a upgrade happens it resets the runtime config, and we are losing all the database connections and URLs and important configurations this is breaking our workflows to run successfully and its failing then we need to debug and its time-consuming process so looking how others are handling this situationΒ
Hi,Below are steps to reproduce my issue:I have created a data slice as below: Β Added the Data slice to Monitoring project and enabled slice. After Monitoring is run, βis from listβ is interpreted as β=β and condition is not applied as expected. I have tried all below syntaxes to provide list of values to data slice and nothing worked: {'CASH_IN','CASH_OUT'} ('CASH_IN','CASH_OUT') (CASH_IN,CASH_OUT) CASH_IN,CASH_OUT [CASH_IN,CASH_OUT] ['CASH_IN','CASH_OUT'] CASH_IN;CASH_OUT; Any information regarding this would be helpful. Thanks!Note:Β Ataccama V15.4Β
Β How to get the catalog item related to the main catalog item via API?Β Please help me to get that API.
How do i bulk dleete business terms that were written in error ? i have followed steps highlighted below , its not working for me as expected- and on eof the reason is that the transformation plan doesnt have the one metadata writer but the One data writer.Β Using ONE Desktop (Recommended for Bulk Deletes):This method offers a more robust approach for mass deletion.Β Create a New Data Transformation Plan:Β In ONE Desktop, create a new Data Transformation Plan.Β Read Catalog Items:Β Add aΒ Metadata ReaderΒ step to read the business terms you want to delete.Β Filter for Terms:Β Apply filters in the Metadata Reader to identify and select the specific business terms for deletion.Β Add Metadata Writer:Β Add aΒ Metadata WriterΒ step to the plan.Β Set Workflow State to Deleted:Β In the Metadata Writer, configure the workflow state toΒ Deleted.Β This marks the terms for removal.Β Execute the Plan:Β Run the Data Transformation Plan to perform the bulk deletion of the selected business terms from your busines
Hi β@anna.spakovaΒ I am using the version 15.4.1Is there any way we can add details such as - name of the monitoring project, catalog item, run information (specific duration like when it was run etc.), dimension of passed & failed recordsΒ in addition to the default post processing export (which includes all attributes of the catalog item followed by details ofΒ invalid, valid rules and scores)?
Hi,I have created a Monitoring ProjectΒ with a data slice enabled object applied necessary quality checks. Now, I executed the monitoring project and observed that the Over all percentage numbers doesn't show up for sliced objects as highligted in the below screenshot.Β Any informationΒ on how to get over all quality result for the data slices on Monitoring project would be helpful. Thanks!Note:Β Ataccama V15.4Β
Is it possible to create a connection in the Ataccama One IDE to a FTP server because when I am trying to create a connection the following error is showing-Can someone help me with the following.
i need to read a snowflake viewΒ in ataccama either in one web or one desktop (preferably one web). but one problem here.View name - employee_salin order to see the records in snowflake we have to use the below 2 commandsset start_date=β2025-04-01β;select * from schema.employee_sal;how can i use the set command in sql catalog . i tried with the same command above but it is showing error as $start_date as error.Β Note :Β In snowflake it is view not a table . and the view is secure and we are not authorized forΒ the definition of the view and also no access to the base tables. but we can access the view. In snowlfake itself in order to access the view we have to use set command . Solution for this is appreciated.
I have created a component in Desktop tool to extract the Monitoring Project results. I want to upload these details on Azure server as well scheduleΒ this component to execute only weekly basis. This monitoring Project result is aggregated details all the monitoring Project.Β How to schedule and automate results extraction on weekly basis?Β
Hi guys, I have a few use cases where I need to perform both row level DQ evaluations (like completeness/format check, etc.) and table level (aggregations on specific fields like sum of sales/count of products etc.) DQ evaluations on the same data set. When I applied both the types of checks on the catalog item, itβs taking a lot of time in running the profile + DQ checks. We are having data volume of few hundred millions (~450Million records). At present I have created two separate sql catalog items one for row level checks and second one for table level checks. I wanted to know if it could be achieved using single dataset without facing any performance issues. Please suggest.Β Version is 15.4.1
Hi There,Β Can we create data slice in monitoring projects when we have data objects created using virtual catalog items?I see create data slice option is disabled for virtual catalog items hence asking if itβs at all possible?Β Thanks in advance for ur inputs
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.