Explain when schemas
and database_schemas
would be empty within an on-run-end
hook
#6110
Open
1 task done
Labels
content
Improvements or additions to content
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Contributions
Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/reference/dbt-jinja-functions/on-run-end-context#schemas
What part(s) of the page would you like to see updated?
Add some additional information explaining when the
schemas
ordatabase_schemas
would be empty within anon-run-end
hook.These are some assumptions that would need to be fact-checked before adding them to the documentation:
dbt compile
, these context variables are empty because dbt hasn't built anything yet [1]dbt run
(orbuild
,seed
,snapshot
, etc.) doesn't succeed, then these context variables will be empty [2]Additional information
See dbt-labs/dbt-core#9301 for background context.
The text was updated successfully, but these errors were encountered: