Skip to content

Commit

Permalink
fix yaml anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
alieus committed Jun 3, 2021
1 parent 9c60f78 commit 4802c68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration_tests/dbt_expectations/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ models:
# Need to implement for synapse
timeseries_data_extended: &not-synapse
+enabled: "{{ target.name != 'synapse' }}"
data_test_factored: &not-synapse
+enabled: "{{ target.name != 'synapse' }}"
data_test_factored: *not-synapse

0 comments on commit 4802c68

Please sign in to comment.