Skip to content
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

Adjust execute() signature to BaseConnection::execute() #35

Closed
wants to merge 1 commit into from

Conversation

agido-heppe
Copy link

@agido-heppe agido-heppe commented Mar 19, 2024

I already created a ticket via rockset UI, this PR might fix this.

However, I am unsure, if the limits needs to be respected.

During the execution of dbt run with a simple model (e.g. select one col from a table), I receive the following error.

RocksetConnectionManager.execute() got an unexpected keyword argument 'limit'

Problem:
The Baseclass (BaseConnectionManager) signature differs from the current implementation (https://github.com/dbt-labs/dbt-adapters/blob/main/dbt/adapters/base/connections.py#L398)

Might be related to #30

@sbaldwin-rs
Copy link
Contributor

Thanks for submitting the PR! I will be upgrading our dbt integration to be compatible with dbt v1.7 shortly. When those changes are merged, the function signature will be updated.

@sbaldwin-rs
Copy link
Contributor

There is a new version available on PyPi now -> https://pypi.org/project/dbt-rockset/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants