-
Notifications
You must be signed in to change notification settings - Fork 976
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
add 1.8 and lower version timespine #6261
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
<VersionBlock lastVersion="1.8"> | ||
|
||
<!-- this whole section is for 1.8 and and lower --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the v1.8 and lower section
with hours as ( | ||
|
||
{{ | ||
dbt.date_spine( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be dbt_utils.date_spine for 1.6 and lower? and dbt.date_spine for 1.7 and higher?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooo I'm actually not sure on this one!
@@ -74,6 +76,7 @@ This example creates a time spine at an hourly grain and a daily grain: `time_sp | |||
|
|||
<Lightbox src="/img/time_spines.png" width="50%" title="Time spine directory structure" /> | |||
|
|||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this commenting out the version block below?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes it is! but we dont need this yaml for 1.8 and lower right?
this pr adds older content for 1.8 and lower to timespine docs in order to avoid user confusion.
slack thread here