Guide the user through creating or updating a pipeline for a source connector — read the docs, build a pipeline spec interactively, and run create_pipeline or update_pipeline.
원문 언어: 영어
메뉴
SkillsMP는 databrickslabs/lakeflow-community-connectors에서 16개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 16개 중 16개를 표시합니다.
Guide the user through creating or updating a pipeline for a source connector — read the docs, build a pipeline spec interactively, and run create_pipeline or update_pipeline.
원문 언어: 영어
Generate public-facing documentation for a connector targeted at end users.
원문 언어: 영어
Set up authentication for a source connector — generate connector spec, collect credentials interactively, and validate auth.
원문 언어: 영어
Run the authenticate script to collect credentials from the user via a browser form.
원문 언어: 영어
Generate the connector spec YAML file defining connection parameters and external options allowlist.
원문 언어: 영어
Single step only: audit a completed connector — implementation, testing & simulator validation, artifacts, security smells, cross-doc consistency — and produce a scored markdown review report. Read-mostly; does not modify connector code.
원문 언어: 영어
Generate and run an auth verification test to confirm that collected credentials are valid.
원문 언어: 영어
Single step only: implement the connector in Python when the API doc already exists. Do NOT use for full connector creation — use the create-connector agent instead.
원문 언어: 영어
Create a pyproject.toml for a source connector and build it as an independent Python package.
원문 언어: 영어
Single step only: run the per-source pytest suite, diagnose failures, and fix the connector or simulator until everything passes. Branches on mode={simulate|record}. Do NOT use for full connector creation — use the create-connector agent instead.
원문 언어: 영어
Implement test utilities that write test data to the source system and validate end-to-end read cycles.
원문 언어: 영어
Validate that a connector's CDC/incremental sync implementation correctly tracks offsets and filters records.
원문 언어: 영어
Single step only: implement a partitioned connector that extends SupportsPartitionedStream (or SupportsPartition) alongside LakeflowConnect. Do NOT use for full connector creation — use the create-connector agent instead.
원문 언어: 영어
Research and document write/create APIs of a source system to enable write-back testing functionality.
원문 언어: 영어
Single step only: research and document a source API when explicitly asked. Do NOT use for full connector creation — use the create-connector agent instead.
원문 언어: 영어
Migrate a legacy source connector from the old sources/ directory to the new package structure under src/databricks/labs/community_connector/sources/.
원문 언어: 영어