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 c450f33
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/unit/hive_metastore/test_catalog_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,20 @@ 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',
'dst_table': 'table1',
'src_schema': 'schema1',
'src_table': 'abfss://container@msft/path/dest2',
'src_table': 'abfss://container@msft/path/dest3',
'workspace_name': 'workspace',
},
]
Expand Down

0 comments on commit c450f33

Please sign in to comment.