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

[CT-3255] [implementation] interface changes to dbt-core saved_query spec to add export #8892

Closed
1 task done
graciegoheen opened this issue Oct 25, 2023 · 1 comment · Fixed by #8950
Closed
1 task done
Assignees
Labels
backport 1.7.latest enhancement New feature or request Impact: SL user docs [docs.getdbt.com] Needs better documentation

Comments

@graciegoheen
Copy link
Contributor

graciegoheen commented Oct 25, 2023

Housekeeping

  • I am a maintainer of dbt-core

Short description

Add exports to saved_query

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]

Acceptance criteria

  • add exports to saved_query

Impact to Other Teams

SL

Will backports be required?

1.7 latest

Context

No response

@graciegoheen graciegoheen added the user docs [docs.getdbt.com] Needs better documentation label Oct 25, 2023
@github-actions github-actions bot changed the title [implementation] interface changes to dbt-core saved_query spec to add export [CT-3255] [implementation] interface changes to dbt-core saved_query spec to add export Oct 25, 2023
@graciegoheen graciegoheen added Impact: SL enhancement New feature or request labels Oct 25, 2023
@QMalcolm
Copy link
Contributor

QMalcolm commented Nov 1, 2023

The hierarchical config calculation part of this has been pushed to #8956

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.7.latest enhancement New feature or request Impact: SL user docs [docs.getdbt.com] Needs better documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants