dbt-spark
dbt-spark copied to clipboard
dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
## Short description As a maintainer, I want to standardize and modernize development tooling, so that I can reduce maintenance issues and focus more on content than form. ## Objectives...
### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...
resolves dbt-labs/adapters-team-private#135 ### Problem Environment variables containing secrets need to be prefixed with `DBT_ENV_SECRET_` to be handled properly in `dbt-core`. ### Solution - prefix testing environment variables with `DBT_ENV_SECRET_` -...
### Problem Our linters and typechecking tools create a lot of `dependabot` PRs. This is aggravated by the fact that we keep one set of reqs in `dev-requirements.txt` and another...
Bumps [dbt-labs/actions](https://github.com/dbt-labs/actions) from 1.1.0 to 1.1.1. Commits 0b948bc Add GH Actions for dbt installation tests (#71) 3630725 [dbt installation] Change name pattern for job dump and replace Slack secret ......
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Updates the requirements on [pyhive[hive]](https://github.com/dropbox/PyHive) to permit the latest version. Commits See full diff in compare view You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]:...
### Problem Publishing a Docker release is currently a manual process which can be forgotten. ### Solution Add the Docker release to the release pipeline. ### Checklist - [x] I...
Updates the requirements on [freezegun](https://github.com/spulec/freezegun) to permit the latest version. Changelog Sourced from freezegun's changelog. 1.4.0 asyncio-support from 1.3.x introduced quite a few bugs, so that functionality is now hidden...