Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
How are NULLβs considered? I have a case statement which gives the right value matching measure -used debug to test. But when it comes to matching rules, it skips the rule.Β Example:NameΒ Β Β NPIRamonaΒ 12345678NULLΒ Β Β Β 12345678the 2nd row should match the 1st on NPI value and considering on of them is null.Even the scenarioNameΒ Β Β NPINULLΒ Β Β Β 12345678NULLΒ Β Β Β 12345678these two should match together based on NPI. I do not see a special character. If I replace NULL with a value βAβ , they match with rule Matching on NPI. but does not work for NULL.Β Β Any thoughts or suggestions appreciated.Β
Hello community,I am trying to implementΒ the RDM database synchronization. However, the data from a database does not seem to be loaded back to RDM; thus, I checkedΒ the system_input plan, which is the plan that is supposed to load dataΒ back to the RDM. The key step is the RDM Merge Importer that loadsΒ data back, but after I ran the plan, there does not seem to be any data loaded to the RDM in any viewing perspective.I also notice that the columnΒ rdm_primary_key is null for every record not in RDM prior to entering the Importer step. Iβm not sure if this is an issue either.Does anyone familiar with the RDM Merge Importer step? Could you please guide me on how to use this step properly?Thank you in advance π
Hello community,Iβm implementing the RDM synchronization to sync data with a database. However, the data seems to sync only one way, which is from the RDM to the database. Whenever I add an additional record to the database manually, it gets removed after performing synchronization, and they donβt appear in the RDM inputs view.I have βUse Reverse Synchronizationβ enabled and followed the steps fromΒ Configuring RDM Synchronization with External Databases - Ataccama ONE Gen2 Platform Latest.If anyone knows how to get this working, could you please guide me on this?
Hello,Β Iβve got a question while using DQ evaluation rules.I have been creating rules with valid and invalid messages but just the invalid message at the end does not display as intended.Β But when I view this in the results tab it just says OTHER as the explanation.Β Β Β Β Is there a workaround to this problem?Β Should I edit my rule logic to include some specific condition and leave the rest to fall under the βIF none of the conditions above apply THENβΒ TIA for the replies.Β Β
Hello, here is a short video to illustrate how an organization might use Ataccama Data Quality to run checks as part of an existing data pipeline, and verify data integrity before further processing. With Ataccama, you can use various data warehouses or ETL tools, and GraphQL API integration allows conditional scheduling and more complex orchestration.In this demonstration, we use DataBricks Notebook to trigger DQ execution and retrieve the results. These determine whether to halt or commence the pipeline, and in-app dashboards display the metrics. All results and metadata can also be exported to a data mart table for further analysis and visualization.The platform is designed to provide visible and usable data quality insights, and we offer flexible integration capabilities to suit any data stack. Thanks for watching.Β
METADATA MODELThe metadata model is used toΒ configure the application entities and their properties. TheΒ Metadata ModelΒ describes the entities and their properties in the application.Β Β Web Application) use theΒ Metadata ModelΒ to create the frontend user interface.Β The metadata model is also responsible for the configuration of the left navigation menu of the application.ONE METADATA PROPERTY REFERENCESEntities consist of properties of SimpleΒ types, such as strings and integers, andΒ ObjectΒ types, which link the entity to other entities.ADDING NEW ENTITY TO MMM MODELIf you are creating an entity using the user interface, you must then add it as a property of the root entityΒ metadataΒ and then publishFor example, if we need to add a new entity under Business Glossary named (TestEntity) to the MMM modelClick on the Global settings on the left panelChoose Metadata Model under Maintenance CenterWe must create a new entity under Term so click on create entityFill in the name of the Entity, and
Is there a way to connect ataccama One Web to a private Redshift?Β
Hello, Iβm trying to demo the RDM Banking Example. However, the flag images in the Country table are not showing properly (as shown in Picture1.png).I have fixed the source CSV file to point to an online website with corresponding flag images (shown below) and run its loading plan to update the data on RDM, but those images are still not showing on RDM.Β (as shown in Picture2.png)
Hi Team,Β Is there anyway that we can export the result of profiling in ataccama?Β Thanks,Β Ellie
Hi All,Β We are getting the below error while adding an oracle database from add datasources in One web app. we give jdbc connection string, username and password(doesnt matter/validate if it is right password/username). Please check and let me know how can i troubleshoot/debug the issue. Some browser component is throwing the error.Β jdbc - format -Β jdbc:oracle:thin:@<jdbcHost>:1521:<jdbcDatabaseName>Β error when we try to connect the firstΒ time after a restart of one-tomcat servicejava.lang.RuntimeException: java.lang.ExceptionInInitializerErrorΒ Β Β Β at com.ataccama.one.browser.database.AbstractDatabaseDatasourceClient.retrieveConnectionWithTimeout(AbstractDatabaseDatasourceClient.java:119)Β Β Β Β at com.ataccama.one.browser.database.AbstractDatabaseDatasourceClient.handleRequest(AbstractDatabaseDatasourceClient.java:353)Β Β Β Β at com.ataccama.one.browser.database.AbstractDatabaseDatasourceClient.<init>(AbstractDatabaseDatasourceClient.java:92)Β Β Β Β at com.ataccam
During bundle deployment I see this error. I have tried different combination ofUpdate to old bundle. Manually update the component again on the existing old bundle and upload Copying extended unification Updating OmnigenServer folders (bundle,cmd,dbms) with the backup. restarting services as needed.Any thoughts or suggestions? Thank you.
The matching component is slow at the extended unifications step for a incremental load. When a record like βWALGREEN%β is loaded and there are 20K records with similar name on the instance, the records are all considered through the process of matching. Hence the process is slow when processing the increment and even if the incremental load has 11 records to process 30K records have the transaction Id and omni_modified date updated with the work order related on the instance table. Β When I check history, nothing changes on these records except the omni_modified_date and transaction_id to that of the work order. Tweaking the union keys to create combination of name and key factors or adding separate groups for the high count records is not helping. Any thoughts or suggestions?
Hi All,Β we have Ataccama version 12.8.0 version in our one web. Is there a connector available or how can we connect to a https url which points to a csv file?Β how do we configure https get method using security like oauth in Ataccama?
Hello everyone,IΒ created aΒ profile of my catalog item using ONE desktop andΒ I would like theΒ output(.html)Β to be accessibleΒ to business analystΒ with read access. The html isΒ only accessible on my local computer. Whereβs the best / secure location to store output reports of profiling?Β Please chime in with any thoughts. Thank you! πΒ Β Β Β Β
Hi, Iβve been trying to create a SQL catalog item in the UI using the query below. Itβs basically joining the same table twice. The query ran successfully in IDE but itβs giving me an error:Β Attribute '3' is duplicated. Please make sure that attributes have unique names. Can anyone help?select x.1, x.2, ax.3 as SSN, aze.3Β as EIDfrom table1 xinner join table 2 ax on (x.a = ax.b) and trim(ax.c) in ('1','S','Social Security Number US')left join table 2 aze on (x.a = aze.b) and trim(aze.c) in ('E','EMPL_PROVIDED_ID','Employee ID')where x.last_update_date > '2023-02-08 00:00:00.000'
Hello everyone!I have an interesting task related to the desktop, we have a table combined with certain attributes and with full names, full names are divided into columns (firstname, lastname, midname) and they need to be compared with other columns (firstname1, lastname1, midname1) it is necessary to output non-matching full names. I can't compare one table between columns, I need your help. Do you know how to implement this?I will be very grateful for your help
Use Case: Send records from Kafka to Ataccama IDE for parsing and other transformations and send this data to database tablesΒ Beginning set up for Kafka with MDM:Β β¦ The first thing you would need to do is add the Kafka configuration to the runtime configuration file, for usage in the serverΒ The configuration should be in this format as in the picture above, where you provide the connection string, key, trustore, and keystore passwords You will also need to add this information into the serverConfig file as well, naming the server as you would like between the string tags Β Once the file configurations are ready for you to connect to Kafka, you can then start adding your streaming information into the model explorer The first step would be to right-click on the STREAMING button in the model explorer From there you would need to click New Consumer You would then click Kafka Stream Source, to create a new kafka streaming source and configuration Β Above is the screen you should see
API/Python code for onboarding (connections) the Databases into Ataccama:-We are trying to create Database connections into Ataccama by using Python. Is there any way to do the same. It wouldΒ beΒ really greatΒ if you can share us with any reference links or docs.Thanks in advance!
Is it possible to Set up the detection rule, which would allow to detection of new table(s) within the Snowflake schema and trigger the required potential alerts
Imagine the scenario where you have Ataccama ONE Data Quality Monitoring Projects running regularly. Any Data Quality (DQ) issues are already exported to our DQ Issue Tracker (DQIT) module. You can also see trends of DQ over time within the Ataccama ONE Web application.You start noticing that the score for some DQ rules has had a sharp drop in quality, and you want someone to investigate this.One of our customers decided that they want to integrate Ataccama with Jira at this point. Have Ataccama raise a ticket into Jira when this happens automatically.In this article, we will explore:Preparing to integrate with Jira The Json Call stepPreparationsBusinessUnderstand your end users. What do they expect to see in their Jira ticket? Know which fields in the Jira ticket are mandatory Have an idea of what extra information you should supply in the detailed description of the ticket. Think about formatting and presentation. Good to understand Jira markdown notation (link)JiraKnow which version
Hi Team,Our Aim is to Avoid duplication of the same data coming from different requirements (project trains) - in case of identified duplication DQ Brach alert should be reported.Β Β Β 1.How to identify if Somone ingested the same table in a different Snowflake schema ?Is it possible to detect duplicate table through ONE web application or ONE Desktop by creating a rule?Thanks in Advance!
I have a sql select where in I wanted to pass multiple data source names. how to make it dynamic or parameterized so that It can read all the names one by one.
Hi,For our monitoring projectsΒ post processing we use fairly standardized (sub-) components. Now for every MP / CI combination these sub-components are all the same. If an MP Postprocessing is published these components get published also, right?Is there a way to have a single version of a component stored?This would make maintenance and life-cycle-management on these components a lot easier. In stead of having to go in the PostProcessing main component, we'd just have to change one.A plausible solution would be to split things and do things asynchronously, maybe. But that is a more of a workaround.Any ideas?
Hi,Iβm trying to modify our view of our business terms - currently we have a lot of information showing in the default view that our end users may not care about.Β What I really want to do is modify the view, so that it only shows Name, Abbreviation, Description and Synonym.Β I have figured out how to add theΒ columns, but I canβt figure out how to remove unwantedΒ columns.Β For reference here is the default screen layout in Ataccama One via the Debugging Tools.Β {"_type": "entity.page.listing","children": {"_type": "relationships.hierarchyListing","enableSelection": true,"columns": {"type": {"dataPath": [],"name": "Type","after": "name","renderer": {"_type": "glossary.termType.tableCell"}}}}}Β
Use Case:Β As part of the Data Governance Program KPIs reporting, we need to report on unique user usage count and details of who within the Ataccama Web on a monthly, month-to-date, and year-to-date.Β Can this be easily captured using OpenSearch Dashboards historically or elsewhere?Β Β
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.