Git Product home page Git Product logo

Comments (3)

tconbeer avatar tconbeer commented on September 6, 2024

The AWS Credentials provider is a relatively new feature of DuckDB. I'm almost certain this is caused by the fact that the version of DuckDB available to Harlequin isn't the latest. You can verify this by executing select version() within Harlequin.

You indicated you installed Harlequin using pip in your global or user space, which is not recommended for exactly this reason. You may have another package in that space that is pinning you to an earlier DuckDB version. I recommend installing pipx and then using pipx to install Harlequin so that you can more easily manage Harlequin's dependencies.

from harlequin.

tconbeer avatar tconbeer commented on September 6, 2024

Actually, re-reading your report, I think you may just need to install and load the AWS extension. The latest versions of DuckDB don't require the AWS extensions and offer a new api that doesn't use call load_aws_credentials()

from harlequin.

james-n-centric avatar james-n-centric commented on September 6, 2024

OK, I did a clean install on a new virtual env (boto3, duckdb and harlequin) and it worked correctly, so it must have been something to do with versions.

But you do still need to use: call load_aws_credentials() or it will not inherit anything from the boto session.

Thanks for you're reply.

from harlequin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.