sd-submit-info

Tag Snowflake sessions with project and milestone metadata automatically.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/sfc-gh-samaurer/Sam-Maurer-s-SnowWork-Skills-and-Files --skill sd-submit-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sd-submit-info
Source: https://github.com/sfc-gh-samaurer/Sam-Maurer-s-SnowWork-Skills-and-Files/tree/main/projects/cx-project-tracking-1.8.2/skills/sd-submit-info
Command: npx skills add https://github.com/sfc-gh-samaurer/Sam-Maurer-s-SnowWork-Skills-and-Files --skill sd-submit-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of submitting session-specific metadata to Snowflake, ensuring consistency and reducing manual effort in tagging sessions and tracking project information.

Core Features & Use Cases

  • Automated Tag Submission: Silently set session tags with project, milestone, and user information, enabling streamlined data lineage and auditability.
  • Workflow Integration: Collects project data from local files, user prompts, or fallback Snowhouse queries, supporting diverse environments.
  • Use Case: For data engineers running repeated data pipeline tasks, this Skill automates the session tagging step, embedding context into Snowflake queries for better tracking and compliance.

Quick Start

Invoke the skill in your automation script to automatically detect the current session. It will present a menu to select or confirm project details and then submit the corresponding tag to Snowflake with minimal user interaction.

Frequently Asked Questions about sd-submit-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Snowflake session tagging for project tracking?

You can automate Snowflake session tagging by invoking this Skill in your automation script to detect the current session and submit project tags. It presents a menu to select or confirm project details before tagging.

What is the best way to track project milestones in Snowflake workflows?

Tracking project milestones in Snowflake workflows is handled by embedding project data into session tags. This ensures consistent session logging and supports fallback mechanisms to retrieve project info when local data is missing.

Does this session tagging automation require a direct Snowflake connection?

Yes, this session tagging automation requires Snowflake connection access to submit metadata tags. It also supports local caching for efficiency during the workflow integration process.

Can I use local files to supply project data for Snowflake session logging?

Yes, you can use local files to supply project data for Snowflake session logging. The Skill collects project information from local files, user prompts, or fallback Snowhouse queries depending on your environment.

What happens if local project data is missing during Snowflake session tagging?

If local project data is missing during Snowflake session tagging, the Skill uses fallback Snowhouse queries to retrieve the necessary project info. This fallback mechanism ensures workflows continue without interruption.