Skip to content

Commit

Permalink
Fix MSSQL testcontainer to 2019-CU27-ubuntu-20.04 version (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal authored Aug 6, 2024
1 parent 1cb6067 commit 8325e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis-server/tests/routers/v2/connector/test_mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
@pytest.fixture(scope="module")
def mssql(request) -> SqlServerContainer:
mssql = SqlServerContainer(
"mcr.microsoft.com/mssql/server:2019-latest", dialect="mssql+pyodbc"
"mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04", dialect="mssql+pyodbc"
).start()
engine = sqlalchemy.create_engine(f"{mssql.get_connection_url()}?driver=FreeTDS")
pd.read_parquet(file_path("resource/tpch/data/orders.parquet")).to_sql(
Expand Down

0 comments on commit 8325e40

Please sign in to comment.