v0.2.0
- Added
accandmake_acc_groupfixtures (#42). In this release, we have added two new fixtures,accandmake_acc_group, to the open-source library. Theaccfixture provides a Databricks AccountClient object for use in tests, which can interact with the Databricks account API and automatically determines the account host from theDATABRICKS_HOSTenvironment variable. Themake_acc_groupfixture is used for managing Databricks account groups, creating them with specified members and roles, and automatically deleting them after the test is complete. This fixture mirrors the behavior of themake_groupfixture but interacts with the account client instead of the workspace client. These fixtures enable more comprehensive integration tests for theaccobject and its various methods, enhancing the testing and management of Databricks account groups.
Contributors: @nfx