-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation error - databricks.sdk.errors.mapping.NotFound: Files in Repos must be enabled for AUTO ExportFormat #576
Comments
@prajin-29 use this api to check if files-in-repos are enabled - https://databricks-sdk-py.readthedocs.io/en/latest/workspace/workspace_conf.html#WorkspaceConfAPI.get_status |
Here are the steps for resolving this issue -
|
we need to enable WSFS from UCX automatically |
Fixed in databrickslabs/blueprint#42 |
We faced the similar issue. In addition to the above mentioned configs (enableProjectTypeInWorkspace, enableWorkspaceFilesystem), another config enableFilesInWorkspace has to be set to 'true'. |
Here is the stack trace -
The text was updated successfully, but these errors were encountered: