Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
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
Iβd like to default the referenced data display mode to βlabelβ rather than βbinding keysβ as the default display mode option for all tables. See this link for details on how it is changed per table:Β Viewing Data in RDM :: Ataccama ONEIs there a way to accomplish this?
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 ?
Hi,I'm currently working with Ataccama ONE and would like to access the MDM (Master Data Management) Web Application. Could someone please guide me on the steps to access it? Specifically:What is the typical URL format to access the MDM web interface?Do I need any specific roles or permissions to view or manage master records?Is there any difference in access for cloud vs on-premise deployments?What should I do if I don't see the MDM module after logging in?
Hello,do you plan to add feature for One Desktop regarding xsd validation of xml files? So it is possible to check if the xml file has correct structure.Thank you.RegardsVeronika
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?
Hello Ataccama Community,I'm currently managing a hybrid deployment of Ataccama ONE, where our Data Processing Engines (DPEs) are running on-premise while the rest of the platform is in the cloud. I've noticed that the ONE Data module is not available in this setup, and attempts to enable or use it result in errors or feature flags being disabled.Could you please clarify: Why is ONE Data not supported in environments running purely on hybrid DPEs (both cloud and on-premise)? Is there a technical roadmap or timeline for when ONE Data will be available or fully functional in hybrid environments? Are there any recommended workarounds or alternative approaches in the meantime for organizations that require hybrid deployment but also need ONE Data capabilities? Thank you in advance for your insights!
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,How is data governance concepts used in Ataccama tool?
re: Duplicate record checking upon inputting new records into RDM-WebI know about setting up the uniqueness check and validations on the data once. I have users in the Web portal potentially entering duplicate values, can we set up uniqueness checks BEFORE they publish records. So, any record that is deemed duplicate (on 1 or more columns) would not be publishable.Β If this question has already been submitted/answered, please direct me there.Thanks,
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
Hello,Looking for some help on using http proxy in RDM. We are trying to perform HTTP POST to external endpoint which is accessible only via proxy. Below param were added in JAVA_OPTS in onlinectl.sh file howeverΒ Β -Dhttp.nonProxyHosts is ignored and ataccama is pushing all https requests via proxy.!--scriptorstartfragment-->Β Β -Dhttp.proxyHost=outbound-service-proxy.gateway.aws-euw1-np.mydomain.com \Β -Dhttp.proxyUser=svc_nonprod_service_proxy_fdplife \Β -Dhttp.proxyPassword=xxxx \Β -Dhttp.proxyPort=80 \Β -Dhttp.nonProxyHosts=localhost|127.0.0.1|*.uk-dwh.nonprod.aws-euw1-np.mydomain.com"Β !--scriptorendfragment-->
Is Ataccama support integration with SharePoint?
I want to convert the instance export table values to a new table/view.The instance export contains 3 columns that I want to utiliseSharing an example-I have the following instance table structure :MASTER_ID SOURCE_SYSTEM SOURCE_ID 001 sys1 1234 001 sys2 12232 001 sys3 1292 001 sys4 13432 001 sys2 12334 Β 5 records from 4 different source system make a master record, I want to group it in such a manner that there is a single row for each source_system id. If a source system participate twice(with two unique records) in formation of master record, I want two rows representing the different source_ids and a column with the source system that participates twice. Here is how I intend the output table to be:Β MASTER_ID SYS1_ID SYS2_ID SYS3_ID SYS4_ID MULTIPLE_REC 001 1234 12232 1292 13432 SYS2 001 1234 12234 1292 13432 SYS2 Β Can someone help me with the ONE Desktop step I can use for this?I have explored using Aggregating Column A
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.