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 interactive compile #2994

Closed
1 task done
aranke opened this issue Mar 14, 2023 · 1 comment · Fixed by #3179
Closed
1 task done

Document interactive compile #2994

aranke opened this issue Mar 14, 2023 · 1 comment · Fixed by #3179
Assignees
Labels
content Improvements or additions to content dbt-core v1.5 Docs impact for the v1.5 release (Apr 2023)

Comments

@aranke
Copy link
Member

aranke commented Mar 14, 2023

Contributions

  • I am a PM or subject matter expert at dbt who is responsible for this feature.

Where does this content belong?

Probably in the compile docs?

Link to source material

Who will use this feature?

  • Users who want to check out what their compiled model looks like
  • dbt Cloud under the hood

How can we test or use this feature?

dbt compile --inline "select * from {{ ref('raw_orders') }}"

or

dbt compile --select stg_payments
@aranke aranke added the content Improvements or additions to content label Mar 14, 2023
@aranke aranke added this to the dbt Core v1.5 Documentation milestone Mar 14, 2023
@aranke aranke added the dbt-core v1.5 Docs impact for the v1.5 release (Apr 2023) label Mar 15, 2023
@jtcohen6
Copy link
Collaborator

Also need to document the new flag --no-introspect, which can also be used for "standard" dbt compile (not interactive)

@matthewshaver matthewshaver self-assigned this Apr 12, 2023
@aranke aranke mentioned this issue Apr 12, 2023
2 tasks
matthewshaver added a commit that referenced this issue Apr 13, 2023
## What are you changing in this pull request and why?
Updating the `compile` documents to reflect enhancements made in dbt
Core v1.5

## Checklist

- [x] Add versioning components, as described in [Versioning
Docs](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-entire-pages)

- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.

resolves #2994
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 dbt-core v1.5 Docs impact for the v1.5 release (Apr 2023)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants