Skip to content

Commit

Permalink
Reuse test
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 10, 2023
1 parent 539d019 commit f1ab110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-sdk/tests_integration/sql/operators/test_load_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ def test_load_file_bigquery_error_out(sample_dag, database_table_fixture):
indirect=True,
ids=["snowflake", "bigquery", "postgresql", "sqlite", "redshift", "duckdb", "mysql"],
)
@pytest.mark.parametrize("file_type", ["parquet", "ndjson", "json", "csv", "xlsx"])
@pytest.mark.parametrize("file_type", ["parquet", "ndjson", "json", "csv"])
def test_load_file(sample_dag, database_table_fixture, file_type):
db, test_table = database_table_fixture

Expand Down Expand Up @@ -875,7 +875,7 @@ def test_load_file(sample_dag, database_table_fixture, file_type):
indirect=True,
ids=["mssql"],
)
@pytest.mark.parametrize("file_type", ["parquet", "ndjson", "json", "csv"])
@pytest.mark.parametrize("file_type", ["parquet", "ndjson", "json", "csv", "xlsx"])
def test_load_file_for_mssql(sample_dag, database_table_fixture, file_type):
"""Test loading a file into MSSQL table and then exporting the table to dataframe works successfully"""
db, test_table = database_table_fixture
Expand Down

0 comments on commit f1ab110

Please sign in to comment.