diff --git a/test/integration/004_simple_snapshot_test/test_simple_snapshot.py b/test/integration/004_simple_snapshot_test/test_simple_snapshot.py index fbd89edb884..3292f5d802e 100644 --- a/test/integration/004_simple_snapshot_test/test_simple_snapshot.py +++ b/test/integration/004_simple_snapshot_test/test_simple_snapshot.py @@ -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.