Skip to main content
Snowflake-Labs
GitHub 제작자 프로필

Snowflake-Labs

26개 GitHub 저장소에서 수집된 253개 skills를 저장소 단위로 보여줍니다.

수집된 skills
253
저장소
26
업데이트
2026년 8월 21일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
cortex-code-migrations
skills 54개 · 2026년 8월 18일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자데이터베이스 아키텍트
직업 카테고리 4개 · 91% 분류됨
21%비중
#02
coco-skills
skills 45개 · 2026년 8월 21일
소프트웨어 개발자기타 중등 후 교사기타 컴퓨터 관련 직업네트워크·컴퓨터 시스템 관리자
직업 카테고리 4개 · 36% 분류됨
18%비중
#03
sfguide-agentic-ai-for-asset-management
skills 35개 · 2026년 6월 26일
재무 및 투자 분석가데이터 과학자데스크톱 출판 전문가소프트웨어 개발자시장조사 분석가·마케팅 전문가
직업 카테고리 5개 · 100% 분류됨
14%비중
#04
sfguide-create-a-route-optimisation-and-vehicle-route-plan-simulator
skills 21개 · 2026년 8월 21일
소프트웨어 개발자웹 개발자
직업 카테고리 2개 · 76% 분류됨
8.3%비중
#05
cortex-code-skills
skills 13개 · 2026년 5월 29일
데이터베이스 아키텍트소프트웨어 개발자네트워크·컴퓨터 시스템 관리자고등교육 컴퓨터공학 교원데이터 과학자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 6개 · 100% 분류됨
5.1%비중
#06
cortex-ai-function-studio-skill
skills 13개 · 2026년 4월 27일
소프트웨어 개발자데이터 과학자법률 보조사
직업 카테고리 3개 · 100% 분류됨
5.1%비중
#07
sfquickstarts
skills 10개 · 2026년 7월 29일
소프트웨어 개발자데이터 과학자시장조사 분석가·마케팅 전문가네트워크·컴퓨터 시스템 관리자
직업 카테고리 4개 · 100% 분류됨
4%비중
#08
sfguide-aviation-ops-intelligence
skills 9개 · 2026년 6월 4일
소프트웨어 개발자데이터베이스 아키텍트
직업 카테고리 2개 · 100% 분류됨
3.6%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

data-infrastructure-setup
미분류

Shared infrastructure setup for data migration and data validation — prerequisites, compute pool, worker config, and source database/schema capture.

2026년 8월 18일
data-migration-setup
미분류

Setup, run, and report on cloud data migration — workflow YAML, migrate_data run, background Monitor (or poll fallback), and end-of-run summary for the user.

2026년 8월 18일
migrate-object
소프트웨어 개발자

Core migration loop for a single stored procedure, function, or BTEQ script. Iterates deploy -> test -> diagnose -> fix until Snowflake output matches source.

2026년 8월 18일
migrate-objects
미분류

Deploy and validate all object types (tables, views, functions, procedures) in dependency order. Triggers: deploy objects, migrate objects, deploy tables, deploy views, migrate functions, migrate procedures.

2026년 8월 18일
data-strategy
미분류

Capture the data migration + validation strategy (migration type, sync strategy, extraction strategy, target table type; validation type + sync strategy) by driving the data-migration-setup and data-validation-setup wizards to completion.

2026년 8월 18일
data-validation-setup
네트워크·컴퓨터 시스템 관리자

One-time infrastructure setup for cloud data validation — verify the orchestrator service is ready after the shared infrastructure step.

2026년 8월 18일
setup
미분류

Set up a migration project — connect to source, initialize, extract objects, convert, and assess. Covers steps 1-5 of the migration lifecycle.

2026년 8월 18일
migration
소프트웨어 개발자

End-to-end database migration to Snowflake. Orchestrates the full migration lifecycle from source connection through initial conversion. Triggers: migrate, migration, migrate to snowflake, end to end migration, e2e migration, full migration.

2026년 8월 18일
수집된 skill 54개 중 8개를 표시합니다.
deploy-code-bundle
미분류

Deploy a migrated Snowpark/SCOS project to Snowflake as a Code Bundle. Takes the migrated project (its .py entrypoint + supporting modules/config), reminds the user to fix flagged code, writes a code_bundle.yml spec, uploads the whole project to a Snowflake…

2026년 8월 21일
deploy-notebook
미분류

