Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"March/22/2022:Not able to export Global objects from Masking engine" #62

Open
carloscuellar87d opened this issue Mar 22, 2022 · 1 comment

Comments

@carloscuellar87d
Copy link

** Expected Behavior**
When trying to follow https://github.com/delphix/dxm-toolkit/wiki/Syncing-objects-between-engines, the global_object option to export should export all global objects

** Actual Behavior**
When trying to follow https://github.com/delphix/dxm-toolkit/wiki/Syncing-objects-between-engines, the global_object option to export is not exporting global objects:

./dxmc sync export --objecttype global_object --path ./ --engine mskcarlos

Usage: dxmc sync export [OPTIONS]
Try 'dxmc sync export --help' for help.

Error: Invalid value for '--objecttype': invalid choice: global_object. (choose from algorithm, global, key, domain, masking_job, database_ruleset, file_ruleset, database_connector, file_connector)

./dxmc sync export --objecttype global --path ./ --engine mskcarlos

Input error: query parameter object_type value GLOBALis not in the allowable values[ALGORITHM_PLUGIN, APPLICATION_SETTINGS, BINARYLOOKUP, CLEANSING, DATABASE_CONNECTOR, DATABASE_RULESET, DATASET_CONNECTOR, DATASET_RULESET, DATASET_FORMAT, DATE_SHIFT, DOMAIN, DRIVER_SUPPORT_PLUGIN, ENVIRONMENT, FILE_CONNECTOR, FILE_FORMAT, FILE_RULESET, GLOBAL_OBJECT, JDBC_DRIVER, KEY, LOOKUP, MAPPLET, MASKING_JOB, MIN_MAX, MOUNT_INFORMATION, PROFILE_EXPRESSION, PROFILE_JOB, PROFILE_SET, REDACTION, REIDENTIFICATION_JOB, SEGMENT, TOKENIZATION, TOKENIZATION_JOB, USER_ALGORITHM]`

Version
This was tested with dxmtoolkit 0.9.1 against Delphix Masking 6.0.12 and 6.0.13

@mattdelphix
Copy link

Found the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants