-
Notifications
You must be signed in to change notification settings - Fork 949
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 sl ide support #6072
update sl ide support #6072
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -54,7 +54,7 @@ Before you're able to run exports in development or production, you'll need to m | |||
|
|||
There are two ways to run an export: | |||
|
|||
- [Run exports in development](#exports-in-development) using the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation) to test the output before production (You can configure exports in the dbt Cloud IDE, however running them directly in the IDE isn't supported yet). | |||
- [Run exports in development](#exports-in-development) using the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation) to test the output before production (You can configure exports in the dbt Cloud IDE, however running them directly in the IDE isn't supported yet). Confirm |
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.
can we confirm that exports can only be run in the cloud cli for development?
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.
Confirmed!
|
||
You can use the `dbt sl` prefix before the command name to execute them in the dbt Cloud CLI. For example, to list all metrics, run `dbt sl list metrics`. For a complete list of the MetricFlow commands and flags, run the `dbt sl --help` command in your terminal. | ||
You can use the `dbt sl` prefix before the command name to execute them in the dbt Cloud IDE or dbt Cloud CLI. For example, to list all metrics, run `dbt sl list metrics`. For a complete list of the MetricFlow commands and flags, run the `dbt sl --help` command in your terminal. |
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.
So the sad reality is that at the moment dbt --help
does not work in IDE due to how they process logs. If you do dbt build --help
or dbt sl list metrics --help
or any other help command, it will just output nothing...
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.
Might be worth talking to someone from the IDE team if we can get support for that.
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.
For now tho, the user's best bet is to refer to the docs.
|---------|-------------|---------------|---------------| | ||
| [`list`](#list) | Retrieves metadata values. | ✅ | ✅ | | ||
| [`list metrics`](#list-metrics) | Lists metrics with dimensions. | ✅ | ✅ | | ||
| [`list saved-queries`](#list-saved-queries) | Lists available saved queries. Use the `--show-exports` flag to display each export listed under a saved query. | ✅ | ✅ | |
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.
you can also do --show-parameters
to show the full query parameters each saved query uses.
@@ -54,7 +54,7 @@ Before you're able to run exports in development or production, you'll need to m | |||
|
|||
There are two ways to run an export: | |||
|
|||
- [Run exports in development](#exports-in-development) using the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation) to test the output before production (You can configure exports in the dbt Cloud IDE, however running them directly in the IDE isn't supported yet). | |||
- [Run exports in development](#exports-in-development) using the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation) to test the output before production (You can configure exports in the dbt Cloud IDE, however running them directly in the IDE isn't supported yet). Confirm |
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.
Confirmed!
I also forgot to mention, we're adding the support for multiple
These will be implicitly joined with AND. |
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.
@mirnawong1 this looks good to me! We're planning to launch this tomorrow so feel free to merge. I have some updated i want to make to the structure of this page, but i'll put up another PR for that.
Check your created Crawler Check your created index on your Algolia Application |
this pr updates the SL docs now tht the ide will support SL-related commands.
notion docs project