Deploy a migrated Snowpark/SCOS project to Snowflake as a Notebook. Takes the .ipynb produced by the migration skill (plus its supporting project files), reminds the user to fix flagged code, uploads the whole project to a Snowflake stage, and creates the…

2026년 8월 21일
spark-migration
미분류

Migrate Spark scripts and notebooks to Snowflake. Routes to one of two bundled conversion paths and orchestrates the post-conversion pipeline. **Default path: Snowpark Connect (SCOS)**, which preserves the PySpark API surface. The SMA / Snowpark API path is…

2026년 8월 21일
snowflake-notebook-migration
미분류

Migrates Databricks (DBX) notebooks to Snowflake Workspace notebooks. Preserves original code, only fixes incompatible patterns, flags unsupported features as migration notes. Use when: migrating Databricks notebooks, converting DBX notebooks to Snowflake,…

2026년 8월 21일
dvp-asg-generation
미분류

Generate Abstract Semantic Graph (ASG) from source code (PySpark or Scala) — a structured representation of data flow consumed by downstream DVP skills.

2026년 8월 21일
dvp-code-adapter
미분류

Adapt source and migrated workloads for testing: inject session parameters, add enableHiveSupport(), defer env vars, and record adapted_source in entrypoints.json. Status: design phase.

2026년 8월 21일
dvp-entrypoint-identifier
미분류

Generate dvp/04-results/entrypoints.json from an ASG (Warp EntrypointDetector). Triggers: entrypoints, pipelines, entry point inventory.

2026년 8월 21일
dvp-ewi-fixer
미분류

Scan .py, .ipynb, and .scala files for SMA (Snowpark Migration Accelerator) EWI codes and resolve them. Triggers: fix EWIs, resolve SPRKPY, resolve SPRKSCL, resolve PNDSPY, SMA warnings, migration issues, Scala migration.

2026년 8월 21일
수집된 skill 45개 중 8개를 표시합니다.
rfp-response-preparation
재무 및 투자 분석가

Use this skill when the user asks to "prepare an RFP response", "draft an RFP", "respond to an RFP", or needs to compile firm capabilities, track record, investment process, and compliance content for a proposal. Also use when the user mentions "Request for…

2026년 6월 26일
credit-risk-calculator
재무 및 투자 분석가

Use this skill when the user asks about a borrower's default probability, credit risk drivers, PD scores, risk ratings, or wants to run what-if scenarios on credit metrics like "what if revenue drops 20%" or "recalculate PD with adjusted inputs". Also use…

2026년 6월 2일
factor-model-explorer
데이터 과학자

Use this skill when the user asks which factors are driving returns, wants to compare factor performance across periods, or requests ad-hoc factor exploration like "which factors are working this quarter", "compare momentum vs value", or "factor…

2026년 6월 2일
portfolio-optimizer
데이터 과학자

Use this skill when the user wants to optimize portfolio weights, find the efficient frontier, construct a maximum Sharpe or minimum variance portfolio, or rebalance with specific constraints like position caps, sector limits, or ESG minimums. Also use when…

2026년 6월 2일
attribution-anomaly-scan
재무 및 투자 분석가

Use this skill when the user asks about anomalies, risk flags, style drift, attribution drift, concentration alerts, or anything unusual in attribution patterns. Also use proactively when generating reports to check for HIGH severity items before presenting…

2026년 6월 2일
attribution-report-generator
재무 및 투자 분석가

Use this skill when the user asks to "generate an attribution report", "prepare attribution for the board", "write up quarterly performance", or wants a comprehensive multi-section attribution narrative. Orchestrates multiple tools into a complete report with…

2026년 6월 2일
audience-adaptive-narrative
재무 및 투자 분석가

Use this skill to adapt response depth, formatting, and language to the target audience. Activate when the user specifies an audience like "board memo", "client letter", "PM deep-dive", or when generating reports for different stakeholders, even if they don't…

2026년 6월 2일
brinson-attribution
재무 및 투자 분석가

Legacy skill — superseded by multi-level-attribution. This skill redirects to multi-level-attribution which provides full sector/country/industry drill-down, linked period attribution (QTD/YTD/12M), factor cross-reference, and interactive stopping points.

2026년 6월 2일
수집된 skill 35개 중 8개를 표시합니다.
routing-solution-cleanup
미분류

Discover and remove all Snowflake objects created by skills in this repo. Uses the COMMENT tracking tag (sf_sit-is-fleet) to find objects, generates DROP statements, and optionally executes them. Use when: cleaning up after a demo, removing all skill-created…

