Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

lakeflow-community-connectors

يحتوي lakeflow-community-connectors على 16 من skills المجمعة من databrickslabs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
16
Stars
55
محدث
2026-07-02
Forks
106
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

create-connector-document
مطوّرو البرمجيات

Generate public-facing documentation for a connector targeted at end users.

2026-07-02
authenticate-source
مطوّرو البرمجيات

Set up authentication for a source connector — generate connector spec, collect credentials interactively, and validate auth.

2026-07-02
collect-credentials
مطوّرو البرمجيات

Run the authenticate script to collect credentials from the user via a browser form.

2026-07-02
deploy-connector
مطوّرو البرمجيات

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.

2026-07-02
generate-connector-spec
مطوّرو البرمجيات

Generate the connector spec YAML file defining connection parameters and external options allowlist.

2026-07-02
self-review-connector
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-07-02
validate-connector-auth
محللو ضمان جودة البرمجيات والمختبرون

Generate and run an auth verification test to confirm that collected credentials are valid.

2026-07-02
implement-connector
مطوّرو البرمجيات

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.

2026-06-16
build-connector-package
مطوّرو البرمجيات

Create a pyproject.toml for a source connector and build it as an independent Python package.

2026-05-28
test-and-fix-connector
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-05-07
write-back-testing
محللو ضمان جودة البرمجيات والمختبرون

Implement test utilities that write test data to the source system and validate end-to-end read cycles.

2026-05-07
validate-incremental-sync
محللو ضمان جودة البرمجيات والمختبرون

Validate that a connector's CDC/incremental sync implementation correctly tracks offsets and filters records.

2026-05-06
implement-partitioned-connector
مطوّرو البرمجيات

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.

2026-05-05
research-write-api-of-source
مطوّرو البرمجيات

Research and document write/create APIs of a source system to enable write-back testing functionality.

2026-03-13
research-source-api
مطوّرو البرمجيات

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.

2026-03-02
migrate-legacy-implementation
مطوّرو البرمجيات

Migrate a legacy source connector from the old sources/ directory to the new package structure under src/databricks/labs/community_connector/sources/.

2026-03-02