ataccama-en Logo
      • Home
      • Recently active topics
      • Unanswered questions
      • Getting Started
      • Welcome 👋6
      • Learn & Share
      • Master Data Management & Reference Data Management 🛰️144
      • Data Quality & Data Governance ⚙️275
      • From Ataccama
      • News & Announcements 📣52
      • Ataccama User Lab 🧪11
  • Updates
  • Events
  • Groups
  • Academy
  • Training Resources
Logo

Training Resources

Learn on-the-go with Ataccama MicroLearning

Start your journey now 📣

Updates

Forums

Getting Started

  • 6 topics
  • 5 Replies

Learn & Share

  • 419 topics
  • 772 Replies

From Ataccama

  • 63 topics
  • 17 Replies

  • Recent Posts
  • Answer Questions
Cansu
CansuCommunity Manager

14.5 Updates: Data Stories 📊🤝✏️

Hi everyone!This week is an exciting one at Ataccama - version 14.5 is out and about! We will be sharing what’s new on the community starting today with Data Stories. So read on to find out what’s new ✨ What are Data Stories?Data Stories is a data visualization tool designed to create, present, and share complex data as dynamic and self-explanatory reports.Data Stories offers two types of reports: Dashboards and Stories.Both Dashboards and Stories have sections with visualizations and static content. While static content allows you to add text, images, or video, visualizations allow you to create bar, line, or pie charts, in addition to pivot tables and more.You can use Data Stories when you need a tool…to create data-driven and dynamic presentations where it’s easy to showcase results, and ideas and display dynamic insights. to build dashboards with real-time data which allows stakeholders to understand what is happening at the moment and also to quickly find any answers to potential

272
Cansu
2 hours ago
Albert de Ruiter
Albert de RuiterRocket Pioneer II
 Data Quality & Data Governance ⚙️

Large button on UI for embedded array

Hi community,In the metamodel, when defining a relation to another antity of type embedded object array, in the user interface it appears as a very large white area containing one button. We feel that this feature is not in line wth proper user interface design. Therefore I am looking for a way to have this button shown in a way more minimal format.Does anyone knows if this is possible? A trait or a specification in the page lay-out definition or…?Thanks in advance!Kind regards, Albert

4
Albert de Ruiter
4 hours ago
M
Marnix WisselaarRocket Pioneer II
 Data Quality & Data Governance ⚙️

Working nested GraphQL results in a JSON Call step in desktop

Hi,There is a lot about GraphQL and JSON-call. But I have question on how to process nested GraphQL in a JSON and maintain integrity when using (nested) datastreams) in the JSON Call step in Ataccama (v13.x).Below an example. There are profiles with path ($.data.catalogItem.publishedVersion.profilingConfigurationInstances.edges.node.publishedVersion.profiles.edges.node.@). And then a nested data-stream, which continus from this path (publishedVersion.attributeProfiles.edges.node). Each stream will give an output for the JSON-caller step. Now how do we maintain integrity between the streams/output files? So how can I refer from a sub-stream to a parent key, so I can later join the JSON-call output streams?    

2
A
8 hours ago
S
sgillaRocket Pioneer
 Data Quality & Data Governance ⚙️

DQS - camel case

Is there a function or custom ways to convert strings into camel case on DQS - Data Quality services?

4
A
20 hours ago
L
lsmall028Space Explorer
 Data Quality & Data Governance ⚙️

Exporting Profiling Results from Web App

I am working on version 14.3 and I am trying to export the profiling results from the Web App, but when I go thru the process I only receive the attributes with records. I am wanting to export the profiling and not the records since they hold PHI. Is this possible in the web app or only in desktop?

0
L
2 days ago
Cansu
CansuCommunity Manager
 Data Quality & Data Governance ⚙️

Monitoring Project Configuration Part 1️⃣Best Practice

Happy Tuesday Community! We started this week by sharing best practices on Monitoring Projects, and today we’ll be continuing with how to configure Monitoring Projects. If you have missed the first post you can find it here:Let's explore the best practices for configuring Monitoring Projects to ensure robust data quality checks and anomaly detection.Select Catalog ItemsGo to the Configuration & Results tab. To add catalog items: For a new project, select Add catalog items.   To add more items to an existing project, select +Add under Items to Monitor.   To remove an item, use the more options icon and select Delete. The listed catalog items will display a summary of: Structure: Aggregated results for structure checks on attributes. Anomalies: Detected anomalies on attributes. DQ Checks: Results of data quality checks assigned to attributes. Overall: Aggregated quality based on assigned DQ checks contributing to overall quality. Individual DQ dimensions, listed with the

