v0.1.1
- Fixed nightly CI builds (#40). In this release, we have removed the
no-cheatGitHub Actions workflow that checked for disables pylint directives in new code. We have also updated the pytest requirement version to ~8.3.3 and added badges for Python version support and lines of code to the README file. Thepermissions.pyfile in thedatabricks/labs/pytester/fixturesdirectory has been updated to fix nightly CI builds by improving import statements and updating types. TheSqlPermissionLevelclass has been imported from thedatabricks.sdk.service.sqlmodule, and an existing test case has been updated to use this new permission level for SQL-specific queries. Additionally, we have updated the version constraints for three dependencies in thepyproject.tomlfile to allow for more flexibility in selecting compatible library versions. These changes may simplify the project's GitHub Actions workflows, reduce maintenance overhead, and enhance the testing process and code quality.
Contributors: @nfx