Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
I created twoΒ Complex Delta Load file and this led to addition of relatedΒ details inΒ .metadata/md/coβnnected_systemsβBut these two filesΒ donβt show up in the Admin Centre. Please tell me what can be done?
Hi,We have a use case to accept a request from collibra with details like JDBC URL, username, password and query to AtaccamaΒ and I need to return the results and size of the results in reponse from Ataccama.Can you please share usecase/documentation for implementing this usecase in Ataccama.Regards,Rohith
Has anyone experience of integrating Ataccama with Alation Data Catalog?Iβve searched the support and knowledge base article without any success.
Hi all, what about if I had a fixed width file in the catalog with the first row as the header (in error). The column data comes in as one string which renders it unusable for profiling and DQ. How can I get these types of files into the catalog so I can use them in my monitoring project?Β I have used VCIβs before to add headers to csv files in the catalog and they work well.Β Kind regardsΒ Des
I have created a workflow to call a component which is selecting data based on a value provided by user in the admin center workflow input parameter.Β To make it error free so that the user doesnβt input any wrong value for the parameter, I was wondering ifΒ it is possible to create a dropdown or bulletΒ with accepted parameter values in the admin center so we could just choose the value and run the workflow?Please let me know if anyone has tried this.Thank you,
hi,i had a word like this β12345 - Data minβ, i need to split this word based on - operator and get the first word.I had another requirement like split and save the words in another varaibleex : select * from emp;select * from customerquery variable should have splitted value like select * from empcan you help in implementing above scenario
Hi folks,Is there some way that I can display a notification banner on Ataccama ONE and RDM, to notify users in advance of any platform maintenance?Iβd like to notify my users in advance if we have any planned works, including and not limited to platform version upgrades, or RDM model updates.
Hi Community,The previous posts about the business glossary dealt about applying more term types (attribute and entity terms), and how they get context by adding relationship types.This time I want to discuss options to add multilingualism to the glossary. I donβt mean the One Web interface itself, but the content. When your company operates in an international environment, having term names and definitions in just one language may not suffice (although many people understand English, the level of understanding may vary, so translations will contribute to a better understanding of the glossary content).So suppose the glossary contains content in English and, like in my situation, also Dutch translations are required for the termβs name and definition.The most simple solution would be to add properties like nameDutch and businessDefinitionDutch to entity term. And when German translations are required as well, add properties nameGerman and businessDefinitionGerman and so on.The pro of t
Hi All,How can I use the file us_ca_firstname_synonym.lkp to create a match? Like Robert Smith should match with Bob Smith. I checked the file and for one name it has multiple synonyms. I can fetch the result in clean component but not sure how do I use that in Match component to generate match. Your help is much appreciated. Thanks in advance.ThanksFS
Reasons for deletionThere are several reasons why you might want to delete data from your MDM.Legal reasons e.g. GDPR Incorrect load operation happened The data is simply not relevant anymore Performance issues while keeping redundant data etc.Truncate tables?People usually ask if a TRUNCATE operation worked. The simple answer is NO. It might work only in isolated edge cases. You typically need to consider MANY other things and at least some of them need to be resolved.uncommitted transactions related tables/records x... tables historical table(s) direct deletion will not be properly removed from the history and must be removed separately master table(s) matching repository and matching proposals repository (if matching is enabled) think about copyColumns - are there any data copied from that specific entity to a related one export operations (truncated data will not be exported) event handlers (truncated data will not be published) auditing direct deletion will not be logged and will
On the last 8 months we were working on deploy cloud resource to integrate databricks solution with ataccama dpe and develop jobs to execute on databricks and see the results on ataccama one.Β The deployment is executed on cloud provider side (aws - microsoft) and the configuration is manually so it takes time to set up with corresponding values, one of the task we would like to improve is the configuration of one databricks with unity catalog to be part of ataccama dpe.Β On past forums topics I saw helm is part of the tech stacks of ataccama and I am interested to know more about on.Β I would like to get more information kind of library to repository to understand helm on ataccama dpe.Β thank you
If my MDM instance isΒ up and running with the model same as the example project. But there were standardization changes that need to be implemented now. Example:Β ph no. (+91)22343 24532 is being standardised to +91234324532.Will this affect matching for contact.master records? If so, will it create new master ids in any scenario?Β
Iβm building an API call request, where I first need to obtain an access token, before I make my actual API call.I have tested the 2-step process using 2 separate JSON calls successfully. The message body of the OAuth request looks like this. Sensitive info redacted:Β scope is a required parameter. The above call successfully retrieves my token.Β I tried to setup this as a Generic server:But there is no available space to specify the scope parameter.Β When I run my plan:Β I get:2024-09-04 09:33:16 INFO: Validating model...2024-09-04 09:33:16 INFO: Creating runtime...2024-09-04 09:33:17 INFO: Running runtime...2024-09-04 09:33:17 [JsonCall] DEBUG: IOException when making request GET https://preprod-api.londonmarketgroup.co.uk/reference-data/acord/v2/version HTTP/1.1java.io.IOException: Cannot get credentials for request. at com.ataccama.dqc.io.http.CommonHttpClient.makeRequest(CommonHttpClient.java:351) at com.ataccama.dqc.tasks.io.json.call.JsonCall$Runtime.run(JsonCall.java:425) at com.at
Hi,13.9.4In the Monitoring Project there's a way to only display the data quality of the last run via Advanced settingsΒ βββββIs there also such a way to do accomplish this with Full Profiling on (SQL) Catalog Items?
I want the result of my monitoring project to appear in the dashboard in the Report section when I receive it by mail. Is it possible to amend the mail notification regarding this?The notification in mail should look like this:Β
Hi community,Has anyone managed to connect Ataccama (weβre on PaaS), or even ONE Desktop, to a corporate network folder, download files, and work with it in .ewf workflows and components / plans?Yes I know Ataccama connects to S3 buckets / ADLS Gen2 containers, but the environment that I work in people are really used to shared network drives and a lot of applications are integrated with them. It would make my life a lot easier if I can make Ataccama connect into it.When I look at either the SCP or SFTP upload/download steps, it requires a server to be set up with Basic authentication - of course when I connect to the network drive personally I donβt need to enter any of that.Has anyone done something similar?
HiI have a workflow with Send Email step configured and this workflow will be pushed to orchestration server to run it. I have an attachment need to be included in the email notification generated from the workflow and realized that if I put only the file name for example RESULTS_ABC.xlsx, by default it will find it the same folder of the workflow that is being created.Β Letβs say if I put the RESULTS_ABC.xlsx in different folder like Data/Out, how do I configure it correctly at the Attach Files configuration as shown in the image below? I saw a discussion to use filePath variable but I am not too familiar with that. Could you please explain how can we achieve running the workflow and read the file that is stored from different folder so that it can attach in the email.Β
Hi,Β I was wondering if there is a way to profile a subset of the data based on a certain criteria in the web application.Β For example, I want to get the profiling results only for records with the βActiveβ status in the βStatusβ field.I am able to do this in the desktop application by writing a custom sql query to filter the results. If I can do this directly in the web app that would be really helpful.Thanks in advance!
Could you please help to share steps to setup connection from ataccama to Snowflake
Is there a way that I can use to make an API call to trigger a workflow?We want to start a workflow to Load Data into MDM after the data is refreshed in all source systems, each time it is refreshed.Please suggest if there is a way do define a service for this.Thanks in Advance :)
Hi All,I have recently made created new export delta operation along with made minor tweaks in the full load export operation too.After making changes,once i save and generate,trying to up the MDM server,getting the below erro.Please suggest,what is could be the missing dots here.Β Sharing the error log received in console for start_mdm_Server.bat file.2024-09-27 12:23:30,456 β[1;31mERRORβ[0;39m [][][main] β[36mo.s.b.SpringApplication:835β[0;39m - Application run failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'workflowServerComponentService': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nmeEngine' defined in class path resource [com/ataccama/nme/services/config/NmeBeansConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.ataccama.nm
Hello Dears,Is there a functionality or a tool available to search on the code of VCI, catalog items, DQ rulesβ¦. in all the object types thatΒ we use in Ataccama.We know that there is possibility to search on the names, but not on the underlying levels.Β Β Thank you for ideas.Kind regards,Maria
Hello,I was able to parse a fixed width file using the Ataccama One App by editing the metadata.Β But when i try to parse the same file using the Ataccama Web App it doesnβt parse correctly.Β Is there a way to give the metadata file to the Web App for it to parse the file correctly ?Β Thanks,Β Rene Requenes
I would like to know what will be the effects in mdm web application if I make the following changes.Here goes the scenario:Letβs say I am using email attribute in my match logic of contact(silver) entityΒ and have already loaded the email records into my mdm-hub.But now, I do not want to use email information from 1 of 3 source systems while determining the contact(silver) master. I think the option is to not load email information from the said system.WillΒ the email information (from the records that were loaded previously from system 1 )still show up after I run a reprocess job( after loading the records from system 1 without any email information.)?
Hi community πΒ We are very excited to do a sequel to our Ask Me Anything sessions - this time on Master Data Management.Β Β We are bringing our best experts from Product Management and Professional Consultants in addition to all of you to gather together and discuss the best practices, use cases,Β challenges, and workarounds on all things MDM.Β You'll have the opportunity to ask our Product Managers,Β Professional Services Consultants, and Community MDM expertsΒ anything related to master data management in Ataccama. Whether you're looking for advice on overcoming specific challenges, seeking insights into improving your processes,Β wanting to broaden your knowledge, or simplyΒ finding inspiration from other members, this AMA is the perfect opportunity to connect with like-minded professionals and gain valuable insights.πFind more about the event and how to registerΒ here πΒ Already have your questions lined up? Great! Share with us what youβd like to learn more about, your current challenges
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.