You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running dbt, it looks inside the models folder for .yml and .md files but does not look inside the snapshots folder. This is a bit ugly when trying to specify the sources for snapshots as the queries and the snapshots and their documentation end up in different sections of the project.
Steps To Reproduce
Create a .yml file specifying a source for a snapshot in the snapshots folder. It won't be picked up by dbt and instead you'll get an error about not being able to find the source.
Expected behavior
When I run the snapshot function I would expect the steps described above to compile and create my snapshot using the correct source.
Describe the bug
When running dbt, it looks inside the models folder for
.yml
and.md
files but does not look inside thesnapshots
folder. This is a bit ugly when trying to specify the sources for snapshots as the queries and the snapshots and their documentation end up in different sections of the project.Steps To Reproduce
Create a
.yml
file specifying a source for a snapshot in thesnapshots
folder. It won't be picked up by dbt and instead you'll get an error about not being able to find the source.Expected behavior
When I run the snapshot function I would expect the steps described above to compile and create my snapshot using the correct source.
System information
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
The output of
python --version
:Additional context
Link to Slack discussion: https://getdbt.slack.com/archives/C0VLZPLAE/p1571144500103000
The text was updated successfully, but these errors were encountered: