Skip to content

Commit 7ac19d8

Browse files
Add a SNOW note
1 parent 31e1dfb commit 7ac19d8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ jobs:
447447
junit.py${{ env.shortver }}-lambda-ci-dev.xml
448448
449449
test-aio:
450-
if: false # temporarily disable aio
450+
if: false # temporarily disable aio - SNOW-2905263
451451
name: Test asyncio ${{ matrix.os.download_name }}-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
452452
needs: build
453453
runs-on: ${{ matrix.os.image_name }}
@@ -526,7 +526,7 @@ jobs:
526526
.tox/coverage.xml
527527
528528
test-unsupported-aio:
529-
if: false # temporarily disable aio
529+
if: false # temporarily disable aio - SNOW-2905263
530530
name: Test unsupported asyncio ${{ matrix.os.download_name }}-${{ matrix.python-version }}
531531
runs-on: ${{ matrix.os.image_name }}
532532
strategy:
@@ -609,7 +609,7 @@ jobs:
609609
combine-coverage:
610610
if: always()
611611
name: Combine coverage
612-
# temporarily disable aio
612+
# temporarily disable aio - SNOW-2905263
613613
# needs: [lint, test, test-fips, test-lambda, test-aio]
614614
needs: [lint, test, test-fips, test-lambda]
615615
runs-on: ubuntu-latest

.github/workflows/check_installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
rm -rf test_no_boto_env
5757
5858
test-installation-aioboto:
59-
if: false # temporarily disable aio
59+
if: false # temporarily disable aio - SNOW-2905263
6060
name: Test aioboto dependency
6161
runs-on: ubuntu-latest
6262
steps:

ci/wif/test_wif.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export RUN_WIF_TESTS=true
1212
/opt/python/cp312-cp312/bin/python -m pip install --break-system-packages -e .
1313
/opt/python/cp312-cp312/bin/python -m pytest test/wif/ --ignore test/wif/test_wif_async.py
1414

15-
# temporarily disable aio
15+
# temporarily disable aio - SNOW-2905263
1616
# # test WIF with asyncio installed
1717
# /opt/python/cp312-cp312/bin/python -m pip install --break-system-packages -e '.[aio]'
1818
# /opt/python/cp312-cp312/bin/python -m pytest test/wif/

src/snowflake/connector/aio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
# temporarily disable aio
3+
# temporarily disable aio - SNOW-2905263
44
raise ImportError("aio is not supported in this version of the connector")
55

66

0 commit comments

Comments
 (0)