2026년 8월 21일
install-fleet-apps
미분류

Primary one-command installer for the synapse-based, vehicle/industry-AGNOSTIC fleet analytics architecture on Snowflake: the FLEET_SA_APP consumer app, the FLEET_ADMIN_APP build console, the three role-scoped synapse MCP tool bundles, the neutral FLEET_APP…

2026년 8월 21일
backload-matching
미분류

Deploy the Backload Matching Engine demo: a fleet-wide VRP solve over idle-bound trailers + internal volumes + external freight-exchange offers, anchored on the OPENROUTESERVICE_APP.CORE.OPTIMIZATION function. The page picks one or many trailers, calls…

2026년 8월 17일
routing-agent
소프트웨어 개발자

Deploy the routing TOOL_* procedures (AI-geocoded directions, isochrones, POI-in-isochrone, optimization, catchment, delivery/network demos) into FLEET_INTELLIGENCE.ROUTING_TOOLS. These are wrapped by the synapse ROUTING_MCP verbs that the app-level…

2026년 8월 14일
dwell-analysis
미분류

Deploy the Dwell & Congestion Analysis demo: create a 12-step Dynamic Table pipeline for state detection, dwell sessionization, H3 congestion heatmaps, SLA alerts, facility utilization, and daily trends. Works with any vehicle type from…

2026년 8월 12일
freight-exchange
웹 개발자

Deploy the Freight Exchange page: a dispatcher-grade marketplace cockpit that mirrors what users do today on Timocom, WTransnet, Teleroute, B2P (NA: DAT, Truckstop, Convoy, Uber Freight). Adds a parallel React route to the ORS Control App that lets…

2026년 8월 12일
route-deviation
미분류

Deploy the Route Deviation Analysis demo: create projection views from SYNTHETIC_DATASETS.UNIFIED, run 3-step ETL pipeline, and register React dashboard pages. Works with any vehicle type configured via CONFIG table. Use when: setting up route deviation demo,…

2026년 8월 12일
emergency-response
소프트웨어 개발자

Region-generic Emergency Response evacuation-planning demo: a multi-step wizard in the FLEET_SA_APP that, for whatever region/dataset is active, colors the map by procedural hazard-zone risk (flood/wildfire), seeds participants inside the drive-time isochrone…

2026년 7월 14일
수집된 skill 21개 중 8개를 표시합니다.
manage-zerocopy-sapbdc
소프트웨어 개발자

>-

2026년 5월 29일
well-architected-framework-assessment
소프트웨어 개발자

Use when running a Snowflake Well-Architected Framework (WAF) assessment for a customer account. Three-tier scale: On Track / Needs Improvement / Needs Attention. Results displayed inline; optional HTML export. Triggers: WAF assessment, well-architected,…

2026년 5월 28일
review-skill-sflabs
소프트웨어 품질 보증 분석가·테스터

Use when a contributor has built a Cortex Code skill locally and wants a pre-PR readiness check before opening a pull request against Snowflake-Labs/cortex-code-skills. Verdict: promote, adapt, or skip — with concrete fixes. Triggers: "review a skill", "is…

2026년 5월 27일
solutions-installer
소프트웨어 개발자

Use for ALL requests to install, set up, deploy, or tear down a pre-built Snowflake industry solution. This skill reads a solution's manifest.json for metadata, then executes its setup SQL scripts against the user's Snowflake account. Triggers: install…

2026년 5월 26일
snowpipe-bcdr
네트워크·컴퓨터 시스템 관리자

Use when designing or operating Snowpipe disaster recovery on Azure ADLS Gen2 — choosing between dual-pipe, RA-GRS, active-active, or Failover Group patterns, and running failover/failback/catchup. Triggers: snowpipe BCDR, snowpipe disaster recovery, snowpipe…

2026년 5월 21일
mlops
데이터 과학자

Use when a developer or data engineer wants to assess MLOps maturity, design a promotion strategy (Code/Model/Hybrid), or implement MLOps capabilities (CI/CD, monitoring, retraining, governance) on Snowflake for traditional ML or LLM/GenAI workloads.…

2026년 5월 21일
dcr-v1-to-v2
소프트웨어 개발자

Use when migrating a Snowflake Data Clean Room from V1 (SAMOOHA Provider/Consumer API) to V2 (Collaboration API). Discovers V1 setup via introspection queries, maps constructs to Collaboration API equivalents, converts JinjaSQL templates, and generates…

2026년 5월 21일
quickstart-guide
고등교육 컴퓨터공학 교원

