Skip to content

Commit

Permalink
Add starburst tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet authored and hovaesco committed May 18, 2022
1 parent d47b61f commit 36634d8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
type:
- "trino"
- "starburst"

steps:
- name: Checkout
Expand Down
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ dbt-trino-tests:
./docker/dbt/build.sh
./docker/init_trino.bash
./docker/run_dbt_utils_integration_tests.bash
./docker/remove_trino.bash
./docker/remove_trino.bash

dbt-starburst-tests:
docker network create dbt-net || true
./docker/dbt/build.sh
./docker/init_starburst.bash
./docker/run_dbt_utils_integration_tests.bash
./docker/remove_starburst.bash
14 changes: 14 additions & 0 deletions docker-compose-starburst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "3.5"
services:
trino:
ports:
- "8080:8080"
image: "starburstdata/starburst-enterprise:379-e"
volumes:
- ./docker/starburst/etc:/etc/starburst
- ./docker/starburst/catalog:/etc/starburst/catalog

networks:
default:
external:
name: dbt-net
4 changes: 0 additions & 4 deletions docker/starburst/catalog/postgresql.properties

This file was deleted.

4 changes: 0 additions & 4 deletions docker/trino/catalog/postgresql.properties

This file was deleted.

0 comments on commit 36634d8

Please sign in to comment.