Elliana May
Elliana May
> @Mause Thanks so much for your help. This seem to fix my error, at least I could install successfully inside docker with `pip install duckdb --pre --upgrade` (I'm assuming...
> I'm using it as part of [set-up](https://docs.airbyte.com/connector-development/tutorials/building-a-python-destination/), which requires it. If I add it to the dockerfile with prerelease, it will not be recognized correctly; that's why I need...
> That is really strange, I see the [0.5.2.dev613 on PyPi](https://pypi.org/project/duckdb/0.5.2.dev613/) and it works to pip install it locally, but not within docker: > ``` > => CACHED [builder 4/5]...
```diff diff --git a/airbyte-integrations/connectors/destination-duckdb/Dockerfile b/airbyte-integrations/connectors/destination-duckdb/Dockerfile index 1ee38d701c..2a25af0351 100644 --- a/airbyte-integrations/connectors/destination-duckdb/Dockerfile +++ b/airbyte-integrations/connectors/destination-duckdb/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /airbyte/integration_code RUN apk --no-cache upgrade \ && pip install --upgrade pip \ &&...
This should be fixed by https://github.com/duckdb/duckdb/pull/5004
Have you tried installing using pip, rather than homebrew? From the docs: > It’s possible to install Pipenv with Homebrew on MacOS, or with Linuxbrew on Linux systems. However, this...
Have you tried using the web workers polyfill for node? https://www.npmjs.com/package/web-worker
Have you tried specifying a bucket name in the s3:// URI?
@cdeil are you able to test if this still occurs with the latest master build? We now shutdown the database instance when the last connection is closed
@cdeil are you able to confirm if this behaves as expected for you with 0.6.0?