Snapshots run many introspection queries #2392
Labels
bug
Something isn't working
performance
snapshots
Issues related to dbt's snapshot functionality
stale
Issues that have gone stale
Describe the bug
Snapshots run many introspective queries. These queries:
Some of these queries are required, but others are a little bit duplicative and a function of the implementations of the adapter methods that are called in the snapshot task.
Steps To Reproduce
Run
dbt snapshot
and inspect the logsExpected behavior
Let's deeply investigate the queries initiated by a
dbt snapshot
command and understand which are necessary and which are a function of the abstractions in the existing adapter function implementations.See the comment here #2390 (review)
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: