- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Automated Exporting of Data Flow Definition/Config
Created ‎03-25-2024 05:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd like to have a process for automatically exporting the data flow definition and configuration without needing to go into the CDF UI.
Right now, if I wanted the configuration, I'd click here in the UI:
My thought was to use the CDP CLI, but under the df section, there doesn't appear to be a command for this.
Any suggestions?
Created ‎04-14-2024 11:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @ipson
Thanks for using Cloudera Community.
To the Q, Kindly use "dfworkload" Commands [1]. The concerned Command has the Sub-Command to address the requirement of fetching Definition & Configurations. If any of the requirement isn't met via [1], Kindly Submit a Support Case for us to get the same included in the CLI with the Collaboration of DFX Engineering.
- Smarak
[1] https://cloudera.github.io/cdp-dev-docs/cli-docs/dfworkload/index.html
Created ‎04-14-2024 11:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @ipson
Thanks for using Cloudera Community.
To the Q, Kindly use "dfworkload" Commands [1]. The concerned Command has the Sub-Command to address the requirement of fetching Definition & Configurations. If any of the requirement isn't met via [1], Kindly Submit a Support Case for us to get the same included in the CLI with the Collaboration of DFX Engineering.
- Smarak
[1] https://cloudera.github.io/cdp-dev-docs/cli-docs/dfworkload/index.html
Created ‎04-15-2024 06:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I run this command via the cdp cli, it just returns a JSON like this:
```
{
"archiveName": "[MY_FLOW_NAME].tar.gz"
}
```
I want to get the actual flow definition.
