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

Fix environment variables that are not yet available #5113

Merged
merged 3 commits into from
Mar 20, 2024

Conversation

dbeatty10
Copy link
Contributor

@dbeatty10 dbeatty10 commented Mar 19, 2024

Closes #5111 (along with #5112)

Preview

What are you changing in this pull request and why?

See #5111

These two things are not accurate:

  1. DBT_TARGET won't be available until dbt-core #9081 is merged+released
  2. DBT_PROFILE won't be available until dbt-core #9081 is merged+released

So this PR just removes those environment variable names until then.

🎩

After the fix:

image

...

image

...

image

To do

Checklist

@github-actions github-actions bot added the content Improvements or additions to content label Mar 19, 2024
Copy link

vercel bot commented Mar 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 Mar 20, 2024 2:02pm

@github-actions github-actions bot added the size: x-small This change will take under 3 hours to fix. label Mar 19, 2024
@dbeatty10 dbeatty10 marked this pull request as ready for review March 20, 2024 13:51
@dbeatty10 dbeatty10 requested a review from a team as a code owner March 20, 2024 13:51
@dbeatty10 dbeatty10 enabled auto-merge (squash) March 20, 2024 14:11
Copy link
Contributor

@nghi-ly nghi-ly left a comment

Choose a reason for hiding this comment

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

:shipit:

@dbeatty10 dbeatty10 merged commit ad96764 into current Mar 20, 2024
7 checks passed
@dbeatty10 dbeatty10 deleted the dbeatty10-patch-2 branch March 20, 2024 16:24
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 size: x-small This change will take under 3 hours to fix.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Core] Fix content in table for available flags (global configs)
2 participants