Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
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.
How to add a new table by uploading a excel file data in RDM web application which is already having a list of existingΒ tables.Also, could you please help how to add a new business user in RDM web app via keycloak who will have access to RDM tables to edit records.@CansuΒ please help
I am using desktop app, and I want to schedule the workflow. Can anyone give some idea of scheduling workflows?Β I am trying to achieve the task ie.Β run the flows as per scheduled time(either weekly or monthly - like 5th day of each month)Below is the screenshot that I am having the file, but some how it is not working for me.Thanks in advance.Β
Hello all, i have a task of validating email with the help of api. I want to know is there any documentation which properly explains the integration of postman api to ataccama desktop? or is there any tutorial for working on with apis' using ataccama. Graphql is there but i'm in need of a very basic one to execute and practice.Thank you!
Hi all!Β We hope youβre enjoying our DQ Rules best practice series and finding useful tips & tricks to implement in your day-to-day work.Β In this post, we will cover aggregation rules and give an overview ofΒ creating and configuring aggregation rules to unlock the grouping capabilities.Aggregation rules in Ataccama's ONEΒ can be used in various types of data quality rules, such as Validity, Uniqueness, Completeness, Timeliness, and Accuracy.Β Let's dive in!Β How to create aggregation rules?To create an aggregation rule, follow these steps:Select "Aggregation rule" as the rule type in the ONE web application. Β The "Group by" section will now be available, allowing you to define the grouping criteria.You can create aggregation rules using either the condition builder or ONE expressions, both of which offer flexibility and ease of use. These methods allow you to select input attributes, apply transformations to create variables, and aggregate data based on the desired grouping.Β No Code
In this tutorial video, you will learn how to efficiently manage comments in the Ataccama ONE platform. Discover the step-by-step process of closing, reopening, and deleting comments, allowing you to keep your comment sections organized and up to date.In this video, we will guide you through the key features of comment management in Ataccama ONE. You will learn how to close a comment when its content has been resolved, providing clarity and closure. We will show you how to navigate to the "Closed" tab to access and view previously closed comments, ensuring easy reference and tracking.Reopening a closed comment is made simple in Ataccama ONE. We will demonstrate how to reopen closed comments, making them visible again in the "Open" tab. Keep in mind that if a comment has replies, the entire thread will be reopened, maintaining context and continuity.Additionally, we will explain how to delete comments that are no longer necessary or if a mistake has been made. You will learn the criteri
How to connect ONE DATA as a sourceΒ ?What's the URL value that is required to connect ?Β
Hi community!Β In this post, we will explore how to create and implement DQ rules effectively. Rules play a crucial role in ensuring data quality, and understanding the process is essential for data management. So letβs get started!Β Creating Rules ManuallyΒ To create a rule from scratch, follow these steps:Navigate to the Data Quality > Rules page. Click on Create in the upper-right corner. Provide the necessary information: Name: Give your rule a descriptive name. Description (optional): Add a brief description of the rule and its purpose. Rule definition source (optional): Specify the associated data source for the rule. Stewardship: Select the owner group responsible for the rule's accuracy and approval. Click Save to create a draft of the rule. Β Β Before publishing or submitting for approval, you need to define the rule logic. Proceed to the Implementation tab for further steps.Β Implementing Rule LogicΒ On the Implementation tab, you can perform the following tasks:Add a descr
I am trying to parse an XML File that has data related to employees in the following format<TABLES>Β Β Β Β <DATA>Β Β Β Β Β Β <item>Β Β Β Β Β Β Β Β <WA>Emplyee1No Employee1Name Employee1PhNo Employee1Email</WA>Β Β Β Β Β Β </item>Β Β Β Β Β Β <item>Β Β Β Β Β Β Β Β Β <WA>Emplyee2No Employee2Name Employee2PhNo Employee2Email</WA>Β Β Β Β Β Β </item>Β Β Β Β Β Β β¦.Β Β Β Β Β Β β¦.Β Β Β Β </DATA></TABLES>I am using XML parser to parse this but it does not give any result.I think the issue is with the same tag containing multiple records.As I am able to parse it when there is just one record i.e. one <WA> and <item> tag.Can anyone please help me with this?
Hi everyone,Β We are continuing with our Data Quality best practice series! In the next several posts we will cover everything from Rules to Monitoring Projects in Data Quality.Β If you have missed the introduction series to DQ you can start here:In this post, we'll explore the concepts of Detection rules and Data Quality (DQ) rules in Ataccama ONE's web application. Understanding these rules is crucial for effective data management. Let's dive in!Β Detection RulesΒ Detection rules in Ataccama ONE are divided into two categories: Data-based detection rules and Metadata-based detection rules. These rules serve different purposes and can be accessed and created from the "Data Quality > Rules" section. Let's take a closer look:Data-based Detection Rules: These rules evaluate attribute data and are used to assign terms to attributes based on predefined conditions. For example, you can create a rule to assign the term "First Name" to attributes that contain values found in a specific lookup
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.