Skip to content

Commit 1d4d554

Browse files
authored
Dbt glue with spark (#120)
* Dbt glue with spark
1 parent 0981ad5 commit 1d4d554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"postgres": ["dbt-postgres==1.5.4"],
3232
"snowflake": ["dbt-snowflake==1.5.2"],
3333
"redshift": ["dbt-redshift==1.5.9"],
34-
"glue": ["dbt-glue==1.5.3"],
34+
"glue": ["dbt-glue==1.5.3", "dbt-spark[session]==1.5.2"],
3535
"databricks": ["dbt-databricks-factory>=0.1.1"],
3636
"dbt-all": [
3737
"dbt-bigquery==1.5.5",

0 commit comments

Comments
 (0)