Skip to content

Commit

Permalink
removing connection parameter in config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariGS-DB committed Mar 31, 2024
1 parent 543f07c commit 50bb6b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/integration/hive_metastore/test_migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ def test_prepare_principal_acl(
{
"config.yml": {
'warehouse_id': env_or_skip("TEST_DEFAULT_WAREHOUSE_ID"),
'connect': {'host': 'a', 'token': 'b'},
'inventory_database': inventory_schema,
},
"azure_storage_account_info.csv": [
Expand Down
10 changes: 9 additions & 1 deletion tests/integration/test_installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,15 @@ def test_table_migration_job(

@retried(on=[NotFound], timeout=timedelta(minutes=5))
def test_table_migration_job_cluster_override( # pylint: disable=too-many-locals
ws, new_installation, make_catalog, make_schema, make_table, env_or_skip, make_random, make_dbfs_data_copy, sql_backend
ws,
new_installation,
make_catalog,
make_schema,
make_table,
env_or_skip,
make_random,
make_dbfs_data_copy,
sql_backend,
):
# create external and managed tables to be migrated
src_schema = make_schema(catalog_name="hive_metastore", name=f"migrate_{make_random(5).lower()}")
Expand Down

0 comments on commit 50bb6b2

Please sign in to comment.