Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed May 15, 2024
1 parent 9f75045 commit 08b88fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/pipeline/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2285,13 +2285,6 @@ def test_pipeline_with_frozen_schema_contract() -> None:
{"id": 101, "name": "sub item 102"},
]

# with pipeline.sql_client() as c:
# c.execute_sql("CREATE SCHEMA frozen_schema_contract_dataset")
# c.execute_sql(
# "CREATE TABLE frozen_schema_contract_dataset.test_items "
# "(id INTEGER PRIMARY KEY, name VARCHAR)"
# )

pipeline.run(
data,
table_name="test_items",
Expand Down

0 comments on commit 08b88fc

Please sign in to comment.