We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
** 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:
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)
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]`
object_type value
is not in the allowable values
Version This was tested with dxmtoolkit 0.9.1 against Delphix Masking 6.0.12 and 6.0.13
The text was updated successfully, but these errors were encountered:
Found the same problem
Sorry, something went wrong.
No branches or pull requests
** 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
The text was updated successfully, but these errors were encountered: