Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Dec 16, 2024
1 parent fa0e152 commit bf50338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/databricks/labs/ucx/progress/dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _get_used_tables(self) -> dict[str, list[UsedTable]]:
def _get_tables_failures(self) -> DashboardIdToFailuresType:
table_failures = {}
for row in self._sql_backend.fetch(
f"SELECT * FROM objects_snapshot WHERE object_type = 'Table'",
"SELECT * FROM objects_snapshot WHERE object_type = 'Table'",
catalog=self._catalog,
schema=self._schema,
):
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/progress/test_dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
owner="cor",
ucx_version=ucx_version,
),
]
],
)
def test_dashboard_progress_encoder(expected: Row) -> None:
# The Mockbackend.fetch ignores the catalog and schema keyword arguments
Expand Down

0 comments on commit bf50338

Please sign in to comment.