You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the Databricks profiles from dbt-spark integration tests.
Acceptance Criteria
Profiles for databricks_sql_endpoint, databricks_sql_endpoint and databricks_http_cluster are removed from codebase
All decorators are updated to reflect the removal of above profiles
All tests that should be removed are fully removed
Details
This is a bit complex since tests are tagged to be skipped, not to be run. The tests that need to be fully removed are the ones that have the following decorator:
* Bump mypy from 1.0.1 to 1.1.1
Bumps [mypy](https://github.com/python/mypy) from 1.0.1 to 1.1.1.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v1.0.1...v1.1.1)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* aligned versions in `.pre-commit-config.yaml` with `dev-requiremnts.txt`
* update flake8 version condition to inflect at 3.8.1 instead of 3.8
* cleaned up `Makefile`
* cleaned up `Makefile`
* Revert "cleaned up `Makefile`"
This reverts commit 52783d2a2a0af3b86cb70a585f13111d1c38a395.
* Revert "Revert "cleaned up `Makefile`""
This reverts commit 3f9ef414415a6ee2f788c53959cda3e8e778bfa7.
* Revert "Revert "Revert "cleaned up `Makefile`"""
This reverts commit eb8ffb6103269cfa8e6fd9085a6c0ab6caff4410.
* Revert "cleaned up `Makefile`"
This reverts commit 2eadd98e77febed74ffb33bcb8745410b2e46f94.
* Revert "update flake8 version condition to inflect at 3.8.1 instead of 3.8"
This reverts commit 819bcdfded810c9797b88de492fbfc77dfed0576.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Alfare <[email protected]>
Co-authored-by: Mila Page <[email protected]>
High Level Task
Remove the Databricks profiles from
dbt-spark
integration tests.Acceptance Criteria
databricks_sql_endpoint
,databricks_sql_endpoint
anddatabricks_http_cluster
are removed from codebaseDetails
This is a bit complex since tests are tagged to be skipped, not to be run. The tests that need to be fully removed are the ones that have the following decorator:
@pytest.mark.skip_profile("spark_session", "apache_spark")
If the decorator contains
databricks_sql_endpoint
,databricks_sql_endpoint
ordatabricks_http_cluster
the decorator just need to be modified.conftest.py also needs to be modified to remove the databricks profiles.
Additional Notes
Since we will be removing the Databricks profiles in the GitHub Action, this will be dead code but the tests will continue to work.
The text was updated successfully, but these errors were encountered: