dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
405 stars 227 forks source link

[ADAP-481] Add scheduled testing for release branches #735

Open emmyoop opened 1 year ago

emmyoop commented 1 year ago

High Level Task

Add a new workflow to start daily automated tests.

Acceptance Criteria

Details

Add a new workflow similar to release-branch-tests.yml in dbt-bigquery.

Note: As of today the adapters have hard coded lists of release branches. This should be dynamically determined like in core.

Open Questions

What schedule do we want to run these on? Snowflake runs less often than other adapters.