connecting-streamlit-to-snowflake

작성자: streamlit

Streamlit 앱을 Snowflake에 연결합니다. 데이터베이스 연결 설정, 비밀 관리, 또는 Streamlit 앱에서 Snowflake 쿼리 시 사용합니다.

npx skills add https://github.com/streamlit/agent-skills --skill connecting-streamlit-to-snowflake

streamlit의 다른 스킬

template-skill
streamlit
스킬에 대한 설명과 사용 시기를 여기에 입력하세요.
official
building-streamlit-chat-ui
streamlit
Streamlit에서 채팅 인터페이스를 구축합니다. 대화형 UI, 챗봇 또는 AI 어시스턴트를 만들 때 사용합니다. st.chat_message, st.chat_input, 메시지…를 다룹니다.
official
building-streamlit-custom-components-v2
streamlit
Builds bidirectional Streamlit Custom Components v2 (CCv2) using `st.components.v2.component`. Use when authoring inline HTML/CSS/JS components or packaged…
official
building-streamlit-dashboards
streamlit
Streamlit에서 대시보드 구축. KPI 디스플레이, 메트릭 카드 또는 데이터 중심 레이아웃을 만들 때 사용합니다. 테두리, 카드, 반응형 레이아웃 및 대시보드…를 다룹니다.
official
building-streamlit-multipage-apps
streamlit
멀티 페이지 Streamlit 앱을 구축합니다. 여러 페이지로 구성된 앱을 만들거나, 내비게이션을 설정하거나, 페이지 간 상태를 관리할 때 사용하세요.
official
choosing-streamlit-selection-widgets
streamlit
적절한 Streamlit 선택 위젯 고르기. 라디오 버튼, 셀렉트박스, 세그먼트 컨트롤, 필스 또는 기타 옵션 선택 위젯 중에서 결정할 때 사용합니다.…
official
creating-streamlit-themes
streamlit
Streamlit 테마를 생성하고 사용자 지정합니다. 앱 색상, 글꼴 또는 외관을 변경하거나 앱을 브랜드 가이드라인에 맞출 때 사용합니다. config.toml 설정을 다룹니다…
official
developing-with-streamlit
streamlit
모든 Streamlit 개발 작업(앱 생성, 편집, 디버깅, 스타일링, 최적화, 배포)을 위한 라우팅 스킬입니다. 작업 유형(성능 최적화, 대시보드 구축, 디자인 개선, 위젯 선택, 테마 설정, 레이아웃, 데이터 표시, 멀티페이지 앱, 세션 상태, 채팅 UI, 커스텀 컴포넌트, Snowflake 통합)에 따라 전문 하위 스킬로 라우팅합니다. Streamlit 소스 파일 위치 파악, 진입점(streamlit_app.py, app.py) 식별을 위한 워크플로우를 포함합니다.
official