Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
Hi everyone!Β This week, we are continuing to explore the Ataccama ONE platform basics. Today, we are looking into Tasks and Collaboration.Β Collaborate with Your TeamCollaboration plays a vital role in any project, and ONE DG makes it simple for you. You can easily comment and initiate conversations with your team members by using the comment section. To notify someone specifically, just tag them using the "@" symbol. You can even add emojis and gifs to make your discussions more lively! Don't worry about missing any updates - you'll receive in-app notifications whenever someone tags you or responds to your comments.Β Streamline Your Workflow with TasksThe Task management system in the Ataccama ONE Platform helps you keep track of your work and ensures efficient progress management. The system organizes tasks into a Kanban Board, providing a visual representation of your workload. With tasks, you can perform the following actions:Create and manage tasks and their subtasks. Assign tasks t
Hi Everyone,Β Β Β Β My DQΒ and KeyCloak is running integrated for authentication but the password in the attribute name=βtruststore-passwordβ is using password without encryption.Β Β I tried to encrypt via command encrypt.bat on DQΒ Β butΒ without success. I just have a success in the authentication using clear password.Β Β Is there someone that have success to encrypt the value for the property truststore-password with keycloak?Β <config class="com.ataccama.server.keycloak.KeycloakDeploymentContributor">Β Β Β Β <keycloakConfigs>Β Β Β Β Β Β <keycloakConfig name="keycloak-admin-center.json">Β Β Β Β Β Β Β Β <!-- Define common parameters for all clients. They can be overridden by client-specific settings.-->Β Β Β Β Β Β Β Β <url>https://srvkeycloak:8446/auth</url>Β Β Β Β Β Β Β Β <realm>ataccamaone</realm>Β Β Β Β Β Β Β Β <attributes>Β Β Β Β Β Β Β Β Β Β <!--<attribute name="ssl-required" value="external"/> -->Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β <
Getting the above error when I tried to run a comp which uploads the terms from excel workbook to ataccama. Please help! @anna.spakovaΒ Β
Hi all!Β Hope you are enjoying our getting started series π In this post, we will cover Business Glossary and learn more about Business Terms.Β Business terms play a crucial role in analyzing data, as they provide the basis for evaluation and quality checks. You can establish expected values and gain deeper insights by assigning terms to specific data elements. The Business Glossary automatically maps these terms to real data sources, ensuring that your catalog is always up to date and synchronized with the latest assigned terms. Plus, an unlimited hierarchy structure lets you visualize the relationships among different data elements, systems, and processes.Β Let's explore the different types of terms you'll encounter in the Business Glossary:Business Terms: These are predefined labels that help you understand and organize your data. They are assigned based on set conditions. Custom-Created Terms: This term group allows you to create your own terms according to your specific needs. For e
Hello all, IΒ have a task of detecting duplicate records from particular tables. So is there anyone who know about creating rule for this, a rule to detect duplicate values and mark it using One Web and One Desktop?
I have a workflow(.ewf file) which in turn calls several components and workflows. How do i run the workflow and get to know the trace of which all components and workflows are executed?Is there any property that can be enabled which will give the components and workflows that are getting executed? If there is some kind of information like input to each step and output from the step that also would be usefulΒ
From the ataccama one url, click environment settings, create environmentΒ we have the below propertiesΒ executor endpointadmin centerexecution modeΒ then we have the option to add a datamart, with a jdbc string.Β Β What exactly is the executor endpoint, admin center and execution mode?is the datamart a place(database) to store something from the executor(server)?Please provide some links which explains this.
Global runtime configuration (GRC) is the answer to the following questions:How to upload DQ results from my monitoring project into a database/other data source instead of CSV file? How to send my DQ results into PowerBIΒ to create some nice reports?Β How to connect to my data source from a VCI if this data source is not supported from the Catalog?These threeΒ questions are the most frequent use cases for using the Global runtime configuration. It allows us to define additional connections to databases, servers (e.g. MiniO or S3), APIs etc. and perform different kinds of operations with it - like save our DQ results in a post-processing component to a database or upload data from additional data sources using the VCI (Virtual Catalog Item).How to create a Global runtime configurationThe GRC is attached as a parameterΒ plugin.dqc-support.ataccama.one.dqc.runtime-config.default in the DPM application.properties (or using the Configuration Service). What is very important, the GRC is an XML
If you just configured the integration between Manta and Ataccama and have no experience using it, hereβs your guide to getting started.Β Integrating Data SourcesΒ First, youβll want to turn on the integration for the Data Sources in your Ataccama Knowledge Catalog.If you are creating a new data source in ONE, simply mark the checkbox Enable Manta Integration in the Connection details. This will automatically propagate the new source to Manta. If you want to integrate an existing source in ONE, go to Source >> Connection >> Edit and mark the Enable Manta Integration checkbox and Save.Β To confirm that the ConnectionΒ is successfully propagated to Manta, check that it appears in the Manta Admin UI (Connections >> Databases).Β You might have some data sources connected directly to Manta - itβs fine to keep them alongside the ones propagated from Ataccama. Note that when you trigger Calculate Lineage from the Ataccama ONE app, the Manta workflow will execute lineage revision
I need the jar files to create a neo4j database connection from ONEΒ desktop.Can anyone please help?
I(Using admin creds)Β have assignedΒ a user the role of βRDM-Work_DataEntryβΒ from Keycloak for being able to make an entry on RDM Web app. But he is not able to see any Table or View details on the web app, Can anyone help me with the mistake i might be committing. Which role should be assigned for the purpose of being able to add/remove/delete/edit entries on RDM tables on Web App/UI?Also, Where can i find the descriptions for all the roles that are available on the Keycloak to be assigned?
Hello,I want to use βSFTP Download Fileβ and use a wildcard for the filename and a date.Β IsΒ that possible ?Β Β For example :/<mydirectory>/input/MYFILE_<TODAY_YYMMDD>_*.txtΒ When i enter an asterisk symbol in theΒ Β βFile or Directoryβ section, IΒ get an error.Β Thanks,Rene RequenesΒ
Hi there! Shafeeq from Ataccama here. Iβm a Software Support Engineer and occasionally I come across issues that are shared among different customers.Β One of those issues is how one can get Ataccama tools to preserve spaces before and/or after certain strings. This might be when trying to perform certain operations using the Column Assigner in the IDE, or in a monitoring project running on the Web App where a DQ rule checks that a field does not have trailing spaces, etc.Β Β The solution to this problem is simple, in the form of Java VM arguments. These Β are typically values that change the behaviour of the Java Virtual Machine (JVM) which is used by our products. Below, Iβll shareΒ the solution.Β Β When this issue arises for a plan, workflow, etc. in the IDE, you may follow the steps below:Β Β Click on the arrow next to the run button and then click on "Run Configuration". Β Click on the Runtimes tab and add the following parameter in the VM arguments text box:Β -Dengine.trimStringValues=f
I loaded a configuration with a new table to my organisations DEV PaaSΒ environment and it dropped the existing tables in DEV. How do I rollback this transaction?Β Any help would be greatly appreciated
Hello community,Iβm working on an RDM project which has the OnPublish implementation. However, I am encountering an error wheneverΒ I try to publish a record. The error message from the Action History states:The response message was:null and response error was 'errorMsg:Cannot get credentials for request.'I have checked all the database connections and the connectionΒ to the RDM web application on the runtime server, and there does not seem to be any issue in that regard.Is anyone familiar with this error and could provide assistance? Thank you in advance.
Can anyone provide a document or link on how to effectively navigate and interpret the logs in the OperSearch Discovery portal? Our client is usingΒ Ataccama PAAS. And sometimes we go toΒ OperSearch Discovery for logs.Β I find challenging to understand. For instance, to locate runtime errors, I need to input "Kubernetes.container_name = runtime-server" in the filter section, followed by "error" in the search section. This will display any errors related to the runtime server. Otherwise, the log page appears to be quite intricate. Any help or link is very much appreciated.
Hi All,I am looking for the documentation around available Out of the box APIs in Ataccama which can be exposed to extract data out of RDM tables. Are there any available documentation or APIs provided by Ataccama to expose the reference data tables out of RDM via APIs.Looking forward for any directions here.Thanks,Chetan
HiIβm Using the Windows DQ Analyzer - free version.I have used the business rules functionality, but I have been wondering what the idea behind the βnullβ value is? And what makes data fall into the βnullβ value?Br.Gregers
Which ONE Metadata Reader entity type will let me read the all suggested business terms against all items?Β Β Β
Hi,Β Β Is it possible to stop someone Publishing a row if they are the ones who βMoved it to Publishβ?Β A team want the ability for all its members to create, edit and publish but restrict an individual team member from publishing a row they create or edit. Those rows would need to be published by another team member.Β Β
When you use in ONE Desktop application theΒ project synchronization with Git, you can in some cases meet with the error βThe model project is not licensed for use on this machineβ, followed by warning βProject signature is invalidβ.At first glance, it seems there must be an issue with the license. However, mostly it is not the case, and the issue is relatedΒ to Windows line endings, as Eclipse utilizes Unix syntax line endings.How to resolve this?Follow the steps below:In ONE Desktop select your project name (asΒ an example further we use the projectΒ Reference Data Manager - Banking example), and click in the top menu panel to choose:File =>Β Convert Line Delimiters To => Unix. Β Uncheck Show only text filesΒ option and click Deselect All. Β Open .metadataΒ folder in the "Select files to convert" menu, select meta.mmdΒ and manifest.xmlΒ files. Β Click on the small arrow next to the .metadata folder to display contents, and click on the checkbox beside the libsΒ folder to select all
DPM and DPE - Ataccama ONE Gen2 Platform LatestOnce DPE connects to a data source, it creates metadata and optional sampling of records that do not satisfy DQ rules.Could you please answer the following questions or direct me to a link that can answer the below questions?1. Does DPE create other temporary files as a result of processing as well?2. What happens to the metadata, sample records that do not satisfy DQ rules and any temporary files generated during processing after the connection to the data source get closed?3. How does purging of data works in Ataccama?
Hello, communityI want to implement an RDM solution where we periodically load the data from a database and import them to RDM in the published state. Each load could contain new and updated records.So I set the RDM Importer step to load data to CONFIRM stateΒ in the INCREMENTALΒ fashion (which as description state: new records are imported, existing records not present in the input file are untouched, matched records are updated).However, I encountered an error indicating the βKeyβ is already exist when execute the plan.Could anyone help me on this please? Iβm not sure the incremental option only works for loading to EDIT state or do I need to setup anything additionally in the column section.Thank you in advance
In Ataccama ONE Desktop, we have steps like JSON Reader, or JSON Parser, to read JSON data and put them into a data flow.We also have a JSON Call step that allows you to construct a JSON template to send JSON Calls outwards.But what if you wanted to transform the data into a JSON string but not necessarily send it anywhere? If thatβs what you want to do, read onβ¦Our dataLetβs take an example of this data:I have some fruits:id name 1 Apple 2 Orange 3 Pear 4 Grape Β I have also some fruit variety names:id variety fruit_id 1 Gala 1 2 Golden Delicious 1 3 Jazz 1 4 Pink Lady 1 5 Navel 2 6 Blood 2 7 Seville 2 8 Conference 3 9 Comice 3 Β Join them together as our base data:(See json_1.comp in zip)Output looks like this:Β π‘ I want to now turn this into a JSON string. Variety should be an array within each fruit.To achieve this, we first need to aggregate the variety back into fruit, and then a final aggregation to get the whole set
Hello Ataccama community πHas anyone previously used the USERNAME column type in the RDM Importer or RDM History Importer? I want to specify theΒ [ Username ] on RDM, indicating who made changes to each record in an automated fashion.However, I got an error telling me thatΒ unknown column 'username'; I tried using βUSERNAMEβ instead of βusername,βΒ but still had no luck.Could anyone familiar with this help me please?
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.