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

add fetchmany, resolves #408 #409

Closed
wants to merge 2 commits into from
Closed

Conversation

NodeJSmith
Copy link

Resolves #408

Description

Adds a fetchmany function that calls fetchmany on underlying cursor

Checklist

  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-databricks next" section.

Jessica Smith added 2 commits August 7, 2023 21:18
Signed-off-by: Jessica Smith <jessica.smith@getrhyme.com>
Signed-off-by: Jessica Smith <jessica.smith@getrhyme.com>
@NodeJSmith
Copy link
Author

NodeJSmith commented Aug 7, 2023

I didn't add any tests because I wasn't sure what to add. I did run the existing endpoint tests, both uc/non-uc as well as the uc-cluster tests, everything has passed.

@benc-db
Copy link
Collaborator

benc-db commented Sep 5, 2023

@susodapop looks good to me, thoughts? I've verified that the issue still exists in 1.6.1 in my local project.

@benc-db
Copy link
Collaborator

benc-db commented Sep 5, 2023

@NodeJSmith thanks for the contribution and apologies for the delay in communication.

@benc-db
Copy link
Collaborator

benc-db commented Sep 6, 2023

Couldn't figure out how to push to here, so opened a new PR that updates the Changelog. #440

@benc-db benc-db closed this Sep 6, 2023
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.

dbt show fails with 'DatabricksSQLCursorWrapper' object has no attribute 'fetchmany'
2 participants