Discuss, learn, ask, suggest, share all things DQ&C π
Recently active
Hi Community,Don't know if you ever have made changes to the page layout in OneWeb, but sometimes it can be an uncomfortable task: while often there is a preview option, for βcreateβ and βeditβ pages this is not the case. So after having made the changes and pressing Ctrl-s to save them, if you made a mistake it can turn out your screen will go white, without option to make a correction afterwards (yes, speaking from experience).Β Lately we had a bit of an awkward situation, that the System ChangesΒ screen in the Global Settings area was no longer accessible, showing an error message about a screen layout error. But we never applied any layout changes to the System Changes screen, so we were rather puzzled. I consulted Ataccama Support about this and I would like to share their solution.First conclusion by Support was that this was caused by an erroneous page layout from another page. Indeed we had done quite some development and experimenting (dev environment), so finally we figured out
Is there any to select multiple schedule jobs (data profiling, lookup and monitoring project) and disabled at once or enabled them at once?
Is there any way to get updated date, created date and deleted date of any entity via API. Basically we shouldΒ get the data whatever we are seeing in history tab.Please let me know if we have any API query forΒ that.
HelloCan we add custom DQ checks added by Ataccama users to the list of automatically suggested rules for a any attribute? If yes, how?Β
These are some sample records generating through the One desktop plan. Finally, these results will send to the Responsible persons who canΒ resolve these issues. So in this results, we have three issues assigned to two users, insteadΒ of sending two emails, how can we send one email to Mohit?In the Send email step, we are using HTML. Please see the below code.This is a sample email received.Β Β
i have a sql catalog in one web and i have a file in sharepoint now what is the best way to compare the contents of sql catalog and file ?will virtual catalog help ? if yes how could i do it ?Β Β my idea is to join sql catalog and file as full join in one desktop and use this joined data as a catalog in one web application . how to do it ?
Hello!My org wants to create a new column on the Terms overview page to display items from a referenced object array. Specifically, we want to display Data ProtectionΒ Classification information there on the overview page in a column. At first, we were told this was not possible, but we have seen this done on another one of our overview pages that displays Policies, which is also a referenced object array.Β Β This was created for us, and the json from the βEdit Pageβ screen looks like it is inherited from another entity.Β { "_type": "entity.page.listing", "children": { "_type": "entity.listing.v2" }}Β Here is what our current Terms overview page layout looks like:Β Β And the JSON behind the layout:Β { "_type": "entity.page.listing", "children": { "_type": "relationships.hierarchyListing", "enableSelection": true, "columns": { "type": { "dataPath": [], "name": "Type", "after": "name", "renderer": { "_type": "glossary.termType.tableCell"
HIΒ I need to find duplicate tables by comparing the row to row from two or more than two tables. i have 300 tables i need to find duplicate tables. Please help to find this out
Hello,Β I have a rule looking for unique vendors that is tied to a monitoring project.Β The monitoring project is running on a regular basis; however, the report is not showing on the report tab of the monitoring project.Β This is the only project Iβm seeing this behavior.Β Has anyone encountered this issue?Β We are on version 16.1.
How to add notification to all the rules in monitoring Project for all the catalog itemsΒ and set alert at 95%Β at once instead of doing it manually one by one?
Last week we noticed that the export files we created for the summary results of monitoring projects are no longer generating and landing in our S3 bucket. The component/scheduler/workflow were all created by an Ataccama consultant and so we never tamper with these in ONE Desktop. One thing that recently changed is the way the DPE works with the monitoring projects. We were having trouble with scheduled monitoring projects running (they would always fail).Β Our platform engineer determined that the scheduled runs were going to the wrong DPE so heΒ forced it to go to the hybrid-DPEΒ instead. The scheduled monitoring project runs are no longer failing, but coincidentally the summary export files stopped working the same day thatΒ the scheduled runsΒ problem was fixed. Could the change with the hybrid-DPE be the cause of the issue?
Hi All,toDate(Input, βyyyy/MM/ddβ)Β function is not throwing null when I am passing value β1/1/1β. Input datatype is string.can anybody help why it takes 1/1/1 as valid date value?Regards,Shefhali
Hey yβall,Β I was wondering if anyone had a quality rule or advice on how to construct a quality rule to check a date type field for formatting. I know there is the βmatchesβ function for strings and that you can convert a date field to a string using βtoStringβ, but that requires you to specify a format, which invalidates the point of the rule.The desired format is βMM-dd-yyyyβ, as shown in what Iβve got so far.matches("^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])$",toString(ATTRIBUTE_1, "MM-dd-yyyy"))
Can someone share the list ofΒ different types of APIs available for reading and writingΒ of Metadata and Data that can be used along with their GraphQLs ?
Do we have any API that will trigger ONE Desktop jobs? We are doing some post DQ steps in databricks, we want to trigger ONE Desktop job from that notebook via API.Β Could anyone help me on this?
hi,I have a scenario where two columns ID and Value to be verified using DQ check together (like key value pair)Β against two columns of Table1 key (compared against ID) and name (compared against Value)I am using Atacama web, I see we can create lookup but it could be created only for one column and not both.Appreciate your suggestions here.Cheers!
I have a plan that reads a CSV file from my storage and writes the data to the Business Glossary page.What I Want to Achieve:I would like to enhance this plan to not only insert new terms, but also check for existing terms and update them if necessary to avoid duplicate If a term already exists and nothing has changed, it should be skipped. If the term exists but the definition (or any attribute) has been modified, it should update the existing entry with the new information. If the term does not exist in the glossary, it should be inserted as a new entry. Challenge:I noticed that some solutions in the community reference a unique ID for each term---community chat on bulk term update, but my business glossary terms currently do not have an ID field.Question:How can I structure the plan to perform insert, update, and skip logic effectively,Β Whatβs the best practice for comparing and managing term updates in this scenario?below is a snip of what my current plan that write only new pl
Β Hi, I am using Ataccama One Desktop 15.4.0. In this case, I am creating a DQC (Data Quality Center) plan with an HANA database as the source. Now, in this database, I also have columns with GZIP data. I would like to unzip these in the DQC plan, but how? Unfortunately, the database does not have this feature. Such functionality does not exist in DQC either. Developing a custom step? It's possible, but apparently not encouraged by Ataccama. Perhaps you could recommend an approach. Best regards, Sergej
Hello, I am trying to make connectivity to ADLS in Azure subscriptionΒ from One Desktop. What would be the Authentication token endpoin?
We would like to make a customised dashboard for observed data quality issues on a set of complex spreadsheets loaded into Ataccama via an S3 bucket. What are the best ways to create non standard dashboards rather than out of the box style data insights please?
Hi,Β I need to extract metadata using One Desktop and store in Parquet file format in ADLS. Do we have any recommendations on how this can be achieved in One Desktop?
I'm working on workflows on my local machine and have set up a scheduler to trigger every 10 minutes. Each time the workflow runs, I would like to capture the following details from the job execution history, such as: Execution Date, Execution State, Executed Action ID, Details.Β I am using Apache Derby as my database and would like to store this information there. Please let me know if there is a way to retrieve the above-mentioned details and store them in my database.Thank you for your assistance.Best regards,Dhaval
Hi I am new to Ataccama and would like to understand the Sql Catalog Item feature provided in Ataccama web v15.4.I am trying to create a sql catalog item on a table and unable to save it to workspace βΒ new folderI am curious to know what level of access is needed on Ataccama to save the SCI. Also would like to know where exactly the SCI and itβs metadata is stored.
Hi everyone,Iβm exploring ways to automate the import of Qlik reports (or datasets exported from Qlik Sense) into Ataccamaβs data management platform using API-based workflows. My goal is to ensure that reference data or analytical results generated in Qlik can be seamlessly ingested into Ataccama for further processing, enrichment, or distribution to downstream systems.From what I understand, Qlik offers REST APIs for data export and integration, while Ataccama provides robust APIs for job execution and data ingestion. However, Iβm looking for practical advice or examples on how to best orchestrate this integrationβspecifically: What is the recommended approach to export data from Qlik (e.g., via Qlikβs REST API or by generating CSV/Excel files from the load script) and then import it into Ataccama using its API? Are there any existing patterns, connectors, or scripts that community members have used to automate this process? How do you handle data validation, error handling, or s
Is Ataccama support integration with SharePoint?
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.