Skip to content

Commit 9a8e115

Browse files
committed
try using test artifact repo
1 parent 8562a72 commit 9a8e115

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integ/test_udf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3063,9 +3063,8 @@ def test_use_default_artifact_repository(db_parameters):
30633063
session.sql(
30643064
"ALTER SESSION SET ENABLE_DEFAULT_PYTHON_ARTIFACT_REPOSITORY = true"
30653065
).collect()
3066-
session.sql("ALTER SESSION SET ENABLE_PYPI_SHARED_REPOSITORY = true").collect()
30673066
session.sql(
3068-
"ALTER schema set DEFAULT_PYTHON_ARTIFACT_REPOSITORY = snowflake.snowpark.pypi_shared_repository"
3067+
"ALTER schema set DEFAULT_PYTHON_ARTIFACT_REPOSITORY = testdb_snowpark_python.testschema_snowpark_python.SNOWPARK_PYTHON_TEST_REPOSITORY"
30693068
).collect()
30703069

30713070
session.add_packages("art", "cloudpickle")

0 commit comments

Comments
 (0)