--- name: implement-connector description: Implement a Python connector that conforms to the LakeflowConnect interface for data ingestion. --- # Implement the Connector ## Description This skill helps you implement a Python connector for a data source that conforms to the LakeflowConnect interface. It guides you through implementing all required methods, handling schemas, metadata, and incremental data reading based on the source API documentation. ## Instructions Read and follow **[prompts/implement_connector.md](../../../prompts/implement_connector.md)**