File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -302,18 +302,18 @@ workflows:
302302 matrix :
303303 parameters :
304304 engine :
305- - snowflake
306- - databricks
307- - redshift
308- - bigquery
309- - clickhouse-cloud
310- - athena
311- - fabric
305+ # - snowflake
306+ # - databricks
307+ # - redshift
308+ # - bigquery
309+ # - clickhouse-cloud
310+ # - athena
311+ # - fabric
312312 - gcp-postgres
313- filters :
314- branches :
315- only :
316- - main
313+ # filters:
314+ # branches:
315+ # only:
316+ # - main
317317 - ui_style
318318 - ui_test
319319 - vscode_test
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dev = [
5656 " agate" ,
5757 " beautifulsoup4" ,
5858 " clickhouse-connect" ,
59- " cryptography" ,
59+ " cryptography<46.0.0 " ,
6060 " databricks-sql-connector" ,
6161 " dbt-bigquery" ,
6262 " dbt-core" ,
@@ -119,7 +119,7 @@ postgres = ["psycopg2"]
119119redshift = [" redshift_connector" ]
120120slack = [" slack_sdk" ]
121121snowflake = [
122- " cryptography" ,
122+ " cryptography<46.0.0 " ,
123123 " snowflake-connector-python[pandas,secure-local-storage]" ,
124124 " snowflake-snowpark-python" ,
125125]
You can’t perform that action at this time.
0 commit comments