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

Document DBT_PRINT / DBT_NO_PRINT environment variables #4775

Merged
merged 4 commits into from
Jan 23, 2024

Conversation

dbeatty10
Copy link
Contributor

@dbeatty10 dbeatty10 commented Jan 19, 2024

Preview

resolves #4776

What are you changing in this pull request and why?

I checked from v1.7 back to v1.1, and I couldn't get either of these to work in any version:

Up to 1.5:

config:
  no_print: true

1.5 and after:

config:
  print: false

However, the DBT_NO_PRINT / DBT_PRINT environment variables and --no-print and --print CLI flags do work.

So I think the code example for profiles.yml was just accidentally introduced in the following PRs, and we should remove it because it's not actually an option for any versions.

For additional context, see:

Checklist

Copy link

vercel bot commented Jan 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2024 2:41pm

@github-actions github-actions bot added content Improvements or additions to content size: x-small This change will take under 3 hours to fix. labels Jan 19, 2024
@github-actions github-actions bot added size: small This change will take 1 to 2 days to address and removed size: x-small This change will take under 3 hours to fix. labels Jan 19, 2024
@dbeatty10 dbeatty10 marked this pull request as ready for review January 19, 2024 23:19
@dbeatty10 dbeatty10 requested a review from a team as a code owner January 19, 2024 23:19
Copy link
Contributor

@mirnawong1 mirnawong1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for the add'l context @dbeatty10 ! lgtm ✨

@mirnawong1 mirnawong1 merged commit 219c484 into current Jan 23, 2024
7 checks passed
@mirnawong1 mirnawong1 deleted the dbeatty/print-no-print branch January 23, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content January-2024 size: small This change will take 1 to 2 days to address
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CT-3568] print / no_print in profiles.yml has no effect
3 participants