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 print_table macro that works in dbt Cloud #80

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

stumelius
Copy link
Contributor

@stumelius stumelius commented Aug 22, 2023

Description & motivation

WIP

To-do

  • Implement max_rows arg
  • Implement max_columns arg
  • Implement max_column_width arg
  • Implement max_precision arg
  • Test in dbt Cloud

Checklist

  • I have verified that these changes work locally on the following warehouses (Note: it's okay if you do not have access to all warehouses, this helps us understand what has been covered):
    • Postgres
    • BigQuery
    • Snowflake
    • Redshift
    • SQL Server
    • Databricks
  • I have written tests for new macros (either as dbt schema tests in integration_tests/models, dbt data tests in integration_tests/tests or integration tests in the CI workflow)
  • I have updated the README.md (if applicable)

@stumelius stumelius linked an issue Aug 22, 2023 that may be closed by this pull request
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.

Add print_table macro that works in dbt Cloud
2 participants