-
Notifications
You must be signed in to change notification settings - Fork 977
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 run-operation
command to run_results.json
#3472
Conversation
This will be true in dbt 1.6+
Hello!👋 Thanks for contributing to the dbt product documentation and opening this pull request! ✨ |
✅ Deploy Preview for docs-getdbt-com ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@@ -5,7 +5,28 @@ sidebar_label: "Run results" | |||
|
|||
**Current schema**: [`v4`](https://schemas.getdbt.com/dbt/run-results/v4/index.html) | |||
|
|||
**Produced by:** [`build`](/reference/commands/build) [`compile`](/reference/commands/compile) [`docs generate`](/reference/commands/cmd-docs) [`seed`](/reference/commands/seed) [`snapshot`](/reference/commands/snapshot) [`test`](/reference/commands/test) [`run`](/reference/commands/run) | |||
<VersionBlock lastVersion="1.6"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @aranke I wonder if this should be 1.5? Otherwise both blocks might show up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I wonder if you could version only the new command for 1.6 like this (which might make the code easier to read):
**Produced by:**
[`build`](/reference/commands/build)
[`compile`](/reference/commands/compile)
[`docs generate`](/reference/commands/cmd-docs)
[`run`](/reference/commands/run)
<VersionBlock firstVersion="1.6"> [`run-operation`](/reference/commands/run-operation)</VersionBlock>
[`seed`](/reference/commands/seed)
[`snapshot`](/reference/commands/snapshot)
[`test`](/reference/commands/test)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed versioning format and it's looking correct in the deploy preview, approving and merging
hey @aranke and @runleonarun, fyi i've merged this pr for ya'll |
What are you changing in this pull request and why?
Adding
run-operation
torun_results.json
; this was an oversight but will be fixed in dbt 1.6.dbt-core
merged PR: dbt-labs/dbt-core#7655Checklist