File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 177
177
{# - Setting the rsrc default datatype -#}
178
178
{%- set rsrc_default_dtype = datavault4dbt .string_default_dtype (type= rsrc) - %}
179
179
180
- {{ datavault4dbt .prepend_generated_by () }}
181
-
182
180
WITH
183
181
182
+ {{ datavault4dbt .prepend_generated_by () }}
183
+
184
184
{# Selecting everything that we need from the source relation. #}
185
185
source_data AS (
186
186
SELECT
Original file line number Diff line number Diff line change 20
20
{% set hashkey = datavault4dbt .escape_column_names (hashkey) %}
21
21
{% set hashdiff = datavault4dbt .escape_column_names (hashdiff) %}
22
22
23
- {{ datavault4dbt .prepend_generated_by () }}
24
-
25
23
WITH
26
24
25
+ {{ datavault4dbt .prepend_generated_by () }}
26
+
27
27
{# Calculate ledts based on the ldts of the earlier record. #}
28
28
end_dated_source AS (
29
29
You can’t perform that action at this time.
0 commit comments