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

Custom flows import and support to cdpcli extensions. #47

Closed asdaraujo closed 2 years ago

asdaraujo commented 2 years ago

Added new methods to cdpy.df to import custom flows. One requirement of that was to figure out how to load cdpcli extensions correctly in cdpy. It took quite a bit of hacking due to cdpcli limitations but my initial testing is looking good.