We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8562a72 commit 9a8e115Copy full SHA for 9a8e115
tests/integ/test_udf.py
@@ -3063,9 +3063,8 @@ def test_use_default_artifact_repository(db_parameters):
3063
session.sql(
3064
"ALTER SESSION SET ENABLE_DEFAULT_PYTHON_ARTIFACT_REPOSITORY = true"
3065
).collect()
3066
- session.sql("ALTER SESSION SET ENABLE_PYPI_SHARED_REPOSITORY = true").collect()
3067
3068
- "ALTER schema set DEFAULT_PYTHON_ARTIFACT_REPOSITORY = snowflake.snowpark.pypi_shared_repository"
+ "ALTER schema set DEFAULT_PYTHON_ARTIFACT_REPOSITORY = testdb_snowpark_python.testschema_snowpark_python.SNOWPARK_PYTHON_TEST_REPOSITORY"
3069
3070
3071
session.add_packages("art", "cloudpickle")
0 commit comments