dbt-labs / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
https://dbt-athena.github.io
Apache License 2.0
228 stars 100 forks source link

[Tech debt] Add scheduled testing on protected branches #742

Open mikealfare opened 1 month ago

mikealfare commented 1 month ago

Is this your first time submitting an issue in dbt-athena?

Describe your request/question

We should add scheduled testing, as is done on other adapters. This ensures that we don't accidentally break something with things like automation that have override permissions. It also checks for shifting transient dependencies or dependencies that don't follow semantic versioning (intentionally or unintentionally).

Anything else?

No response