shy-parrot-64120
01/12/2022, 9:05 PMkafka-connect
ingestion lib
when processing jdbc source connector set for postgres source via url jdbc:<postgresql://host>:port/db
its datasets are being ingested of source_platform=postgresql
rather than postgres
(as for postgresql ingestor)
this causes entities mismatch
is there a way to handle this?shy-parrot-64120
01/12/2022, 9:15 PMjdbc:postgres
in KC connector configbig-carpet-38439
01/13/2022, 2:02 AMshy-parrot-64120
01/13/2022, 7:56 AMshy-parrot-64120
01/13/2022, 8:39 AMpublic
)shy-parrot-64120
01/13/2022, 8:39 AMshy-parrot-64120
01/13/2022, 8:52 AMshy-parrot-64120
01/13/2022, 10:03 PMshy-parrot-64120
01/15/2022, 10:25 AMhundreds-photographer-13496
03/04/2022, 11:52 AMnutritious-bird-77396
03/04/2022, 4:34 PM{servername}.{schemaName}.{tableName}
What i found on my case was the CDC pipeline was omitting the schemaName in the topic name created. Once that is added back to the topicName i think this will not be an issue.
So to summarize I don't think we need any fix here in Datahub its the topic naming convention in Debezium that needs to be fixed. Correct me if my understanding is wrong.shy-parrot-64120
03/09/2022, 9:13 PMpostgresql
in Datahub -> postgres
in used - so driver to platform mapping should be provided at least for kafka-conect and jdbc sourceshundreds-photographer-13496
03/10/2022, 3:34 PMshy-parrot-64120
03/12/2022, 5:48 PM