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

Start an environment without starting the datahubs within it #57

Closed chusopr closed 1 year ago

chusopr commented 1 year ago

Adds withDatahubStart switch to the start_environment method to support starting an environment without starting the datahubs within it.

It's set to True by default to be consistent with the current behaviour without requiring modifications in current code using this module.

Tested on CDP Public Cloud on GCP.