Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
borjavb committed Dec 8, 2024
1 parent 634d79b commit a86e930
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ def test_execution_failure_no_partition_by(self, project):
class TestBigQueryMicrobatchWithCopyPartitions(BaseMicrobatch):
@pytest.fixture(scope="class")
def microbatch_model_sql(self) -> str:
return microbatch_model_invalid_partition_by_sql
return microbatch_model_no_unique_id_copy_partitions_sql

0 comments on commit a86e930

Please sign in to comment.