We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7151d commit 8e1d959Copy full SHA for 8e1d959
integration_tests/dbt_utils/dbt_project.yml
@@ -60,6 +60,9 @@ seeds:
60
data_test_mutually_exclusive_ranges_no_gaps: *disabled
61
data_test_mutually_exclusive_ranges_with_gaps: *disabled
62
data_test_sequential_timestamps:
63
+ # disabled until this PR is merged
64
+ # https://github.com/fishtown-analytics/dbt-utils/pull/376
65
+ <<: *not-synapse
66
+column_types:
67
my_timestamp: datetime
68
# needs to be shimmed to avoid boolean values in upstream macro def
0 commit comments