cloudera-labs / cdpy

A Simple Pythonic Client wrapper for Cloudera CDP CLI, designed for use with the Ansible framework
Apache License 2.0
10 stars 21 forks source link

Support DFX Workload Calls #40

Closed Chaffelson closed 2 years ago

Chaffelson commented 2 years ago

Set minimum CDPCLI version to 0.9.48-beta Set Static Credentials to allow optional access / private key with an access_token Establish new feature group WORKLOAD_SERVICES with first option of dfworkload Modify CDPCLI client builder to fetch and use the Bearer token for a workload service transparently from the Environment in passed parameters Improve CDP CRN validation to be more specific to different CRN types Update terminology in df.py to reflect separation of DataFlow Deployment from DataFlow Service Add new functions to df.py to support workload Deployments, this relies on the dfworkload extensions in CDPCLI

Signed-off-by: Daniel Chaffelson chaffelson@gmail.com