File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ workflows:
121
121
- integration-spark-thrift :
122
122
requires :
123
123
- unit
124
- # - integration-spark-databricks-http:
125
- # requires:
126
- # - integration-spark-thrift
127
- # - integration-spark-databricks-odbc-cluster:
128
- # requires:
129
- # - integration-spark-thrift
130
- # - integration-spark-databricks-odbc-endpoint:
131
- # requires:
132
- # - integration-spark-thrift
124
+ - integration-spark-databricks-http :
125
+ requires :
126
+ - integration-spark-thrift
127
+ - integration-spark-databricks-odbc-cluster :
128
+ requires :
129
+ - integration-spark-thrift
130
+ - integration-spark-databricks-odbc-endpoint :
131
+ requires :
132
+ - integration-spark-thrift
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def model(dbt, spark):
39
39
"ResourceClass": "SingleNode"
40
40
}
41
41
},
42
- packages=['spacy', 'torch']
42
+ packages=['spacy', 'torch', 'pydantic<1.10.3' ]
43
43
)
44
44
data = [[1,2]] * 10
45
45
return spark.createDataFrame(data, schema=['test', 'test2'])
Original file line number Diff line number Diff line change 45
45
allowlist_externals =
46
46
/bin/bash
47
47
basepython = python3.8
48
- commands = /bin/bash -c ' {envpython} -m pytest -v --profile databricks_sql_endpoint {posargs} -n4 tests/functional/adapter/*'
48
+ commands = /bin/bash -c ' {envpython} -m pytest -v --profile databricks_sql_endpoint {posargs} -n4 tests/functional/adapter/*'
49
49
/bin/bash -c ' {envpython} -m pytest -v -m profile_databricks_sql_endpoint {posargs} -n4 tests/integration/*'
50
50
passenv =
51
51
DBT_*
You can’t perform that action at this time.
0 commit comments