Skip to content

Commit

Permalink
re-add other WH steps
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-jamie committed Dec 12, 2023
1 parent 0d0efec commit e1596a6
Showing 1 changed file with 69 additions and 69 deletions.
138 changes: 69 additions & 69 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,77 +1,77 @@
steps:
# - label: ":postgres: Run Tests - Postgres"
# key: "run-dbt-postgres"
# plugins:
# - docker#v3.13.0:
# image: "python:3.8"
# shell: [ "/bin/bash", "-e", "-c" ]
# environment:
# - "BASH_ENV=/tmp/.bashrc"
# - "CI_POSTGRES_DBT_DBNAME"
# - "CI_POSTGRES_DBT_HOST"
# - "CI_POSTGRES_DBT_PASS"
# - "CI_POSTGRES_DBT_USER"
# commands: |
# bash .buildkite/scripts/run_models.sh postgres
- label: ":postgres: Run Tests - Postgres"
key: "run-dbt-postgres"
plugins:
- docker#v3.13.0:
image: "python:3.8"
shell: [ "/bin/bash", "-e", "-c" ]
environment:
- "BASH_ENV=/tmp/.bashrc"
- "CI_POSTGRES_DBT_DBNAME"
- "CI_POSTGRES_DBT_HOST"
- "CI_POSTGRES_DBT_PASS"
- "CI_POSTGRES_DBT_USER"
commands: |
bash .buildkite/scripts/run_models.sh postgres
# - label: ":snowflake-db: Run Tests - Snowflake"
# key: "run_dbt_snowflake"
# plugins:
# - docker#v3.13.0:
# image: "python:3.8"
# shell: [ "/bin/bash", "-e", "-c" ]
# environment:
# - "BASH_ENV=/tmp/.bashrc"
# - "CI_SNOWFLAKE_DBT_ACCOUNT"
# - "CI_SNOWFLAKE_DBT_DATABASE"
# - "CI_SNOWFLAKE_DBT_PASS"
# - "CI_SNOWFLAKE_DBT_ROLE"
# - "CI_SNOWFLAKE_DBT_USER"
# - "CI_SNOWFLAKE_DBT_WAREHOUSE"
# commands: |
# bash .buildkite/scripts/run_models.sh snowflake
- label: ":snowflake-db: Run Tests - Snowflake"
key: "run_dbt_snowflake"
plugins:
- docker#v3.13.0:
image: "python:3.8"
shell: [ "/bin/bash", "-e", "-c" ]
environment:
- "BASH_ENV=/tmp/.bashrc"
- "CI_SNOWFLAKE_DBT_ACCOUNT"
- "CI_SNOWFLAKE_DBT_DATABASE"
- "CI_SNOWFLAKE_DBT_PASS"
- "CI_SNOWFLAKE_DBT_ROLE"
- "CI_SNOWFLAKE_DBT_USER"
- "CI_SNOWFLAKE_DBT_WAREHOUSE"
commands: |
bash .buildkite/scripts/run_models.sh snowflake
# - label: ":gcloud: Run Tests - BigQuery"
# key: "run_dbt_bigquery"
# plugins:
# - docker#v3.13.0:
# image: "python:3.8"
# shell: [ "/bin/bash", "-e", "-c" ]
# environment:
# - "BASH_ENV=/tmp/.bashrc"
# - "GCLOUD_SERVICE_KEY"
# commands: |
# bash .buildkite/scripts/run_models.sh bigquery
- label: ":gcloud: Run Tests - BigQuery"
key: "run_dbt_bigquery"
plugins:
- docker#v3.13.0:
image: "python:3.8"
shell: [ "/bin/bash", "-e", "-c" ]
environment:
- "BASH_ENV=/tmp/.bashrc"
- "GCLOUD_SERVICE_KEY"
commands: |
bash .buildkite/scripts/run_models.sh bigquery
# - label: ":amazon-redshift: Run Tests - Redshift"
# key: "run_dbt_redshift"
# plugins:
# - docker#v3.13.0:
# image: "python:3.8"
# shell: [ "/bin/bash", "-e", "-c" ]
# environment:
# - "BASH_ENV=/tmp/.bashrc"
# - "CI_REDSHIFT_DBT_DBNAME"
# - "CI_REDSHIFT_DBT_HOST"
# - "CI_REDSHIFT_DBT_PASS"
# - "CI_REDSHIFT_DBT_USER"
# commands: |
# bash .buildkite/scripts/run_models.sh redshift
- label: ":amazon-redshift: Run Tests - Redshift"
key: "run_dbt_redshift"
plugins:
- docker#v3.13.0:
image: "python:3.8"
shell: [ "/bin/bash", "-e", "-c" ]
environment:
- "BASH_ENV=/tmp/.bashrc"
- "CI_REDSHIFT_DBT_DBNAME"
- "CI_REDSHIFT_DBT_HOST"
- "CI_REDSHIFT_DBT_PASS"
- "CI_REDSHIFT_DBT_USER"
commands: |
bash .buildkite/scripts/run_models.sh redshift
# - label: ":bricks: Run Tests - Databricks"
# key: "run_dbt_databricks"
# plugins:
# - docker#v3.13.0:
# image: "python:3.8"
# shell: [ "/bin/bash", "-e", "-c" ]
# environment:
# - "BASH_ENV=/tmp/.bashrc"
# - "CI_DATABRICKS_DBT_HOST"
# - "CI_DATABRICKS_DBT_HTTP_PATH"
# - "CI_DATABRICKS_DBT_TOKEN"
# - "CI_DATABRICKS_DBT_CATALOG"
# commands: |
# bash .buildkite/scripts/run_models.sh databricks
- label: ":bricks: Run Tests - Databricks"
key: "run_dbt_databricks"
plugins:
- docker#v3.13.0:
image: "python:3.8"
shell: [ "/bin/bash", "-e", "-c" ]
environment:
- "BASH_ENV=/tmp/.bashrc"
- "CI_DATABRICKS_DBT_HOST"
- "CI_DATABRICKS_DBT_HTTP_PATH"
- "CI_DATABRICKS_DBT_TOKEN"
- "CI_DATABRICKS_DBT_CATALOG"
commands: |
bash .buildkite/scripts/run_models.sh databricks
- label: ":azure: Run Tests - SQLServer"
key: "run_dbt_sqlserver"
Expand Down

0 comments on commit e1596a6

Please sign in to comment.