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 missing example for dbt compile --inline #4825

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

dbeatty10
Copy link
Contributor

@dbeatty10 dbeatty10 commented Jan 29, 2024

Preview

What are you changing in this pull request and why?

There are two things to update in the examples for --select and --inline for interactive compile:

  1. The example for dbt compile --select ... said stg_payments, but the actual output was for stg_orders
  2. Output for dbt compile --inline ... was missing

Checklist

Copy link

vercel bot commented Jan 29, 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 30, 2024 9:59am

@github-actions github-actions bot added content Improvements or additions to content size: small This change will take 1 to 2 days to address labels Jan 29, 2024
@dbeatty10 dbeatty10 marked this pull request as ready for review January 29, 2024 18:49
@dbeatty10 dbeatty10 requested a review from a team as a code owner January 29, 2024 18:49
@dbeatty10 dbeatty10 enabled auto-merge (squash) January 29, 2024 19:01
user_id as customer_id
order_date
id as order_id,
user_id as customer_id,
Copy link
Contributor

Choose a reason for hiding this comment

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

great catch!

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.

🚢

@dbeatty10 dbeatty10 merged commit e9c9017 into current Jan 30, 2024
4 checks passed
@dbeatty10 dbeatty10 deleted the dbeatty/dbt-compile-inline branch January 30, 2024 09:59
nghi-ly added a commit that referenced this pull request Mar 15, 2024
## What are you changing in this pull request and why?

Missed one piece in
#4825

Specifically, the example command does not align with the example
output. So this PR updates the example command.

## 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto update 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.

3 participants