-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create release on current master branch #150
Comments
You got it, I’ll cut one in a couple of hours. |
Hey @JasP19 and @arachnegl: looked at this and I don't totally understand-- the |
Ah, I see the bug fix you want-- okay, cutting a release ~ now |
Thanks for the quick reply! In 1.4.1, when I attempt to fetch a parquet file from S3 with After some investigation, we believed it was due to the lack of the credentials.py file. We switched to the version on master and things started working as expected. Having had a quick look at Essentially, the standard boto3 session does not set a region by default which means that |
yah, it's this fix you want i think: #138 ...which is in master, but not 1.4.1. |
Okay, 1.4.2 is up on pypi: https://pypi.org/project/dbt-duckdb/ gonna post a link in the release section in two shakes |
Awesome stuff. Thanks for the quick work to get this done! I've given 1.4.2 a test and things are working as expected. |
Please could you create a release for the current changes in the master branch?
I experienced some unexpected behaviour relating to the use of AWS credentials - the README mentions how to use the
use_credential_provider
flag for AWS but in the latest release (1.4.1), this is not currently supported (due to the lack of thecredentials.py
file in the adapters directory).Installing the package directly from git results in the
use_credential_provider
flag working as expected. Unfortunately, our build pipeline only allows installation of packages from PyPI. As such, we are requesting a new release with the current changes on master please.The text was updated successfully, but these errors were encountered: