Skip to content

Commit 344b6aa

Browse files
authored
chore: athena ci (ibis-project#10640)
1 parent 67092cf commit 344b6aa

File tree

4 files changed

+638
-637
lines changed

4 files changed

+638
-637
lines changed

.env

-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ MYSQL_PWD="ibis"
66
MSSQL_SA_PASSWORD="1bis_Testing!"
77
DRUID_URL="druid://localhost:8082/druid/v2/sql"
88
SPARK_CONFIG=./docker/spark-connect/conf.properties
9-
AWS_PROFILE="ibis-testing"
10-
AWS_REGION="us-east-2"

.github/workflows/ibis-backends-cloud.yml

+37-37
Original file line numberDiff line numberDiff line change
@@ -36,48 +36,48 @@ jobs:
3636
matrix:
3737
python-version:
3838
- "3.10"
39-
- "3.13"
39+
# - "3.13"
4040
backend:
41-
- name: snowflake
42-
title: Snowflake
43-
extras:
44-
- --extra snowflake
45-
- name: databricks
46-
title: Databricks
47-
extras:
48-
- --extra databricks
41+
# - name: snowflake
42+
# title: Snowflake
43+
# extras:
44+
# - --extra snowflake
45+
# - name: databricks
46+
# title: Databricks
47+
# extras:
48+
# - --extra databricks
4949
- name: athena
5050
title: Amazon Athena
5151
extras:
5252
- --extra athena
53-
include:
54-
- python-version: "3.10"
55-
backend:
56-
name: bigquery
57-
title: BigQuery
58-
extras:
59-
- --extra bigquery
60-
- python-version: "3.13"
61-
backend:
62-
name: bigquery
63-
title: BigQuery
64-
extras:
65-
- --extra bigquery
66-
- --extra geospatial
67-
- python-version: "3.10"
68-
backend:
69-
name: snowflake
70-
title: Snowflake + Snowpark
71-
key: snowpark
72-
extras:
73-
- --extra snowflake
74-
- python-version: "3.11"
75-
backend:
76-
name: snowflake
77-
title: Snowflake + Snowpark
78-
key: snowpark
79-
extras:
80-
- --extra snowflake
53+
# include:
54+
# - python-version: "3.10"
55+
# backend:
56+
# name: bigquery
57+
# title: BigQuery
58+
# extras:
59+
# - --extra bigquery
60+
# - python-version: "3.13"
61+
# backend:
62+
# name: bigquery
63+
# title: BigQuery
64+
# extras:
65+
# - --extra bigquery
66+
# - --extra geospatial
67+
# - python-version: "3.10"
68+
# backend:
69+
# name: snowflake
70+
# title: Snowflake + Snowpark
71+
# key: snowpark
72+
# extras:
73+
# - --extra snowflake
74+
# - python-version: "3.11"
75+
# backend:
76+
# name: snowflake
77+
# title: Snowflake + Snowpark
78+
# key: snowpark
79+
# extras:
80+
# - --extra snowflake
8181
# this allows extractions/setup-just to list releases for `just` at a higher
8282
# rate limit while restricting GITHUB_TOKEN permissions elsewhere
8383
permissions:

0 commit comments

Comments
 (0)