File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -314,17 +314,17 @@ workflows:
314314 parameters :
315315 engine :
316316 - snowflake
317- - databricks
318- - redshift
319- - bigquery
320- - clickhouse-cloud
321- - athena
322- - fabric
317+ # - databricks
318+ # - redshift
319+ # - bigquery
320+ # - clickhouse-cloud
321+ # - athena
322+ # - fabric
323323 - gcp-postgres
324- filters :
325- branches :
326- only :
327- - main
324+ # filters:
325+ # branches:
326+ # only:
327+ # - main
328328 - ui_style
329329 - ui_test
330330 - 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<46.0.0 " ,
59+ " cryptography" ,
6060 " databricks-sql-connector" ,
6161 " dbt-bigquery" ,
6262 " dbt-core" ,
@@ -120,7 +120,7 @@ postgres = ["psycopg2"]
120120redshift = [" redshift_connector" ]
121121slack = [" slack_sdk" ]
122122snowflake = [
123- " cryptography<46.0.0 " ,
123+ " cryptography" ,
124124 " snowflake-connector-python[pandas,secure-local-storage]" ,
125125 " snowflake-snowpark-python" ,
126126]
You can’t perform that action at this time.
0 commit comments