-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include Time Spine Nodes in Dataflow Plan (#1548)
Previously, time spine nodes were built on the fly in the dataflow to SQL logic. This came with several limitations, including: - We can't apply where constraints and time constraints using the standard dataflow plan logic. This limitation was the main driver for this PR stack. - We can't track time spines as source nodes. We might want to add these to the dbt DAG at some point. This PR adds logic to build time spine nodes in the dataflow plan, instead.
- Loading branch information
1 parent
50c1c5a
commit 7782067
Showing
804 changed files
with
59,216 additions
and
31,423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.