cloudera.cloud.df_customflow_version module – Import CustomFlow versions into the DataFlow Catalog
Note
This module is part of the cloudera.cloud collection (version 2.5.1).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install cloudera.cloud
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: cloudera.cloud.df_customflow_version
.
Synopsis
Import CustomFlow versions into the DataFlow Catalog
Requirements
The below requirements are needed on the host that executes this module.
cdpy
Parameters
Parameter |
Comments |
---|---|
Specify the Cloudera Data Platform endpoint region. Default: |
|
Comments associated to the version of the CustomFlow being imported. Default: |
|
Capture the CDP SDK debug log. Choices:
|
|
The JSON file containing the CustomFlow definition to be imported as a new version. |
|
The name of the CustomFlow into which the version will be imported. |
|
If provided, the CDP SDK will use this value as its profile. |
|
The declarative state of the CustomerFlow version Choices:
|
|
Verify the TLS certificates for the CDP endpoint. Choices:
|
Examples
# Import a CustomFlow version into the DataFlow Catalog
- cloudera.cloud.df_customflow_version:
name: my-customflow-version-name
file: /tmp/my-custom-flow-v2.json
comments: Second version
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The CustomFlow Version Definition Returned: always |
|
The author of the artifact. Returned: always |
|
The bucketIdentifier of the flow. Returned: always |
|
The artifact version CRN. Returned: always |
|
The number of deployments of the artifact. Returned: always |
|
The timestamp of the artifact. Returned: always |
|
The version of the artifact. Returned: always |