Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
Hello:Β I have a use case specifically for assigning a term. If the data is a 9 digit number and if the field name is NOT one of the list i want to exclude - then that term be assigned.Β I also have additional field names that i want to be tagged with that term - irrespective of value with in that field.As of now - iam able to createΒ separate rules one that runs on metadata and other runs on real data - and put a OR condition or AND condition between the two rules. But that is not addressing my use case very well.Β I need one rule that can refer to both real data and metadata.Β OR - i should be able to give a complex join condition with more than two rules(Rule 1Β AND Rule 2) OR (Rule 3)Β Has anyone done something like that?
Hi,I am getting this error while running the Load Operation for full load for one of the source system.Any help ,highly appreciated.Β
Iβm trying to build a GET API call to an external data provider.This provider requires me to send my GET call with the certificate.We managed to test it in POSTMAN, where I had to add the certificate in the Settings βΒ Certificates menu:Β I have a .pfx file with a passphrase, and I needed to specify the host.This works on my laptop in POSTMAN.Β Now Iβm trying to do the same call in ONE Desktop using JSON Call step.By way of googling, Iβve managed to convert my .pfx file into .cer, then IΒ imported the .cer fileΒ into {DQC_HOME}/jre/lib/security/cacerts . Then I have restarted ONE Desktop. But when I call the API Iβm still getting an error message from the other side saying my certificate is not sent.Β I have a suspicion that the certificate is sitting in the keystore but it is not used. Is there some way to ensure it is used? Some java parameter somewhere?
Hi All,I am very new to Ataccama and still exploring everything by myself. I have updated logical model (added new entities), load operation and then configured transformations. Saved and generated the project. But I cannot see the new entities in Postgresql. I was under assumptions that after generating the logical model, tables will be created automatically in postgre but that didnβt happen. Tried saving, generating, stopping and starting servers several time but no luck.Is there any steps to follow?ThanksFS
Hi,Β I have a requirement to ignore certain columns to notΒ detect as a change when that field comes with a different values in the message.I tried applying the field in ignores comparison columns as shown below, but looks like when the message came in again with a new value for this field, it still got processed. Are there more steps to be done to ignore a field? Also to highlight, we consume data from Kafka streaming consumer.Β Β Β
Hi All,I have created the logical model (Instance and master layer) and then configured the full load operation. I am now working on Transformations layer. Here for few new entities I can see only the clean and match component are generated automatically.Β Now I want to add merge component. How do I do that? I have the option to create new component under Files βΒ engine βΒ trans βΒ party_address but then that will be blank and there is no Integration input/ output added which gets generated using the model. Am I missing any step? Just like party_address I have also added party_rel and here I can see all the 3 components. (Please refer the attached picture).ThanksFS
Hey all!Now that incoming webhooks within Microsoft Teams is discontinued (Existing configurations will work until end of 2025), is there a plan for how teams will continue to integrate with notifications from Monitoring Projects? This was a big sell to a lot of our users, and now that we are unable to use incoming webhooks for new monitoring projects, I want to see if there is a plan to have a work around, or if it will be not supported in the future.Β Β Β Β
Hello: I have a use case where when the data in a given column - for a key changes from previous day to next day - that should trigger an alert/notificationΒ For Ex: Security Ratings, and/or ESG ratings generally dont change for a given security. I have a table that has one record for each day for each security. And the ratings are in the columns of that table. Now - on a regular day - all ratings from previous day should be same for next day, and day after (until it changes). And on the day when it changes - i want to capture that security, ,what field changed - what was yesterday;s value vs todays value.Β The way - i would like to solve this - is create a SQLCatalog item - with previous day - and current day values combined into one dataset for each security and write scripts to compare them one by one, and report any changes. But I want to know if there is an out of box - date driven compare that can be done for this.Β
Hi everyone, Iβm Srija Piratla, Solutions Consultant here at Ataccama.In this post Iβm going to talk about how to create a hyperlink for an attribute column in the ONE Web App. Curious? Follow these steps. This example demonstrates how to make a column, such as "Product URL," in the catalog item "Epic Dashboard" clickable, redirecting to the respective web page.Steps to Create a Hyperlink for an Attribute ColumnCreate Metadata Model: First, ensure you have a metadata model set up. You can find detailed instructions for creating a metadata model here. If you need to create a new entity, use the metadata writer step to load the data. Edit the Page Template: Navigate to the page where you want to create the URL hyperlink. In the top right corner of the page, click on the Edit Page Template option. Β Add Renderers for Hyperlinks: In the page template editor, add the necessary renderers for hyperlinks. This involves specifying the renderer type for the attribute you want to make clic
Records marked as match_override after being fixed on OGC. When the matching rules changed and subject is reprocessed, these records are being unchanged while they are supposed to match with other records. How do weΒ [omnihealthdata].[dbo].[ids_override_match] andΒ [omnihealthdata].[dbo].[ids_override_property] tables contain these records, did try deleting from these table and rebuild and reprocess with the new match rules but they would not match.
In have a scenario, I need clarifications on:The project has been configured and deployed with the following golden entity and instance entity details:GOLDEN ENTITYemployee_name, stringINSTANCE ENTITYemployee_name, string.Β The golden entity is related to the instance entity.After deploying, I need to change the GOLDEN entity column - employee_name(String)Β to staff_name(string) in the ONE Desktop configuration as well as the GUI label. But I dont want to change the instance entity column name. This should be such that the updated staff_name attribute shows the value of employee_name from instance entity record when a golden record is matched. I am not using this attribute to determine a match.Can someone please confirm if this is possible?
Hi thereΒ Was wondering how I can use the length function in the Advanced Filtering to filter instance records where they either are under or over a certain length of characters.Β ie βinstance recordβ LENGTH >= 8 characters
I commit the changes of my MDM project into git regularly, however, I donβt see the changes reflect in ONE Desktop when I Switch branches I.e. if I had committed some changes into a branch and then created an new branch for new changes and commit them. Now if switch to the older branch, I donβt see the changes in Model Explorer-master layer, instance layer, etc. Can someone help me understand why this might be happening?
OAuth 2.0 is an authorization framework that allows third-party applications to access resources in a secure manner. Keycloak is an open-source identity and access management solution that provides OAuth 2.0 authorization services. This article will provide steps on how to use OAuth 2.0 via Keycloak for API requests.First, create a client in Keycloak. This client will contain the necessary information needed to make API requests. In the Keycloak admin console, navigate to the "Clients" section and click "Create". Fill in the necessary information, such as the client ID and save the Client.Creating a Client in KeycloakΒ Once saved, change the Access Type to "Confidential". Additionally, modify the Valid Redirect URL, to the base url of the application and an asterisk. For example, if the keycloak url is:Keycloak URL:Β https://one-3gk1k.worker-01-use1.prod.ataccama.link/auth/Base URL:https://one-3gk1k.worker-01-use1.prod.ataccama.link/The Valid Redirect URI will be:https://one-3gk1k.worker
hi Team, i need to get yesterday date in my workflow global variable, can you please help in getting.when i useΒ toString(now(),"yyyy-MM-dd") -- printed me todays dateΒ when i useΒ toString(now() - 1 ,"yyyy-MM-dd"), getting error as operator β-β can not be used
Hi,Β Β Weβve lost access to the Keycloak admin user in one of our environments. How do we about resetting the password for the Keycloak admin user.Regards baz
Hi Team, we have defined date type fields and Ataccama store them in GMT timezone. We need data is EST considering our time zone for the client.@CansuΒ Β Could you please let me know how to change this from GMT to EST timezone ASAP.
Hi,Β I am trying to write some rules to check the data type of attributes within sql tables or flat file columns. I am aware that profiling checks this but I have a requirement to check the data type as well. There donβt appear to be any parse functions in the interface. Any help would be appreciated, I am a noob so please be gentle :)
Need clarification on below scenario.I have party entity (ID, FirstName, LastName, FullName, CompanyName, Birthdate, SSN),Β address entity (ID, Address_1, Address_2, City, State, Zip) and party_address (ID, party_id, address_id, address_type). Party and address are not directly linked but through this party_address.Β Now I know that we can create match rule using columns of related entity. But in this scenario how do I use Address attributes to create a match for Party?
Hi All,Β Can someone please let me know the steps forΒ configuring Survivorship logic for attributes once records are tagged for merge?I couldnt find much of survivorship details in One MDM document.Thanks,fshahin
Is anyone able to configure the Snowflake jdbc connection with OAUTH using AAD?Β Iβm not clear on how to accomplish the instructions in the documentation.Β Can anyone help with screen shots or a section of their runtimeConfig file (with obfuscated secrets, idβs, etc) ?TIA
Iβm new to Ataccama ONE MDM and have recently completed the training. Iβm currently doing a POC on it and am stuck at two places.So hereβs the situation:First, Iβm able to load the data but Iβm not sure how to update it. Like, lets say I have a person record and after loadingΒ it generated Person_ID X23233X. Now, I made changes to some of the data in the same request. For eg, Iβve updated the contact number or the address of the record. Now, when Iβll be loading this same data again I want the ID to remain the same and just update the contact/address data along with Last_Updated _Timestamp.Β Secondly, lets say I have a record with 2 differentΒ phone types,Β βHomeΒ PhoneβΒ and βWork Phoneβ, and Iβve loaded it. So, the Person_IDΒ X12322X will have two contact details associated with it. Now, lets say I removed the βHomeΒ PhoneβΒ details from the record and send it for update load. So, after updating the same request, βHomeΒ PhoneβΒ details should beΒ dissociated from the Person_IDΒ X12322X (the cont
Hi everyone!We are wrapping up our introduction to the MDM series with this postΒ delvingΒ into the core of MDMβthe Model. MDM isΒ a model-driven implementation, where the model takes center stage, driving the generation of structures and orchestrating crucial processes. Letβs dive in πΒ Unlocking the MDM Model MagicThe MDM Model is the maestro orchestrating the symphony of Ataccama MDM's capabilities. Here's a glimpse of how it weaves its magic: Automated Database Structures: Say goodbye to manual database creation. Ataccama MDM automatically generates database structures based on your model. MDM Workflow Wizardry: Cleansing, matching, and mergingβthe three crucial phasesβare seamlessly handled by the MDM Workflow, automating the orchestration of these intricate processes. Native MDM Services Creation: The model isn't just a blueprint; it's a generator. Native MDM services spring to life based on your model, simplifying service creation and eliminating unnecessary complexities. Con
DQS matching component results are not reflected when bundle is deployed and the entity is re-processed. I did re-build the repo with the new Extended unifier but no effect. What could be a reason?
Hello Team,can someone provide insightΒ around the solutionΒ to stop the event generations based on the condition, let's say- if MDMΒ system receives / source system sends less than 50K records for mastering then use events to propagate the changes to downstream system else send a batch extract file. knowing the fact that we can delete the events after generating but looking to stop the events conditionally.Β Β
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.