David

Results 10 comments of David

Thanks for taking an interest in this project. There's currently no official documentation for the Nifi-fn operator. I started working on this before the functionality was officially merged into NiFi...

Sorry about that, here's the correct link https://github.com/apache/nifi/tree/rel/nifi-1.10.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-stateless

@supriyaK56 Some of the background in this comment thread may be useful regarding [1] https://github.com/B23admin/nifi-stateless-operator/issues/8#issuecomment-534678530 For [2], there is no UI for nifi-stateless. If the nifi-fn container log is printing...

Are there any workaround for this? I'm using the starlette integration and would like to specify the ca bundle for all httpx requests

@susodapop I was looking at tackling this and I saw your comment [here](https://github.com/databricks/databricks-sql-python/pull/101#discussion_r1164526111) about adding a dependency on the databricks-sdk. If that's an option then I think this shouldn't be...

Makes sense, thanks for the context. Sounds like adding a dependency on the SDK probably isn't the best approach here. I'm going to table this for now because I can...

Following up here because there is a little awkwardness to make the SDK's credentials providers work with the ExternalAuthProvider implementation. The `OAuthClient` documented in the example from my previous comment...

I'm seeing similar behavior with an invalid token but my connection just hangs indefinitely. The memory does not continue increasing though. I tested with @WilliamGentry's script. I'm on Mac OS...

@drewrobb, were you able to find a resolution for this? We are facing what looks like a similar issue with a highly nested schema

@thesamet I think this would work for us as well. Unfortunately we only consume so don't have access to update the schema. We can advise against recursive fields but there's...