-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement disposition field in SQL backend (#3477)
### 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 the `config.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 file ### Linked issues Resolves #3447 From other PR #3455 ### Functionality - [X] modified existing commands: `databricks labs install ucx`, `databricks labs ucx export-assessment` ### Tests - [X] manually tested --------- Co-authored-by: micheledaddetta-databricks <[email protected]> Co-authored-by: Guenia Izquierdo Delgado <[email protected]>
- Loading branch information
1 parent
3e96d4f
commit e2a919b
Showing
5 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters