Skip to content

Add Gateway section to fraud detection quickstart#3139

Draft
sfc-gh-cnantasenamat wants to merge 2 commits intoSnowflake-Labs:masterfrom
sfc-gh-cnantasenamat:fraud-detection-gateway-section
Draft

Add Gateway section to fraud detection quickstart#3139
sfc-gh-cnantasenamat wants to merge 2 commits intoSnowflake-Labs:masterfrom
sfc-gh-cnantasenamat:fraud-detection-gateway-section

Conversation

@sfc-gh-cnantasenamat
Copy link
Copy Markdown
Contributor

Summary

  • Adds a new A/B Test with Gateways section to the fraud detection quickstart, positioned after "Run Real-Time Inference"
  • Demonstrates using SPCS Gateways to split traffic between two deployed model versions (80/20 split)
  • Covers the full workflow: train improved V3 model, deploy as second SPCS service, create gateway, test endpoint, and shift traffic with ALTER GATEWAY
  • Adds Gateway-related bullets to What You'll Learn, What You'll Build, and Conclusion sections
  • All gateway SQL syntax validated against a live Snowflake session

Test plan

  • Verify the new section renders correctly in the sfguide framework
  • Confirm all SQL code blocks use correct CREATE GATEWAY ... FROM SPECIFICATION and ALTER GATEWAY ... FROM SPECIFICATION syntax
  • Confirm DESC GATEWAY (not SHOW GATEWAYS) is used to retrieve ingress_url
  • Verify section dividers (<!-- ------------------------ -->) are properly placed
  • Check that frontmatter tags include Gateway

.... Generated with Cortex Code

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 5, 2026

🔗 Staging Preview Ready

Quickstart: build-real-time-fraud-detection-model-with-natural-language-in-snowflake-ml
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/build-real-time-fraud-detection-model-with-natural-language-in-snowflake-ml-50568eac5d96027f833b5078bb5582d2ad338ada

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

@sfc-gh-cnantasenamat sfc-gh-cnantasenamat marked this pull request as draft April 5, 2026 06:33
@sfc-gh-cnantasenamat sfc-gh-cnantasenamat changed the title Add Gateway A/B testing section to fraud detection quickstart Add Gateway section to fraud detection quickstart Apr 5, 2026
@sfc-gh-cnantasenamat sfc-gh-cnantasenamat force-pushed the fraud-detection-gateway-section branch from 50568ea to ee1486b Compare April 5, 2026 06:49
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 5, 2026

🔗 Staging Preview Ready

Quickstart: build-real-time-fraud-detection-model-with-natural-language-in-snowflake-ml
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/build-real-time-fraud-detection-model-with-natural-language-in-snowflake-ml-ee1486bce18f65878a7d0491203b814476662a8c

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

Add new section demonstrating SPCS Gateways for A/B testing model
versions with traffic splitting. Covers creating a gateway to split
traffic between two deployed model services, testing the endpoint,
and shifting traffic with ALTER GATEWAY.

.... Generated with [Cortex Code](https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code)

Co-Authored-By: Cortex Code <noreply@snowflake.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 5, 2026

🔗 Staging Preview Ready

Quickstart: build-real-time-fraud-detection-model-with-natural-language-in-snowflake-ml
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/build-real-time-fraud-detection-model-with-natural-language-in-snowflake-ml-66512fe22994dda3f64ff648245a07b40bd112a2

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: build-real-time-fraud-detection-model-with-natural-language-in-snowflake-ml
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/build-real-time-fraud-detection-model-with-natural-language-in-snowflake-ml-8f4b339976080fcde620d06dbb7e01158ec7aa4e

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant