You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed `AnalysisException` in `crawl_tables` task by ignoring the
database that is not found
([#970](#970)).
* Fixed `Unknown: org.apache.hadoop.hive.ql.metadata.HiveException:
NoSuchObjectException` in `crawl_grants` task by ignoring the database
that is not found
([#967](#967)).
* Fixed ruff config for ruff==2.0
([#969](#969)).
* Made groups integration tests less flaky
([#965](#965)).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Version changelog
2
2
3
+
## 0.13.2
4
+
5
+
* Fixed `AnalysisException` in `crawl_tables` task by ignoring the database that is not found ([#970](https://github.com/databrickslabs/ucx/pull/970)).
6
+
* Fixed `Unknown: org.apache.hadoop.hive.ql.metadata.HiveException: NoSuchObjectException` in `crawl_grants` task by ignoring the database that is not found ([#967](https://github.com/databrickslabs/ucx/pull/967)).
7
+
* Fixed ruff config for ruff==2.0 ([#969](https://github.com/databrickslabs/ucx/pull/969)).
8
+
* Made groups integration tests less flaky ([#965](https://github.com/databrickslabs/ucx/pull/965)).
9
+
10
+
3
11
## 0.13.1
4
12
5
13
* Added secret detection logic to Azure service principal crawler ([#950](https://github.com/databrickslabs/ucx/pull/950)).
0 commit comments