301
R
2 days ago
F
FCB developerRocket Pioneer
 Data Quality & Data Governance ⚙️

To find attributes that are not linked to business terms.

Нello, everyoneI need to find attributes that are not linked business terms specifically with the name of tables and attributes. Using the "Filter" tab, I wrote such a query schema is 'cli_dwh' and attributes.any(termInstances.count() == 0) using step ONE Metadata Reader, but it seems it takes only the schema but skips the business term, gives a list of attributes that are already linked to the business term. Can you give advice on this problem?I will be very grateful for your help🤗Thank you!

0
F
3 days ago
jhoppesch
jhoppeschSpace Explorer
 Data Quality & Data Governance ⚙️

Pass column from DQC plan to workflow

I have a workflow which does an HTTP GET to download an HTML page. I then use a DQC plan to filter and alter the data in the HTML file to get a “new” URL. I now have this “new” URL in a column at the end of the plan. I’m wondering, is it possible to use this “new” URL column from the DQC in the same workflow to perform another HTTP GET of the “new” URL? 

2
M
3 days ago
M
Marnix WisselaarRocket Pioneer II
 Data Quality & Data Governance ⚙️

Filter graphql output

Hi, we need to see if for terms (or other entities) certain roles have viewer rights. (...and if not set them)Below is a GraphQL, but I need to filter only the term.assignedIdenties.capability.OperationSet where the name is "viewer”. How would I go about doing this? (outside filtering in ONE Desktop of course)query GetCapabilities_term($gid: GID!) {  term(gid: $gid) {    gid    assignedIdentities {      grantingStrategy      capability {        name        id        operationSets {          name          displayName          id        }      }      identity {        ... on Role {          name          __typename          ... on GroupRole {            name            numberOfUsers            gid          }        }      }    }  }}

4
M
3 days ago
F
FCB developerRocket Pioneer
 Data Quality & Data Governance ⚙️

How to find the completeness of the descriptions for all the tables and their attributes

Good day! I would like to find the completeness of the descriptions for all the tables and their attributes in Ataccama Web. Is it possible to do this in AtaccamaWeb using Rules? There are approximately 700 tables in the system.  I will be very grateful for your helpThank you!

8
F
4 days ago
Albert de Ruiter
Albert de RuiterRocket Pioneer II
 Data Quality & Data Governance ⚙️

Large button on UI for embedded array

Hi community,In the metamodel, when defining a relation to another antity of type embedded object array, in the user interface it appears as a very large white area containing one button. We feel that this feature is not in line wth proper user interface design. Therefore I am looking for a way to have this button shown in a way more minimal format.Does anyone knows if this is possible? A trait or a specification in the page lay-out definition or…?Thanks in advance!Kind regards, Albert

4
Albert de Ruiter
4 hours ago
M
Marnix WisselaarRocket Pioneer II
 Data Quality & Data Governance ⚙️

Working nested GraphQL results in a JSON Call step in desktop

Hi,There is a lot about GraphQL and JSON-call. But I have question on how to process nested GraphQL in a JSON and maintain integrity when using (nested) datastreams) in the JSON Call step in Ataccama (v13.x).Below an example. There are profiles with path ($.data.catalogItem.publishedVersion.profilingConfigurationInstances.edges.node.publishedVersion.profiles.edges.node.@). And then a nested data-stream, which continus from this path (publishedVersion.attributeProfiles.edges.node). Each stream will give an output for the JSON-caller step. Now how do we maintain integrity between the streams/output files? So how can I refer from a sub-stream to a parent key, so I can later join the JSON-call output streams?    

2
A
8 hours ago
L
lsmall028Space Explorer
 Data Quality & Data Governance ⚙️

Exporting Profiling Results from Web App

I am working on version 14.3 and I am trying to export the profiling results from the Web App, but when I go thru the process I only receive the attributes with records. I am wanting to export the profiling and not the records since they hold PHI. Is this possible in the web app or only in desktop?

0
L
2 days ago
F
FCB developerRocket Pioneer
 Data Quality & Data Governance ⚙️

