Skip to content

Commit

Permalink
add test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Sep 12, 2023
1 parent 19625d8 commit 288d6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ class SnowflakeTargetColumnOrderMismatch(TargetFileTestTemplate):
def setup(self) -> None:
connector = self.target.default_sink_class.connector_class(self.target.config)
table = f"{self.target.config['database']}.{self.target.config['default_target_schema']}.{self.name}".upper()
# Seed the 2 columns from tap schema and an unused third column to assert explicit inserts are working
connector.connection.execute(
f"""
CREATE OR REPLACE TABLE {table} (
Expand Down

0 comments on commit 288d6cd

Please sign in to comment.