Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix environment variables that are not yet available (#5113)
[Preview](https://docs-getdbt-com-git-dbeatty10-patch-2-dbt-labs.vercel.app/reference/global-configs/about-global-configs#available-flags) ## 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](dbt-labs/dbt-core#9081) is merged+released 1. `DBT_PROFILE` won't be available until [dbt-core #9081](dbt-labs/dbt-core#9081) is merged+released So this PR just removes those environment variable names until then. ## π© After the fix: <img width="600" alt="image" src="https://github.com/dbt-labs/docs.getdbt.com/assets/44704949/8ffdf967-604d-4686-ab4b-0e295dfea7a0"> ... <img width="600" alt="image" src="https://github.com/dbt-labs/docs.getdbt.com/assets/44704949/0e522215-d8be-48ce-bb54-d2568e2e9479"> ... <img width="600" alt="image" src="https://github.com/dbt-labs/docs.getdbt.com/assets/44704949/d58129d0-44c2-481e-a8bb-274fd1276c90"> ## To do - [x] Wait for #5112 to be merged ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines.
- Loading branch information