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.
actions/checkout
library, the team has addedRef
andCommit
outputs, which provide the ref and commit that were checked out, respectively. The update also includes dependency updates tobraces
,minor-npm-dependencies
,docker/build-push-action
, anddocker/login-action
, all of which were automatically resolved by Dependabot. These updates improve compatibility and stability for users of the library. This release is a result of contributions from new team members @yasonk and @lucacome. Users can find a detailed commit history, pull requests, and release notes in the associated links. The team strongly encourages all users to upgrade to this new version to access the latest features and improvements.SchemaDeployer
to overwrite the defaulthive_metastore
(#296). In this release, the default catalog forSchemaDeployer
has been changed fromhive_metastore
to a user-defined catalog, allowing for more flexibility in deploying resources to different catalogs. A new dependency,databricks-labs-pytester
, has been added with a version constraint of>=0.2.1
, which may indicate the introduction of new testing functionality. TheSchemaDeployer
class has been updated to accept acatalog
parameter and the tests for deploying and deleting schemas, tables, and views have been updated to reflect these changes. Thetest_deploys_schema
,test_deploys_dataclass
, andtest_deploys_view
tests have been updated to accept ainventory_catalog
parameter, and thecaplog
fixture is used to capture log messages and assert that they contain the expected messages. Additionally, a new test functiontest_statement_execution_backend_overwrites_table
has been added to thetests/integration/test_backends.py
file to test the functionality of theStatementExecutionBackend
class in overwriting a table in the database and retrieving the correct data. Issue #294 has been resolved, and progress has been made on issue #278, but issue #280 has been marked as technical debt and issue #287 is required for the CI to pass.Dependency updates: