Dan Chaffelson
Dan Chaffelson
Interesting. It shouldn't attempt to contact CDP Public Cloud, and therefore need credentials, unless there is some CDP Public element in the definition. Are you able to share a redacted...
Sure, the default CDP Base cluster definition is [here](https://github.com/cloudera-labs/cloudera-deploy/blob/main/roles/cloudera_deploy/defaults/basic_cluster.yml) in the defaults. You appear to be using the Sandbox definition, which includes a `datahub` element - this is a CDP...
passing in a static inventory with the -i should be loading it, that is quite strange. Can you share the output where it's not loading?
Sorry I missed this @andyadamides , did you resolve it already? I have not worked with this API call at all, so would have to set up a test and...
Roger. I will put it on my list.
Hi @duhizjame this comes up occasionally string literals in the NiFi swagger spec - it was never originally written to be used to generate a client like this, so we...
You make a good point, it does not currently follow Python best practices. We could move to the standard NullHandler call in config.py, and then only call basicconfig in the...
A couple of questions: 1. Are you preparing the ParameterEntity using the preparation call? And are you appending it to the ParameterContext or replacing an existing parameter? There's examples [here](https://github.com/Chaffelson/nipyapi/blob/c687fb811486d7bcada099ac0785b55cfb30aea8/tests/test_parameters.py#L73)...
Sorry, maintaining this library is a side project for the community and I can't always respond as quickly as I'd like. It sounds like it is applying the Parameter to...
Checked on this and it is an error in the swagger spec for NiFi which NiPyAPI relies it - it's now fixed upstream, so we'll have to make a version...