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
The original create data catalog is API call now deprecated. Yet we still need modules for managing the service state, i.e. start, stop.
create data catalog
start
stop
Include a Boolean flag - rebuild - for managing the rebuild activity on the DC. (defaulting to false): https://cloudera.github.io/cdp-dev-docs/api-docs-beta/dw/index.html#_rebuilddbc
rebuild
false
Include a Boolean flag - update - for managing the upgrade state (defaulting to false): https://cloudera.github.io/cdp-dev-docs/api-docs-beta/dw/index.html#_updatedbcconfig
update
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The original
create data catalog
is API call now deprecated. Yet we still need modules for managing the service state, i.e.start
,stop
.Include a Boolean flag -
rebuild
- for managing the rebuild activity on the DC. (defaulting tofalse
): https://cloudera.github.io/cdp-dev-docs/api-docs-beta/dw/index.html#_rebuilddbcInclude a Boolean flag -
update
- for managing the upgrade state (defaulting tofalse
): https://cloudera.github.io/cdp-dev-docs/api-docs-beta/dw/index.html#_updatedbcconfigThe text was updated successfully, but these errors were encountered: