-
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
Update metricflow-commands.md #4877
Conversation
add dbt list saved queries command and --show-exports flag per recent eng update: https://linear.app/dbt-labs/issue/SL-1655/cloud-cli-list-exports-in-dbt-sl-list-saved-queries#comment-aae9ef8f
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Few recommended changes, otherwise looks good!
**Output** | ||
|
||
```bash | ||
[*main}[~/git/jaffle-sl-template]$ ../dbti/dbt sl list saved-queries --show-exports |
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.
lets get rid of most of this and just leave
dbt sl list saved-queries --show-exports
|
||
```bash | ||
[*main}[~/git/jaffle-sl-template]$ ../dbti/dbt sl list saved-queries --show-exports | ||
WARNING: version 0.35.23 of the dbt Cloud CLI is now available. During beta, old versions are not supported. |
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.
Remove this line
- Export(name_customer_orders, exportAS=TABLE) | ||
- Export(name_customer_orderss, exportAS=VIEW) | ||
- Export(name_customer_ordersss, alias=test, schemas=lfg, exportAS=TABLE) |
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.
Let's change the namings here, maybe
- Export(new_customer_orders_table, exportAs=TABLE)
- Export(new_customer_orders_view, exportAs=VIEW)
- Export(new_customer_orders, alias=orders, schemas=customer_schema, exportAs=TABLE)
fold will's feedback
thanks soo much @WilliamDee ! i've folded in your changes and i hope it's ok! |
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.
Thank you!! 🙏
add dbt list saved queries command and --show-exports flag per recent eng update: https://linear.app/dbt-labs/issue/SL-1655/cloud-cli-list-exports-in-dbt-sl-list-saved-queries#comment-aae9ef8f
What are you changing in this pull request and why?
Checklist
Adding or removing pages (delete if not applicable):
website/sidebars.js
website/static/_redirects
npm run build
to update the links that point to deleted pages