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
54 件の skills · 2026年8月18日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者データベースアーキテクト
4 件の職業カテゴリ · 91% 分類済み
21%比率
#02
coco-skills
45 件の skills · 2026年8月21日
ソフトウェア開発者その他の高等教育教員その他コンピュータ職ネットワーク・コンピュータシステム管理者
4 件の職業カテゴリ · 36% 分類済み
18%比率
#03
sfguide-agentic-ai-for-asset-management
35 件の skills · 2026年6月26日
財務・投資アナリストデータサイエンティストDTPオペレーターソフトウェア開発者市場調査アナリスト・マーケティングスペシャリスト
5 件の職業カテゴリ · 100% 分類済み
14%比率
#04
sfguide-create-a-route-optimisation-and-vehicle-route-plan-simulator
21 件の skills · 2026年8月21日
ソフトウェア開発者ウェブ開発者
2 件の職業カテゴリ · 76% 分類済み
8.3%比率
#05
cortex-code-skills
13 件の skills · 2026年5月29日
ソフトウェア開発者データベースアーキテクトネットワーク・コンピュータシステム管理者コンピュータサイエンスの高等教育教員ソフトウェア品質保証アナリスト・テスターデータサイエンティスト
6 件の職業カテゴリ · 100% 分類済み
5.1%比率
#06
cortex-ai-function-studio-skill
13 件の skills · 2026年4月27日
ソフトウェア開発者データサイエンティストパラリーガル・法律アシスタント
3 件の職業カテゴリ · 100% 分類済み
5.1%比率
#07
sfquickstarts
10 件の skills · 2026年7月29日
ソフトウェア開発者データサイエンティスト市場調査アナリスト・マーケティングスペシャリストネットワーク・コンピュータシステム管理者
4 件の職業カテゴリ · 100% 分類済み
4%比率
#08
sfguide-aviation-ops-intelligence
9 件の skills · 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 件のリポジトリを表示