Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions data-mapping/app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Data Mapping

1 change: 1 addition & 0 deletions external-access-integration/app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# External Access Integration
1 change: 1 addition & 0 deletions external-access-integration/app/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ artifacts:
setup_script: setup_script.sql
default_streamlit: core.ui
extension_code: true
readme: README.md

references:
- external_access_reference:
Expand Down
1 change: 1 addition & 0 deletions spcs-three-tier/app/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ configuration:

artifacts:
setup_script: setup.sql
readme: README.md

default_web_endpoint:
service: app_public.frontend
Expand Down
5 changes: 0 additions & 5 deletions spcs-three-tier/prepare/spcs_setup.sql

This file was deleted.

1 change: 0 additions & 1 deletion spcs-three-tier/setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set -e
snow sql -f "prepare/spcs_setup.sql"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we removing this? Maybe some context would help.

Copy link
Contributor Author

@sfc-gh-pjafari sfc-gh-pjafari Aug 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's no longer needed. updated PR description with Jira ticket :)
https://snowflakecomputing.atlassian.net/browse/SNOW-1527720

snow sql -f "prepare/provider_setup.sql"
snow sql -f "prepare/consumer_setup.sql"

Expand Down