Implement disposition field in SQL backend #3455
Open
+15
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This feature aims to the chance of running SQL statement for assessment results export in case of large workspaces with a large amount of findings.
Introducing the
query_statement_disposition
value during the UCX installation can allow users to select the proper disposition method to use when running large queries. This parameter is added in theconfig.yml
file and used for the SqlBackend definition. Using this approach, large queries will not fail.Changes
Added SQL query statement disposition choice during the UCX installation
Added
query_statement_disposition
value in the config fileLinked issues
Resolves #3447
Functionality
databricks labs install ucx
,databricks labs ucx export-assessment
Tests