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

Allow tabulate versions >= 0.8.9 #762

Merged
merged 1 commit into from
Sep 5, 2023
Merged

Allow tabulate versions >= 0.8.9 #762

merged 1 commit into from
Sep 5, 2023

Conversation

tlento
Copy link
Contributor

@tlento tlento commented Sep 5, 2023

Tabulate is an optional dependency of Pandas, which we use for printing
our query results. This means we must depend on tabulate directly
otherwise users see unhelpful errors about installing the tabulate
dependency.

Our version was pinned to ~0.8.9, but this comes with unexpected
limitations for users interacting with other packages in the broader
dbt ecosystem which require 0.9 or later, so here we are.

Resolves #397

@cla-bot cla-bot bot added the cla:yes label Sep 5, 2023
@github-actions
Copy link

github-actions bot commented Sep 5, 2023

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

Tabulate is an optional dependency of Pandas, which we use for printing
our query results. This means we must depend on tabulate directly
otherwise users see unhelpful errors about installing the tabulate
dependency.

Our version was pinned to ~0.8.9, but this comes with unexpected
limitations for users interacting with other packages in the broader
dbt ecosystem which require 0.9 or later, so here we are.
@tlento tlento merged commit 5eb73cb into main Sep 5, 2023
8 checks passed
@tlento tlento deleted the update-tabulate-version branch September 5, 2023 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bump tabulate dependency
2 participants