Skip to content

Commit

Permalink
Add test with external table in catalog2.schema2
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Apr 30, 2024
1 parent 1498afa commit 711e05e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/unit/hive_metastore/test_catalog_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ def prepare_test(ws, backend: MockBackend | None = None) -> CatalogSchema:
'src_table': 'abfss://container@msft/path/dest1',
'workspace_name': 'workspace',
},
{
'catalog_name': 'catalog2',
'dst_schema': 'schema2',
'dst_table': 'table1',
'src_schema': 'schema2',
'src_table': 'abfss://container@msft/path/dest2',
'workspace_name': 'workspace',
},
{
'catalog_name': 'catalog3',
'dst_schema': 'schema3',
Expand Down

0 comments on commit 711e05e

Please sign in to comment.