Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
Hi All,Receving below error when trying to login in ataccama URL:Β Need help on this?Β WARNING: An illegal reflective access operation has occurredWARNING: Illegal reflective access by retrofit2.Platform (file:/D:/Ataccama/mdm/lib/retrofit-2.9.0.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)WARNING: Please consider reporting this to the maintainers of retrofit2.PlatformWARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operationsWARNING: All illegal access operations will be denied in a future release2023-08-07 15:26:23,797 β[34mINFO β[0;39m [][][restartedMain] β[36mn.r.s.b.l.a.LogbackAccessContext:149β[0;39m - Configured the Logback-access: context=[default], config=[classpath:logback-access.xml]2023-08-07 15:26:25,274 β[34mINFO β[0;39m [][][restartedMain] β[36mc.a.l.s.s.e.KeyProvidersSpringBootAutoConfiguration:41β[0;39m - messageId=createDefaultKeyProvider encryption=INTERNAL, reason=the 'internal.encryption.keyst
How to implement a DQ rule to check if an attribute's value is present in another attribute (for eg. Attribute1 'Product' value is present in Attribute2 'Quantity' field) using Thin client
Hi All,Require quick help on ataccama IDE, I am not able to see .metadata folder in IDE. What is issue here?Please find attached screen shot ?Please help me here?Β
Hi everyone!Β In the last part of Monitoring Projects Configurations, we will talk aboutΒ how to easily import configurations from one monitoring project to another, making your data quality monitoring more efficient. If youβve missed Part 1&2 you can find them below:Import the ConfigurationΒ Instead of creating a new project from scratch, you can copy the configuration of one monitoring project and apply it to another. This is particularly useful when you want to replicate settings from a testing environment to a production environment. The copied configuration includes all checks, invalid samples, reports structure, and DQ filters.To import the configuration:Navigate to the project where you want to apply the configuration. Β Expand the more options menu and select Import configuration. Choose the monitoring project from which you want to copy the configuration, from the list provided. Check if the preselected catalog items are correct. You can modify the list by deleting items or
The source csv file has splitted into 13 rows for each actual row in target.By using Ataccama one desktop we would like to pivot the data by sending source 13 rows into one row in target.Β I am trying to implement the logic below in theΒ Text file readerΒ step but it's not working .Β v_RowNum =Β iif(v_RowNum IS Β NULL,0,v_RowNum+1)Β Β Β Β Β Β Β Β Β Β -------- Initialize v_RowNum to 0 if NULL; otherwise, increment it by 1 for each row.v_CurrentNumber =Β iif(v_CurrentNumber%13= 0, v_CurrentNumber+1, Β v_CurrentNumber Β ).Β Β -- Increment v_CurrentNumber by 1 for every 10 rows.GENERATED_NUMBER= v_CurrentNumber GENERATED_NUMBER INTEGERΒ Β Β PleaseΒ help usΒ to make it work in Ataccama one desktop .
Hi everyone!Β In this continuation of our best practices post on Monitoring Project Configuration, we will explore additional settings and actions to ensure seamless data quality monitoring.Check out the part one of the series if youβve missed it:Disable Rule SuggestionsPower users can disable rule suggestions in monitoring projects. For more details, refer to the link provided in the text.Β Set Partition DefaultsFor partitioned tables in monitoring projects, identify them with the provided icon. Define default analysis for partitioned tables using the more options icon and selecting either Last partition analysis as default or Full analysis as default. These settings will be applied when running the monitoring project. See the link provided for more information.Β Anomaly DetectionWhen running anomaly detection during monitoring projects, choose between the time-dependent model or time-independent model. Configure the sensitivity of the detection as well. For further details, check out th
My input file is in the below structure and looking to pivot all rows into columns.Β No name 1 value1 2 value2 3 value3 4 value4 5 value5 Β Β Β Expecting output should be likeΒ Β Col1 Col2 Col3 Col4 Col5 value1 value2 value3 value4 value5 Β Β What will be the best approach in Ataccama One desktop?Β Looking for support and help..
Json :Β [Β Β {Β Β Β "Headers":[Β Β Β Β Β "Empid",Β Β Β Β Β "Name",Β Β Β Β Β "dept",Β Β Β Β Β "EMAIL"Β Β Β ],Β Β Β "ID":"Table_112",Β Β Β "Rows":[Β Β Β Β Β [Β Β Β Β Β Β "100",Β Β Β Β Β Β "John",Β Β Β Β Β Β "Finance",Β Β Β Β Β Β "John@gmail.com"Β Β Β Β Β ],Β Β Β Β Β [Β Β Β Β Β Β "101",Β Β Β Β Β Β "Smith",Β Β Β Β Β Β "HR",Β Β Β Β Β Β "Smith@gmail.com"Β Β Β Β Β ],Β Β Β Β Β [Β Β Β Β Β Β "102",Β Β Β Β Β Β "Derek",Β Β Β Β Β Β "Marketing",Β Β Β Β Β Β "Derek@gmail.com"Β Β Β Β Β ]Β Β Β ]Β Β }]Β Expecting the output in below format:Empid Name dept EMAIL ID 100 John Finance John@gmail.com Table_112 101 Smith HR Smith@gmail.com Β 102 Derek Marketing Derek@gmail.com Β Β Β Β I have created a plan with below details:After running a plan with JSON CALL step below response file got created.Β Β Β Based on response file i have given below columns in Data StreamsΒ Β Β Β I am not getting the out put what i expected.Β Appreciate your help and support .Β
The EXTRA_DATA error/warning was a thorn in my side for the last couple of days. I added a column to a dataset I was loading to a model from a Text File Reader, and I could not figure out for the life of me what I was doing different from before the column add. It turned out, where I was trying to unselect data was too early.Problem: Suppose you are bringing in a delimited file to use in a Text File Reader that has an extra field at the beginning, which you don't want to have in your output. Finding the correct place to disable this data can difficult. If you disable it before your Text File Reader, or simply don't bring it into your Text File Reader, then you run the risk of getting an error or warning that states EXTRA_DATA for every row you try to bring in, as seen below.I have seen the EXTRA_DATA error in 3 scenariosDeselecting the βUseβΒ box in the Metadata definition on columns you donβt want. Selecting all columns in the Metadata definition, but not bringing the column into your
Hi Community!In the next few days, we will discussΒ Monitoring Projects, a powerful tool to evaluate and monitor data quality over time for selected catalog items. Monitoring projects use DQ checks, automatic anomaly detection, and structure checks to maintain data quality.Β We also have a short video introduction to Monitoring Projects, go check it out here πΒ If you are ready, let's dive in π€ΏΒ Accessing Monitoring ProjectsTo access Monitoring Projects:Go to the left-hand menu and select Data Quality. Choose Monitoring Projects. Β Β In this section, you'll find all configured projects. If you want to start a new project, click Create.Each project listed will show the following information:Name: The project's name. Terms: The glossary terms associated with the project. Items: The number of items monitored within the project. Latest run: The date of the project's last evaluation. Β The current state of a project is indicated through row highlighting, showing if it's published, recently ad
I would like as an example to have one βMS TeamsβΒ channel for one DQ Monitoring to reach out different groups of people tus set up diffirent Teams connectionsΒ Β Is there any option to set it up in the current version?Β cheersPiotrΒ
Hello Community!Β In this second part of the lookup best practices series, we'll cover how to schedule automatic rebuilds of Lookup Items and provide some useful tips for managing your Lookup Files effectively. If youβve missed the first post you can check it out here:Β Scheduling Lookup Item RebuildsAutomating the rebuild process of your Lookup Items can save time and effort. To schedule automatic rebuilds, follow these steps:In the Lookup Item, select the more options icon, and then click Schedule. Β In the sidebar, choose Add scheduled event. Β Set up the scheduled events for the rebuilding of lookups. For more details, refer to the Scheduler documentation.Managing Lookup FilesEditing Lookup FilesOnce Lookup Items have been uploaded, you can edit them manually or reupload the files if necessary. To edit the lookup manually: Select the required item. Click the more options icon, then choose Edit. Β To reupload the lookup item: Select the required item. Click Upload new version
Hi guys,Β I'm doing the dq foundation course and I'm stuck.I have tried to look it up, but no result.This is on an environment in the portal.When I'm doing, with AVG or avg, this:It says:How do I make this work?Β Kind regards,Marcel
I have a legacy database without primary keys.Β I know how to evaluate a single column for uniqueness, and thus a primary key. How do I evaluate multiple columns which together would be unique and thus be a composite primary key?
Hi,Β Β How do I present a selection of values in a drop-down in the RDM create/edit screens.E.g. I have an entity called Door with a column called state that can have a value of either Open or Closed. Can this be presented as a drop down to a user?baz
HiIβm running your free version of DQ Analyzer, but when I want to run my profiles this canβt be done.Β Β Β As I understand it, it isΒ due to a needed version update.Can you advice how I get my license key updated and not losing my existing profiles and still running the free version?I do not want to install Ataccama One.
HiΒ Community!We are starting the week byΒ exploringΒ best practices for effectively working with Lookup Items and integrating them into your Data Quality (DQ) rules. Lookups are essential in ONE Web Application as they provide a list of predefined values for attributes, enhancing data validation and detection capabilities.If you remember we have previously covered how to create Lookup files in rules in our Working with DQ Rules series, today we will expand on theΒ lookup items feature.Β Overview of Lookup ItemsLookup Files in ONE Web Application enable you to use reference data, offering a catalog of predefined values for an attribute. You can utilize Lookup Files in both DQ Evaluation rules and Detection rules. To find Lookup Files, go to Data Quality β Lookup Items.Β Β Uploading and Creating Lookup FilesCreating Lookup FilesTo create a Lookup File, follow these steps:In Knowledge Catalog, navigate to Data Quality. Select Lookup Items and click Create. Provide the required details, such as
Dear Community,I require your assistance with a specific scenario in RDM (Record Data Management).We have a table in RDM that allows users to create, edit, and delete records, which are synchronized back to the database. This table contains a primary key ID column. During the creation of a new record, the user provides the Primary key value. However, the challenge we face is that this primary key column should not be editable afterward to maintain its uniqueness as a key.We attempted to restrict column-level permissions, but this resulted in the Primary key column not being visible even during the creation of a new record.I would appreciate your guidance on this matter.Thanks very much.Ojaswini
Hello everyone, Anna here! I work as a projects consultant in Ataccama and today I put together a guide for you on how to migrate permissions after upgrade of v13 to v14. In v14, we introduced a fresh new permissions model introducing Groups and Stewardship. The downside is, though, that after theΒ upgrade the old permissions model cannot be automatically migrated into the new setup.Attached to this guide is a migration package β a set of plans that you can use that willΒ help you through the process of migrating the old permissions into the new setup in more automated way. It is not meant for fresh v14 installations.The article is split to two parts:Preparation phase β steps you need to do BEFORE you upgrade your environment to v14. Post-upgrade phase β steps you need to do AFTER the upgrade, meaning in your new v14 environment.Preparation phaseFollowing steps should be run on version 13 prior running the migration scripts and upgrade of the environment.1. Create server connection in ON
Receiving error when trying to start ataccama server:Β Description:Parameter 1 of constructor in com.ataccama.mdm.core.SpringServerConfig required a bean of type 'com.ataccama.dqc.server.config.ServerConfigImpl$IServerConfigConfigBeanProvider' that could not be found.Action:Consider defining a bean of type 'com.ataccama.dqc.server.config.ServerConfigImpl$IServerConfigConfigBeanProvider' in your configuration.Β Need help on this please?Β Β
Let me start with the fact that I am new to developing Ataccama RDM (as in a couple months into development/learning).Problem statement: I am working on a project for creating new RD in the RDM module, andΒ came across an instance where I needed an EnrichmentΒ that could not only fill in a field in the request, but could also delete the data in that field. I attempted many different methods, and could not get it to work, as having the field blank it would be considered a null value. After looking through the XML for the enrichment, I found that the column I was trying to set to null was set up in such a manner as to not allow null values (which appears to be the default in Ataccama RDM).Solution: When creating anΒ EnrichmentΒ there is anΒ .onlineΒ file that is created for deployment in the online application services. In this file, there is a setting forΒ Strategy. The default forΒ StrategyΒ βΒ Output Format βΒ Root SectionΒ for each column is set toΒ Optional Element,Β which does not allow null/bla
Happy Wednesday Community!Todayβs post will cover how to work with component rules on ONE Desktop Application. If youΒ missed yesterdayβs article we had an introduction toΒ working with components on ONE Web. Check it out here:Β Component rules play a crucial role in tackling complex data validation tasks that may go beyond what standard DQ rules in the web application can handle. By leveraging component rules, you can define custom validation logic tailored to your specific data quality requirements.To ensure accurate and effective results, follow these best practices when working with component rules:1. Creating a Component Rule on ONE DesktopTo create a component rule, follow these steps: Open ONE Desktop and add Ataccama ONE Platform Server by creating a new server connection. Navigate to the ONE Metadata Explorer tab. Select the component you've created in ONE Web Application (e.g., "Email Check" in this example). For more information on creating a component in ONE Web Applicatio
Hello everyone!Β Welcome back to our Data Quality (DQ) series. Today, we're diving into component rules!We're also excited to announce that we'll be hosting a live training session on component rules on July 27th. Don't miss the opportunity to learn from our certified trainer and engage in live Q&A. Register now here!Β Β Component Rules, also known as components, are a powerful feature in the ONE Desktop application. They serve three key data processing purposes: Post-processing components: These components allow you to perform various actions on your data after processing it based on predefined rules. You can easily apply transformations, validations, or any other required post-processing steps. Transformation components: With transformation components, you can automate the process of transforming data records according to specific rules. For instance, you can standardize gender markers to "M" and "F" while transforming any other variations to these standard values. Validation co
Hi,I want to compare the number of not null records in source (custom sql using JDBC writer) and target (salesforce object) using a VCI. Is there any way to do that in Ataccama version 14.1.0.Β The aim is to get the records which are in source and not in target and records which are in target but not in source.Thanks.
In RDM web app, I see State column as waiting for confirmation as its not getting published due to data error.I am manually deleting record one by one by going to Problems section in web app.Can it be deleted in bulk and please tell me the procedure.
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.