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

Improve eventual consistency for describe_datalake #41

Closed wmudge closed 1 year ago

wmudge commented 2 years ago

The datalake.describe_datalake() function can sometimes return UNKNOWN/HTTP 500 when immediately run after a delete_datalake() call.

Originally reported in https://github.com/cloudera-labs/cloudera.exe/issues/88