Issue with UCX Assessment Installation via Automation Script - Schema Not Found Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2025 09:54 AM
Hello,
I'm encountering an issue while installing UCX Assessment via an automation script in Databricks. When running the script, I get the following error:
However, when I run the same installation manually with the command:
I’m prompted to specify the following parameters:
Comma-separated list of workspace group names to migrate (default: <ALL>)
Comma-separated list of databases to migrate (default: <ALL>)
When I use the default <ALL> values during the manual installation, the process works without any errors, and the UCX dashboard populates correctly.
In my automation script, I am explicitly setting the following configuration:
WORKSPACE_GROUPS="<ALL>" DATABASES="<ALL>"Despite this, I still get the error: [SCHEMA_NOT_FOUND] The schema 'ALL' cannot be found.
Could anyone provide insight into why this is happening or how I can resolve this issue in the automation script? Is there any other parameter I need to adjust to make sure the installation runs correctly in the script?
Thanks in advance!
#UCX #Assessment #databricks