dbt-labs/dbt-utils

Start testing with Athena and Databricks

emmyoop opened this issue · 0 comments

Describe the feature

Add automated testing for Athena and Databricks

Describe alternatives you've considered

Not adding more supported adapters is a risk to not identify issues.

Additional context

This will involve

  1. Update supported_adapters.env to include both of these adapters
  2. Add appropriate .env files to integration_tests/.env
  3. Add the appropriate tox command
  4. Add profile for the new adapters to profiles.yml
  5. Add secrets for the env vars

Who will this benefit?

Anyone using dbt-utils with Athena or Databricks.

Are you interested in contributing this feature?