Skip to content

Commit

Permalink
refactor(ingest/kafka-connect): define interface for new connector im…
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate authored and yoonhyejin committed Dec 23, 2024
1 parent c972bcc commit b48256c
Show file tree
Hide file tree
Showing 7 changed files with 1,481 additions and 1,469 deletions.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@
"hive-metastore = datahub.ingestion.source.sql.hive_metastore:HiveMetastoreSource",
"json-schema = datahub.ingestion.source.schema.json_schema:JsonSchemaSource",
"kafka = datahub.ingestion.source.kafka.kafka:KafkaSource",
"kafka-connect = datahub.ingestion.source.kafka.kafka_connect:KafkaConnectSource",
"kafka-connect = datahub.ingestion.source.kafka_connect.kafka_connect:KafkaConnectSource",
"ldap = datahub.ingestion.source.ldap:LDAPSource",
"looker = datahub.ingestion.source.looker.looker_source:LookerDashboardSource",
"lookml = datahub.ingestion.source.looker.lookml_source:LookMLSource",
Expand Down
Loading

0 comments on commit b48256c

Please sign in to comment.