Hi team, is it possible to ingest metadata from `C...
# ingestion
n
Hi team, is it possible to ingest metadata from
CloudSQL
(on GCP) ->
datahub
? If it is, is there any quickstart guide or docs? Thanks in advance ๐Ÿ™‚
b
thereโ€™s no official guide/support for it yet. I also did a quick look at it as we have it on our roadmap as well. If you get an socket/network connection from your machine to the CloudSQL instance it may work with the sql connector using the right sqlalchemy dialect. But to be honest I think you/we need to build another source for it. But had no time to get in detail into the topic yet ๐Ÿ˜•
s
mysql connector worked for us on GCP CloudSQL. No need for another connector. Ran an ingestion job in kubernetes cluster. NAT IPs of kubernetes cluster were whitelisted on Cloud SQL.
b
@square-activity-64562 great to hear ๐Ÿ‘ this will make things easier for us
n
@bland-orange-95847 @square-activity-64562 Thanks you for the reply, great to hear that mysql connector also works! ๐Ÿ™‚