Skip to content

Commit

Permalink
fix bigquery test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Jun 7, 2019
1 parent 18bc1b6 commit b1b216d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def test__bigquery__snapshot_with_new_field(self):
# this should fail because `check="all"` will try to compare the nested field
self.run_dbt(['snapshot'], expect_pass=False)

self.run_dbt(["snapshot", '-m', 'snapshot_actual'])
self.run_dbt(["snapshot", '--select', 'snapshot_actual'])

# A more thorough test would assert that snapshotted == expected, but BigQuery does not support the
# "EXCEPT DISTINCT" operator on nested fields! Instead, just check that schemas are congruent.
Expand Down

0 comments on commit b1b216d

Please sign in to comment.