Hello,
I have two questions I would love to inquire about:
1. Exporting Lookup Items in Ataccama
I would like to know if it's possible to configure exports for lookup items in Ataccama.
When I try to export my lookup items, the export option is greyed out. When I hover over it, I see a message saying: "No export plan exists for the selected lookup items."
Under Global Settings > Import and Export, I see an option to create a new export plan. I tried using this, but got to a stage where I need to input a code for the export plan. I found the following JSON online and was wondering if this would work as-is or if it needs any tweaks:
{
"name": "Export_All_Lookup_Items",
"description": "Exports all lookup items for backup or migration",
"type": "LOOKUP_ITEM",
"format": "JSON",
"filters": {
"lookupTypes": ["ALL"],
"tags": [],
"projects": []
},
"output": {
"combineIntoSingleFile": true,
"fileName": "lookup_export.json",
"includeMetadata": true
}
}
Would this JSON-based export plan enable the export feature for lookup items? If not, what modifications would be required? Also, is there any official documentation or reference material available for creating export plans in Ataccama?
2. Visibility of DQ Rules
We have some Data Quality rules that are not visible to all users.
Is there a way to configure DQ rules so they are visible across the platform for all users ? do i have to manually share each rule before its visible to all users ? Any guidance on rule sharing, visibility settings, or permission configuration would be greatly appreciated.
Thank you in advance!