Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nightly CI builds #40

Merged
merged 2 commits into from
Sep 18, 2024
Merged

Fix nightly CI builds #40

merged 2 commits into from
Sep 18, 2024

Conversation

nfx
Copy link
Collaborator

@nfx nfx commented Sep 18, 2024

No description provided.

Copy link

github-actions bot commented Sep 18, 2024

This PR breaks backwards compatibility for databrickslabs/blueprint downstream. See build logs for more details.

Running from downstreams #8

Copy link

github-actions bot commented Sep 18, 2024

✅ 27/27 passed, 3 skipped, 2m1s total

Running from acceptance #48

@nfx nfx merged commit 9c2cd7b into main Sep 18, 2024
8 of 9 checks passed
@nfx nfx deleted the fix/ci branch September 18, 2024 09:44
nfx added a commit that referenced this pull request Sep 18, 2024
* Fixed nightly CI builds ([#40](#40)). In this release, we have removed the `no-cheat` GitHub 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. The `permissions.py` file in the `databricks/labs/pytester/fixtures` directory has been updated to fix nightly CI builds by improving import statements and updating types. The `SqlPermissionLevel` class has been imported from the `databricks.sdk.service.sql` module, 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 the `pyproject.toml` file 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.
@nfx nfx mentioned this pull request Sep 18, 2024
nfx added a commit that referenced this pull request Sep 18, 2024
* Fixed nightly CI builds
([#40](#40)). In this
release, we have removed the `no-cheat` GitHub 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. The
`permissions.py` file in the `databricks/labs/pytester/fixtures`
directory has been updated to fix nightly CI builds by improving import
statements and updating types. The `SqlPermissionLevel` class has been
imported from the `databricks.sdk.service.sql` module, 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 the `pyproject.toml` file 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant