Skip to content

Commit

Permalink
Combine static code analysis results with historical job snapshots
Browse files Browse the repository at this point in the history
Fix #3059
  • Loading branch information
nfx committed Oct 24, 2024
1 parent 59976f8 commit 5ee615b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/hive_metastore/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ def test_table_ownership(runtime_ctx, inventory_schema, sql_backend) -> None:
table_record = next(record for record in records if record.full_name == table.full_name)

# Verify ownership can be made.
my_user = runtime_ctx.workspace_client.current_user.me()
owner = runtime_ctx.table_ownership.owner_of(table_record)
assert owner == runtime_ctx.administrator_locator.get_workspace_administrator()
assert owner == my_user.user_name

0 comments on commit 5ee615b

Please sign in to comment.