Skip to content

Commit

Permalink
tests for sql facade (1/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mchok committed Nov 28, 2024
1 parent 8c2a475 commit 7639f2e
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 152 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ def create_or_upgrade_app(
interactive=interactive,
)

# 3. If no existing application found or we performed a drop before the upgrade, we proceed to create
# 3. If no existing application found, or we performed a drop before the upgrade, we proceed to create
if create_or_upgrade_result is None:
create_or_upgrade_result = self._create_app(
stage_fqn=stage_fqn,
Expand Down
1 change: 1 addition & 0 deletions src/snowflake/cli/api/errno.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
CANNOT_DISABLE_MANDATORY_TELEMETRY = 93329

ERR_JAVASCRIPT_EXECUTION = 100132

SNOWSERVICES_IMAGE_REPOSITORY_IMAGE_IMPORT_TO_NATIVE_APP_FAIL = 397007
SNOWSERVICES_IMAGE_MANIFEST_NOT_FOUND = 397012
SNOWSERVICES_IMAGE_REPOSITORY_FAILS_TO_RETRIEVE_IMAGE_HASH_NEW = 397013
Expand Down
Loading

0 comments on commit 7639f2e

Please sign in to comment.