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

Models with 'ephemeral' materialization cannot have access:public #3475

Closed
1 task done
Tracked by #3362
MichelleArk opened this issue Jun 6, 2023 · 0 comments · Fixed by #3597
Closed
1 task done
Tracked by #3362

Models with 'ephemeral' materialization cannot have access:public #3475

MichelleArk opened this issue Jun 6, 2023 · 0 comments · Fixed by #3597
Assignees
Labels
content Improvements or additions to content dbt-core v1.6 Docs impact for the v1.6 release (July 2023) improvement Use this when an area of the docs needs improvement as it's currently unclear

Comments

@MichelleArk
Copy link
Contributor

Contributions

  • I have read the contribution docs, and understand what's expected of me.

Link to the page on docs.getdbt.com requiring updates

https://docs.getdbt.com/docs/collaborate/govern/model-access#groups

What part(s) of the page would you like to see updated?

Models with materialized set to ephemeral cannot have the access property set to public.

e.g.

-- my_model.sql
{{ config(materialized='ephemeral') }}
models:
  - name: my_model
    access: public

will lead to:

❯ dbt parse
02:19:30  Encountered an error:
Parsing Error
  Node model.jaffle_shop.my_model with 'ephemeral' materialization has an invalid value (public) for the access field

Perhaps under: https://docs.getdbt.com/docs/collaborate/govern/model-access#access-modifiers

Additional information

No response

@MichelleArk MichelleArk added content Improvements or additions to content improvement Use this when an area of the docs needs improvement as it's currently unclear dbt-core v1.6 Docs impact for the v1.6 release (July 2023) labels Jun 6, 2023
@dbeatty10 dbeatty10 added this to the dbt Core v1.6 Documentation milestone Jun 8, 2023
@matthewshaver matthewshaver linked a pull request Jun 21, 2023 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content dbt-core v1.6 Docs impact for the v1.6 release (July 2023) improvement Use this when an area of the docs needs improvement as it's currently unclear
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants