Skip to content

Commit

Permalink
Run tests on Redshift in CI (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein authored Jun 18, 2024
1 parent 7d4a322 commit 44fa8ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Describe your changes, and why you're making them.
- [ ] I have verified that these changes work locally
- [ ] I have updated the README.md (if applicable)
- [ ] I have added tests & descriptions to my models (and macros if applicable)
- [ ] I have raised a [documentation](https://github.com/snowplow/documentation) PR if applicable (Link here if required)
- [ ] I have raised a [documentation](https://github.com/snowplow/documentation) PR if applicable (Link here)

<!--
## Release Only Checklist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
matrix:
dbt_version: ["1.*"]
warehouse: ["postgres", "bigquery", "snowflake", "databricks"] # TODO: Add RS self-hosted runner
warehouse: ["postgres", "bigquery", "snowflake", "databricks", "redshift"]

services:
postgres:
Expand Down
3 changes: 3 additions & 0 deletions integration_tests/macros/get_batch_size.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% macro get_batch_size() %}
{{ return(100) }}
{% endmacro %}

0 comments on commit 44fa8ce

Please sign in to comment.