Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
I attended this community spotlight yesterday. Will there be slides/materials from this presentation made available?
Dear members,I am struggling with a step that rather reflects query/array logic than the logic of steps available in component editor.Task is to find the maximum from a range of values. I tried to retrieve it through a dynamic query written in a Representative Creator step, see details below:L1:= round((1-(levenshtein(W_CUA1,W_CUA1_MATCH)/(max(length(W_CUA1),length(W_CUA1_MATCH)))))*100,0);L2:= round((1-(levenshtein(W_CUA1,W_CUA2_MATCH)/(max(length(W_CUA1),length(W_CUA2_MATCH)))))*100,0);L3:= round((1-(levenshtein(W_CUA1,W_CUA3_MATCH)/(max(length(W_CUA1),length(W_CUA3_MATCH)))))*100,0);L4:= round((1-(levenshtein(W_CUA1,W_CUA4_MATCH)/(max(length(W_CUA1),length(W_CUA4_MATCH)))))*100,0);L5:= round((1-(levenshtein(W_CUA2,W_CUA1_MATCH)/(max(length(W_CUA2),length(W_CUA1_MATCH)))))*100,0);L6:= round((1-(levenshtein(W_CUA2,W_CUA2_MATCH)/(max(length(W_CUA2),length(W_CUA2_MATCH)))))*100,0);L7:= round((1-(levenshtein(W_CUA2,W_CUA3_MATCH)/(max(length(W_CUA2),length(W_CUA3_MATCH)))))*100,0);L8:= ro
Hi Everyone,On the Terms page, there isΒ the views of βPublishedβ, βUnpublishedβ, and βAllβ. We have an odd scenario where about 150Β published Terms (of all types) are showing in βAllβ but not in βPublishedβ. When I search an abbreviation of these Terms, it doesnβt pick it up in Global Search.When I modify one of the Terms in limbo and the publish it, it appears in the βPublishedβ view and has all the expected Global Search functionality.Has anyone experienced this issue before, and identified an appropriate fix? Iβm trying to avoid manually modifying and published 150 Term changes.Thanks for your time and support.StuΒ Β Β
Hello,Β WeβveΒ created three files, one component file that extracts metadata from Ataccama, one workflow file which helpsΒ coordinate communication with the runtime server, and one scheduler file to control the frequency of the runs for the extraction of the metadata.Β Weβve been running into issues when trying to getΒ the files to run automatically from Ataccamaβs GitLab cloud. Note - we did reach out to the tech support team to restart the orchestration server.Β The error message weβre currently getting is as follows:Β Process finished with result code 2. Detail: Unable to instantiate the given resource provider: com.ataccama.dqc.s3.resource.S3ResourceProvider$TypeΒ Weβre unsure what this error means and how to troubleshoot it. Weβve already corrected the output location path for the text-writer steps in the component file to point to the proper s3 bucket within our organization. Any idea how we can fix this error and get the files to land in our s3 bucket?
We have some json which contains dollar signs e.g.{ "$guid": "2d5f7c9c-8e72-4f23-9538-8e07d4c5dcbc", "user": { "name": "Alice", "$guid": "e891cba7-5565-4c48-a2e1-02cd07f81f54" }, "orders": [ { "$guid": "77e4e751-80e8-470e-92c6-493361a9484f", "total": 100.50 }, { "$guid": "b1263c77-4e5f-4c1e-88e0-6df67ee99f61", "total": 250.00 } ]}I canβt get the json call step to read the $guid attribute as it just says invaild json path. Is there any work around to this?
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 ?
Hi everyone,Β Weβve developed an on-premises AI agent that supports users in data governance tasks such as data quality monitoring, catalog navigation, and metadata enrichment. Weβre now looking to integrate this AI agent as a chat widget directly into the Ataccama ONE user interface.Our goal is to embed a floating or sidebar-style chat widget inside the Ataccama UI to provide real-time assistance to users without modifying the Ataccama core UI code.This is strictly for on-premise deployment, so cloud-based or external proxy solutions are not relevant for our use case.Weβd appreciate any insights or guidance from the community on the following: Has anyone successfully embedded a custom widget into the Ataccama ONE interface? Are there any supported mechanisms or hooks for extending the UI in on-prem installations? Are there UI customization capabilities available in the Ataccama ONE roadmap for partners or customers? Happy to share our approach and progress with the community as we
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 All - new to Ataccamaβs productsΒ and Iβve got a question re: RDM and validations.Β What is the best practice for creating multiple validations for a field (column) level validation, with the aimΒ being reusability and scalability? For example, I might have the following use cases:string must be all upper case string must not contain all spaces string must be camel case string must be alpha characters only string must be alphanumeric only string can contain digits but not special characters β¦...etc - the list could be lengthy!β¦β¦.And I want to apply the rules in various combinations like this:Column A: 1,2,4 Column B: 1,2,6 Column C: 1,2,3,5β¦.etc.Current thinking:Β It seems like domains would be a good place to start, but that given the different permutations it would mean creating a multitude of domains, and the regex could be cumbersome.Β Expression validations donβt promote reuse Online services: this might be more in line with modularizing validations - setting up a βlibraryβ of vali
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
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?
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.