Commit 3580a09 1 parent df2f567 commit 3580a09 Copy full SHA for 3580a09
File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 14
14
DBT_PROFILES_DIR : ./integration_tests/ci
15
15
DBT_PROJECT_DIR : ./integration_tests
16
16
BIGQUERY_SERVICE_KEY_PATH : " /home/circleci/bigquery-service-key.json"
17
- DBT_VERSION : 1.6 .*
17
+ DBT_VERSION : 1.7 .*
18
18
19
19
steps :
20
20
- checkout
@@ -104,7 +104,7 @@ jobs:
104
104
environment :
105
105
DBT_PROFILES_DIR : ./integration_tests/ci
106
106
DBT_PROJECT_DIR : ./integration_tests
107
- DBT_VERSION : 1.6 .*
107
+ DBT_VERSION : 1.7 .*
108
108
109
109
steps :
110
110
- checkout
@@ -145,7 +145,7 @@ jobs:
145
145
environment :
146
146
DBT_PROFILES_DIR : ./integration_tests/ci
147
147
DBT_PROJECT_DIR : ./integration_tests
148
- DBT_VERSION : 1.6 .*
148
+ DBT_VERSION : 1.7 .*
149
149
150
150
steps :
151
151
- checkout
Original file line number Diff line number Diff line change 69
69
)
70
70
}}
71
71
{% endif - %}
72
+
73
+ {%- endmacro %}
74
+
75
+
76
+ {%- macro duckdb__from_unixtimestamp(epochs, format= " seconds" ) - %}
77
+ {%- if format != " seconds" - %}
78
+ {{ exceptions .raise_compiler_error (
79
+ " value " ~ format ~ " for `format` for from_unixtimestamp is not supported."
80
+ )
81
+ }}
82
+ {% endif - %}
83
+ cast(to_timestamp({{ epochs }}) at time zone ' UTC' as timestamp )
72
84
{%- endmacro %}
You can’t perform that action at this time.
0 commit comments