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** I am trying use sync command in dxm and it errors out
skanuri@Sri-Harsha-Kanuris-MacBook-Pro dxmc % ./dxmc sync list --objecttype algorithm trying to get SEGMENT Input error: query parameter object_type value SEGMENTis not in the allowable values[ALGORITHM_PLUGIN, APPLICATION_SETTINGS, DATABASE_CONNECTOR, DATABASE_RULESET, DATASET_CONNECTOR, DATASET_RULESET, DATASET_FORMAT, DOMAIN, DRIVER_SUPPORT_PLUGIN, ENVIRONMENT, FILE_CONNECTOR, FILE_FORMAT, FILE_RULESET, GLOBAL_OBJECT, JDBC_DRIVER, KEY, MASKING_JOB, MOUNT_INFORMATION, PROFILE_EXPRESSION, PROFILE_TYPE_EXPRESSION, PROFILE_JOB, PROFILE_SET, REIDENTIFICATION_JOB, TOKENIZATION_JOB, USER_ALGORITHM]` EXCEPTION: KeyError: 'ALGORITHM'
object_type value
is not in the allowable values
The text was updated successfully, but these errors were encountered:
No branches or pull requests
** Expected Behavior**
I am trying use sync command in dxm and it errors out
skanuri@Sri-Harsha-Kanuris-MacBook-Pro dxmc % ./dxmc sync list --objecttype algorithm
trying to get SEGMENT
Input error: query parameter
object_type value
SEGMENTis not in the allowable values
[ALGORITHM_PLUGIN, APPLICATION_SETTINGS, DATABASE_CONNECTOR, DATABASE_RULESET, DATASET_CONNECTOR, DATASET_RULESET, DATASET_FORMAT, DOMAIN, DRIVER_SUPPORT_PLUGIN, ENVIRONMENT, FILE_CONNECTOR, FILE_FORMAT, FILE_RULESET, GLOBAL_OBJECT, JDBC_DRIVER, KEY, MASKING_JOB, MOUNT_INFORMATION, PROFILE_EXPRESSION, PROFILE_TYPE_EXPRESSION, PROFILE_JOB, PROFILE_SET, REIDENTIFICATION_JOB, TOKENIZATION_JOB, USER_ALGORITHM]`EXCEPTION: KeyError: 'ALGORITHM'
The text was updated successfully, but these errors were encountered: