Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
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?
What does the id mention in invalid_rules column in Monitoring Project Export refer to?the alphanumeric term within() after rule name as in the image belowIs this the ruleId of the rule? If not, what does this refer to?Is there a way I can configure Metadata Export step to give rule id?
The idea is to divide the invalid_rules column as obtained in export for Monitoring Project into two columns- one containing the rule name and the other containing the explanation; and implement this for all the rules mentioned in a cell.For example,Β The below cell would be divided into invalid_rule_name column containing two records-validation [USA] State and calidation[Noth America] Phone Numbers, and invalid_rule_explanation column containing explanation for the respective rules.The challenge I am facing here is that the rule ID mentioned in Monitoring Project report export is not the same as the rule ID mentioned in the list of rules I export; which I am trying to use to identify the rule in invalid_rules column from Monitoring Project report.Please help me find a solution for this
βHello everyone!Β Foreword and problem statementThere are several subcategories of terms. I need to set up access for managerΒ and stewardΒ ofΒ each subcategory so that:The steward of certain subcategory is able to create new terms, edit old onesΒ in his subcategory only. However, he can not publish any changes The manager, in addition to above, can publish changes, but also in his own subcategory only.I have theΒ list ofΒ questions concerning access management in v.14.2:Is it possible to grant ownership to node? And if itβs yes, how can I implement it? Do you know any way to solve my manager-steward task? (there are my understanding of the solution below) In States of approval workflowwhat are theΒ βUser rolesβ : governance or identity provider ones? (looks like the second ones, but doesnβt work) what isΒ the βOWNERβ for this version of workflow?_______________________There is a long prelude to where the questions came from.Β Version: 13.9There is the ability to create a special capabilityΒ to b
METADATA MODELΒ The metadata model is used toΒ configure the application entities and their properties. TheΒ Metadata ModelΒ describes the entities and their properties in the application.Β Β Web Application) use theΒ Metadata ModelΒ to create the frontend user interface.Β The metadata model is also responsible for the configuration of the left navigation menu of the application.Β ONE METADATA PROPERTY REFERENCESEntities consist of properties of SimpleΒ types, such as strings and integers, andΒ ObjectΒ types, which link the entity to other entities.Β ADDING NEW PROPERTY TO THE MMM MODELGo to left panel of the Webapp and choose Global settings Β Choose metadata model under Maintenance CenterChoose the Custom filed where you need to add the new property to CatalogItem, Glossary and sources. In our case we adding to CatalogItem Β Click on the Custom field CatalogItem. We can see General Information and Property. Click add property and type in the property to be added. Β Fill in the name and choose the
Hello,Β I have a speedΒ of profiling data for using Oracle DB of about 4000-7000 rows per minute.I useΒ Ataccama DQ Analyzer (Version:Β 11.1.1.ga-2017-06-14).Β Β Please, can you take me to advise me on howΒ to increase the speed of profiling data for using Oracle DB?I hope to take the profiling speed to about 100 000Β rows per minute...Β Β Connation config:Β Β Β Log:17.03.2023 12:56:04 [INFO] Switching to logging setup from C:\Users\ECHERN~1\AppData\Local\Temp\loggingConfig3307204922660014311.tmp17.03.2023 12:56:04 [INFO] Using following licenses:17.03.2023 12:56:04 [INFO] C:\Ataccama DQ Analyzer 11\runtime\license_keys\license.plf17.03.2023 12:56:04 [INFO] Using DQ Analyzer configuration file C:\Ataccama DQ Analyzer 11\workspace\sqb_prof_pilot\data\out\sqb_all_table.plan17.03.2023 12:56:04 [INFO] Using runtime configuration file C:\Users\echernoskutov\AppData\Local\Temp\runtimeCfg1065525328424309714.tmp17.03.2023 12:56:04 [INFO] Changing CPU affinity to 4 CPU(s).17.03.202
MAJOR CONCEPTS IN PERMISSIONSKeycloakΒ is primarily used to manage Users and Roles as well as their assignment.Β ONE Web Application - where you canΒ assign preconfigured permissions to Users and Roles. It is also possible to change the default configurationΒ and create custom permissions on the ONE Web Application. Users (Persons)Β - identifyΒ people or services who have access toΒ Ataccama ONE.Β RoleΒ - theΒ container for permissionsΒ that users can perform in ONE on entitiesΒ in alignment with the company organization chart. βRoleβ refers to the roles defined inΒ Keycloak, for example,Β MMM_ admin. UsersΒ need to be mapped toΒ Roles. ThisΒ will determine their node permissions based on the operations allowed for that role on individual nodes. A user can have more than one role assigned to them.Β Users and roles are managed primarily in the Keycloak service, thenΒ synced with ONE. UsersΒ andΒ Roles access can be regulated byΒ permissionsΒ thatΒ are configured via different blocks:Β Capabilities,Β Operation
We are using some GraphQL to βdo stuffβ. Turns out the easiest way to find the GraphQL is using the Developer-tools in Chrome or Edge.Β See enclosed.Β
Hello everyone, Anna here! I work as a projects consultant in Ataccama and today I put together a guide for you on how to export a metadata model definition from Ataccama ONE.Ataccama ONE allows to export metadata model definition from the platform into a JSON file. However, the JSON file is not an ideal format for business users. For that reason, parsing of the JSON into more user-friendly format, for instance Excel, is desired. The current JSON parser step in Ataccama DQC, however, is not able to parse this JSON structure.This article introduces a Python script that was developed to parse the JSON structure of the metadata export and provide the metadata model in Excel and CSV formats. It is supported for v13 of Ataccama ONE.As a first step, the metadata model has to be exported from Ataccama. Next step is to run the Python script on top of the exported metadata model to obtain the CSV and Excel format. Chapter JSON parser in Python describes in detail the Python script as well as th
What kind of MCQs are asked in Certification exam?
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.