Use when a user pastes a Snowflake Quickstart URL or asks to learn/walk through a Quickstart. Fetches the source content from GitHub, parses it into stages, checks the learner's environment, and delivers a guided build experience with two modes (learner or…

2026년 5월 21일
수집된 skill 13개 중 8개를 표시합니다.
cortex-ai-function-studio
소프트웨어 개발자

Create, evaluate, and optimize custom AI functions using Snowflake Cortex AI Complete. Supports text, image, and document inputs. Use when: building LLM-powered functions, evaluating AI function performance, tuning prompts, selecting models, checking async…

2026년 4월 27일
create-ai-function
소프트웨어 개발자

Create a new custom AI function. Supports table-based or manual input specification, single or variant outputs. Direct AI_COMPLETE calls or additional pre- and post-processing.

2026년 4월 27일
classification-demo
데이터 과학자

Quick Start demo: Build a toxicity classifier and evaluate it — the fastest way to experience the core create → evaluate workflow.

2026년 4월 27일
insurance-claim-routing-demo
데이터 과학자

Interactive demo: Generate pseudo-labels from a strong teacher model, build a cheap student function, and evaluate accuracy. Showcases pseudo-labeling and teacher-student distillation.

2026년 4월 27일
legal-doc-extraction-demo
법률 보조사

Interactive demo: Build a legal contract field extractor and create a weighted composite metric that scores 4 fields independently. Showcases custom evaluation metrics for multi-field AI functions.

2026년 4월 27일
pdf-field-extraction-demo
소프트웨어 개발자

Interactive demo: Extract structured fields from SEC 10-K filing PDFs using multimodal AI, create a custom composite metric for per-field scoring, and evaluate extraction accuracy with per-field analysis.

2026년 4월 27일
policy-conditioned-routing-demo
데이터 과학자

Interactive demo: Build a policy-conditioned ticket router where a seed prompt performs poorly, then watch prompt optimization close the accuracy gap through prompt evolution and Pareto cost/quality analysis. The canonical demo for prompt optimization.

2026년 4월 27일
redaction-demo
소프트웨어 개발자

Interactive demo [Experimental]: Build a PII redaction function using Agent Research mode — the agent searches the web for techniques, proposes SQL UDF architectures with pre/post-processing, and you pick the approach. Then optimize the full function body.

2026년 4월 27일
수집된 skill 13개 중 8개를 표시합니다.
coco-hub-deploy
네트워크·컴퓨터 시스템 관리자

