forked from star3am/hashiqube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.sh
32 lines (27 loc) · 842 Bytes
/
common.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Defined common parameters for dbt-core in this file
########################################
# DEFINE WHICH ADAPTER TO USE
DBT_WITH=postgres
# AVAILABLE OPTIONS ARE:
# postgres
# redshift
# bigquery
# snowflake
# mssql
# ^^ with mssql being SQL Server and Synapase
# spark
# all
# ^^ will install all adapters excluding mssql
########################################
dbt_postgres_ref=dbt-core@v1.2.5 # postgres adapter is part of core now
dbt_redshift_ref=dbt-redshift@v1.2.1
dbt_bigquery_ref=dbt-bigquery@v1.2.0
dbt_snowflake_ref=dbt-snowflake@v1.2.0
dbt_spark_ref=dbt-spark@v1.2.0
dbt_databricks=1.2.1
######################################
# Are you targeting Synapse or MSSQL??
# dbt-core must be the same version as the adapter.
# Versions as per https://github.com/dbt-msft/dbt-sqlserver/
dbt_sqlserver=1.1.0
dbt_synapse=1.1.0