To find attributes that are not linked to business terms.

Нello, everyoneI need to find attributes that are not linked business terms specifically with the name of tables and attributes. Using the "Filter" tab, I wrote such a query schema is 'cli_dwh' and attributes.any(termInstances.count() == 0) using step ONE Metadata Reader, but it seems it takes only the schema but skips the business term, gives a list of attributes that are already linked to the business term. Can you give advice on this problem?I will be very grateful for your help🤗Thank you!

0
F
3 days ago
M
Marnix WisselaarRocket Pioneer II
 Data Quality & Data Governance ⚙️

Filter graphql output

Hi, we need to see if for terms (or other entities) certain roles have viewer rights. (...and if not set them)Below is a GraphQL, but I need to filter only the term.assignedIdenties.capability.OperationSet where the name is "viewer”. How would I go about doing this? (outside filtering in ONE Desktop of course)query GetCapabilities_term($gid: GID!) {  term(gid: $gid) {    gid    assignedIdentities {      grantingStrategy      capability {        name        id        operationSets {          name          displayName          id        }      }      identity {        ... on Role {          name          __typename          ... on GroupRole {            name            numberOfUsers            gid          }        }      }    }  }}

4
M
3 days ago
R
rene.requenesSpace Explorer
 Master Data Management & Reference Data Management 🛰️

Monitoring Project - Integer and Dates

When I use Monitoring Projects and try and apply a rule to a DATE or INTEGER it is not allowed.  For Date Rule, I want to check for NULL or a DATE range.  For Integer, I want to check from a referenced lookup table.     Why is this check only allowed for Strings ?  Will DATE and INTEGER be added at a later time ? Rene Requenes

0
R
6 days ago
S
ShruthiSpace Explorer
 Data Quality & Data Governance ⚙️

Anomaly detection based on more than one column

Is there a way I can get the anomaly detection configured and notified when there is a anomaly in the counts in more than one attribute?eg:SELECT CALENDARDAY, COMPETITOR, COUNT(*) as count FROM TablenameGROUP BY CALENDARDAY, COMPETITORA notification whenever there is drop or increase in the count based on CALENDARDAY, COMPETITOR

0
S
7 days ago
B
BhumiStarblazer
 Data Quality & Data Governance ⚙️

Is event based trigger possible in Ataccama Thin client

Hi Community,Is event based trigger possible in Ataccama Thin client (web version)? If so, how to implement it?Thanks!

0
B
13 days ago
F
ferozSpace Explorer
 Data Quality & Data Governance ⚙️

S3 based data Catalog in Ataccama oneWeb

How I can use create sql catalog on s3 files (csv, parquet) in Ataccama One Web Knowledge Catalog.Do Ataccama use AWS S3 CData drivers

0
F
16 days ago
F
FionaFSpace Explorer
 Data Quality & Data Governance ⚙️

Integrate Date function into a string datatype while creating rule in ONE Web

Needed to know how to create a rule having an attribute of STRING datatype for extracting current date and past date in One Web. Tried using date functions in string using advanced expression (today() is ATTRIBUTE) ..showing error in testcase. But when tried using same functions for DATETIME datatype working fine. Can anyone help?

0
F
20 days ago

Keep me informed

    • Master Data Management & Reference Data Management 🛰️

    • Data Quality & Data Governance ⚙️

    • News & Announcements 📣

    • Ataccama User Lab 🧪

Events Calendar

Community experts

Show full leaderboard
Show full leaderboard

Badges

  • Start engines
    hamkhan.chas earned the badge Start engines
  • Liftoff
    Shruthihas earned the badge Liftoff
  • Liftoff
    ferozhas earned the badge Liftoff
  • Crew member bronze
    Ojaswinihas earned the badge Crew member bronze
  • Liftoff
    FionaFhas earned the badge Liftoff
Show all badges

Community Statistics

544
Topics
811
Replies
1,448
Members

Need more help?

Customer Success

Read how other companies use Ataccama

Resources

Read our original content

Powered by Gainsight
Terms & ConditionsCookie settings
Back to top

Sign up

Already have an account? Login

Login

Login to the community

Login

Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.

Back to overview

Scanning file for viruses.

Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.

OK

This file cannot be downloaded

Sorry, our virus scanner detected that this file isn't safe to download.

OK