Interactive deployment guide for CoCo Control Hub (Cortex Code Credit Manager). Invoke when someone wants to deploy, install, or set up CoCo Control Hub in their Snowflake account. Asks targeted questions about their deployment target (SPCS container vs…

2026년 7월 29일
coco-hub-knowledge
소프트웨어 개발자

Complete knowledge base for CoCo Control Hub (Cortex Code Credit Manager v2). Invoke whenever someone asks about the app's architecture, pages, data flow, stored procedures, tables, analytics concepts, token economics, LLM-as-Judge evaluation, responsible AI…

2026년 7월 29일
brand-content
시장조사 분석가·마케팅 전문가

Draft on-brand marketing copy – product announcement emails and slide outlines – that follows Peak Outfitters' brand voice and style guidelines. Use whenever the user wants to write marketing content, a launch email, an announcement, or a slide/deck outline,…

2026년 7월 20일
anomaly-detection
데이터 과학자

Detect anomalies in hot food sales data. Use this skill when the user asks about unusual patterns, spikes, drops, outliers, or unexpected changes in revenue, quantity sold, or transaction counts across stores, categories, states, or items.

2026년 6월 17일
sales-report
시장조사 분석가·마케팅 전문가

Generate a comprehensive sales report by store or by state. Use this skill when the user asks for a sales report, performance summary, store report, state report, executive summary, or full analysis of a specific store or state.

2026년 6월 17일
cortex-ibis
소프트웨어 개발자

**[REQUIRED]** Use for ALL tasks combining Snowflake Cortex AI functions with Ibis (Python dataframe library): AI_COMPLETE, AI_SENTIMENT, AI_CLASSIFY, AI_EXTRACT, AI_FILTER, AI_SUMMARIZE_AGG, SNOWFLAKE.CORTEX.COMPLETE, SNOWFLAKE.CORTEX.EMBED_TEXT_768/1024,…

2026년 6월 16일
analyze-report
데이터 과학자

Analyze Snowflake AI cost data and generate insights and reports.

2026년 5월 20일
setup-deploy
소프트웨어 개발자

Deploy AI Cost Dashboard stored procedures and Streamlit app to Snowflake.

2026년 5월 20일
수집된 skill 10개 중 8개를 표시합니다.
adsb-ingestion
소프트웨어 개발자

Set up real-time ADS-B aircraft position ingestion from adsb.lol: create tables, network rules, external access integrations, Python ingestion procedures, flight-matching enrichment, scheduled tasks, and optional historical backfill. Subskill of…

2026년 6월 4일
base-setup
데이터베이스 아키텍트

Create airport database infrastructure, schemas, cost-attribution tags, airport properties from Overture Maps, gate and runway geometry, and airline reference dimension. Subskill of aviation-installer — must be invoked from the router, not independently. Use…

2026년 6월 4일
derived-analytics
소프트웨어 개발자

Create the airport analytics Dynamic Table pipeline: gate analysis (6 DTs), traffic facts (4 DTs), runway crossings, flight tracker, monitoring views, operational KPIs, and the full task DAG. Subskill of aviation-installer — must be invoked from the router…

2026년 6월 4일
flight-schedules
소프트웨어 개발자

Set up Aviationstack flight schedule ingestion: create schedule tables, network rule, external access integration with API key secret, Python ingestion procedure, ETL procedure, and scheduled task. Conditional subskill of aviation-installer — only runs when…

2026년 6월 4일
aviation-installer
소프트웨어 개발자

Install and configure an airport analytics platform in Snowflake. Routes to sub-skills for base infrastructure setup, ADS-B real-time ingestion, flight schedule ingestion, TSA checkpoint throughput ingestion, and derived analytics pipelines. Use when:…

2026년 6월 4일
tsa-throughput
소프트웨어 개발자

Set up TSA checkpoint throughput ingestion: create PDF stages, throughput table, network rule, external access integration, Python PDF-fetch and AI_EXTRACT procedures, and weekly scheduled tasks. Optional subskill of aviation-installer. Use when: configuring…

2026년 6월 4일
aviation-dashboard
소프트웨어 개발자

Deploy the Airport Analytics dashboards: Streamlit-in-Snowflake plus the React dashboard via SPCS (Docker build + CREATE SERVICE). Create the Streamlit app, build/push the Docker image, create the SPCS service, and verify the URLs. Use when: deploying…

2026년 6월 3일
aviation-cleanup
소프트웨어 개발자

Discover and remove all Snowflake objects created by the aviation-ops-intelligence skills. Uses the COMMENT tracking tag (sf_sit-is-aviation) to find objects, generates DROP statements in dependency-safe order, and optionally executes them. Use when: cleaning…

2026년 6월 3일
수집된 skill 9개 중 8개를 표시합니다.
cortex-agents-tutorial
소프트웨어 개발자

Interactive tutorial teaching Snowflake Cortex Agents. Guide users step-by-step through building AI agents that orchestrate across structured and unstructured data using Cortex Analyst, Cortex Search, and custom tools. Use when user wants to learn cortex…

2026년 3월 11일
cortex-agents-with-custom-tools-tutorial
데이터베이스 아키텍트

Advanced tutorial teaching Snowflake Cortex Agents with custom tools. Extends the base tutorial by adding stored procedure-based tools (inventory lookup, price calculator, product summary) alongside Cortex Analyst and Cortex Search. Use when user wants to…

2026년 3월 11일
cortex-code-tutorial
소프트웨어 개발자

Interactive tutorial that teaches Cortex Code CLI from scratch. Guides non-technical users step-by-step through slash commands, skills, special syntax, sessions, and more. Use when the user wants to learn Cortex Code, get started with the CLI, or understand…

2026년 3월 4일
cortex-search-tutorial
데이터 과학자

Interactive tutorial teaching Snowflake Cortex Search for building semantic search and RAG applications. Guide users through creating search services and querying them using SQL and Python. Use when user wants to learn Cortex Search, semantic search, hybrid…

2026년 3월 4일
cortex-classify-notebook
데이터 과학자

Deploy the Cortex CLASSIFY_TEXT tutorial notebook to the user's Snowflake account and provide a link to open it in Snowsight. Use when user wants to learn text classification through a Jupyter notebook experience.

2026년 2월 19일
cortex-classify-tutorial
데이터 과학자

Interactive tutorial teaching Snowflake Cortex CLASSIFY_TEXT for categorizing unstructured text. Guide users through classifying customer reviews using Python and SQL. Use when user wants to learn text classification, Cortex LLM functions, or analyze…

2026년 2월 19일
dynamic-tables-tutorial
데이터 과학자

Interactive tutorial that teaches Snowflake Dynamic Tables hands-on. The agent guides users step-by-step through building data pipelines with automatic refresh, incremental processing, and CDC patterns. Use when the user wants to learn dynamic tables, build a…

2026년 2월 19일
idd-evaluate-prompt
소프트웨어 개발자

Audit an existing prompt for IDD alignment. Scores it across four dimensions (Goal, Requirements, Constraints, Output), identifies gaps, and offers to hand off to the rewrite skill. Use when: "evaluate this prompt", "audit my prompt", "is this IDD", "score my…

2026년 6월 29일
idd-measure-icr
소프트웨어 개발자

Calculate the Intent Compression Ratio (ICR) for a workflow, script, or CI/CD pipeline. Counts total operations vs intent expressions and classifies the result. Recommends what to compress next to increase agentic readiness. Use when: "measure ICR",…

2026년 6월 29일
idd-rewrite-prompt
소프트웨어 개발자

Guided rewrite of a prompt using the IDD Goal/Requirements/Constraints/Output structure. Collects each section interactively, generates the rewritten prompt, and optionally writes it to a file. Use when: "rewrite this prompt", "improve my prompt", "apply IDD…

2026년 6월 29일
idd
소프트웨어 개발자

Apply Intent-Driven Development (IDD) principles from Kamesh Sampath's IDD series to prompts, workflows, and CI/CD automation. Evaluate existing prompts for IDD alignment, rewrite them using the Goal/Requirements/Constraints/Output structure, or measure the…

2026년 6월 29일
scaffold-for-github
소프트웨어 개발자

Guided 6-step scaffold: set up a new GitHub Actions CoCo agent project from the github-coco-agent template. Provisions Snowflake OIDC resources, sets GitHub secrets, and optionally pushes a sample app to trigger the scan->issue->fix automation loop…

2026년 6월 29일
scaffold-for-gitlab
소프트웨어 개발자

Guided 6-step scaffold: set up a new GitLab CI CoCo agent project from the gitlab-coco-agent template. Provisions Snowflake OIDC resources, sets GitLab CI/CD variables, and optionally pushes a sample app to trigger the scan->issue->fix automation loop…

2026년 6월 29일
scaffold
소프트웨어 개발자

Guided walkthrough for scaffolding a CoCo agent project on GitHub Actions or GitLab CI, provisioning Snowflake OIDC resources, and running the scan->issue->fix automation loop end-to-end. Use when: "scaffold a project", "scaffold from template", "set up coco…

2026년 6월 29일
meta-capi-pipeline
소프트웨어 개발자

Build and manage Meta Conversions API (CAPI) pipelines in Snowflake. Triggers: set up Meta CAPI, create CAPI pipeline, discover tables, find CAPI candidates, get signal recommendations, run pipeline, send events to Meta, check CAPI status, pipeline health,…

2026년 7월 21일
deploy-tileserver
네트워크·컴퓨터 시스템 관리자

One-command installer for the Snowflake vector-tile demo: dynamic ST_AsMVT tiles served by Martin on SPCS (arm 1), a precomputed PMTiles archive baked from the same data (arm 2), and native H3 aggregation for client-side deck.gl (arm 3). The viewer is…

2026년 7월 14일
install-geocoding
네트워크·컴퓨터 시스템 관리자

One-command installer for Snowflake-native geocoding (forward + reverse) built on the Overture Maps Marketplace share, with an optional libpostal SPCS service for international addresses. Deploys the GEOCODING.PUBLIC UDFs and stored procedures, auto-detecting…

2026년 7월 2일
marketing-identity-resolution
소프트웨어 개발자

Build a first-party identity resolution pipeline on any set of source tables in Snowflake. Discovers source schemas, maps columns to canonical identity fields, generates a fully incremental Dynamic Table pipeline with deterministic and probabilistic matching,…

2026년 6월 15일
cloudflare-r2-logpush-agent
소프트웨어 개발자

Build an end-to-end Cloudflare HTTP log analytics pipeline in Snowflake with a Cortex Agent. Ingests Logpush data from R2 into a parsed view, semantic view, and queryable agent. Use when: cloudflare logs, R2 logpush, http log analytics, web traffic agent,…

2026년 3월 30일
저장소 26개 중 12개 표시