We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 exports options to YAML spec.
exports
YAML for exports should look like the following (nested under saved_queries):
saved_queries
saved_queries: - name: my_query description: query: metrics: - group_bys: - TimeDimension() - ... where: - exports: - name: my_query config: export_as: table # options: table, view - FUTURE: incremental_table, window_table, file schema: my_schema # [optional - DEFAULT to deployment schema] alias: some_table_name # [optional - DEFAULT to export name]
N/A
No
No response
The text was updated successfully, but these errors were encountered:
cc @QMalcolm
Sorry, something went wrong.
QMalcolm
courtneyholcomb
Successfully merging a pull request may close this issue.
Housekeeping
Short description
Add
exports
options to YAML spec.Acceptance criteria
YAML for exports should look like the following (nested under
saved_queries
):Impact to Other Teams
N/A
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered: