billions-twilight-48559
01/26/2022, 11:29 AMincalculable-ocean-74010
01/26/2022, 3:54 PMdatahub-ingestion
docker image from linkeding/datahub-ingestion
with the driver you want.
A possible workaround if you don’t want to build specific images is, if you’re using datahub’s charts ,define ingestion crawlers using this subchart and edit the command per crawler you want to set up.
Something like:
datahub-ingestion-cron:
enabled: true
crons:
sqlserver:
command: ["/bin/sh", "-c", "pip install 'acryl-datahub[mssql]'; datahub ingest -c <recipe.fileName>"]
extraVolumes: ...
extraVolumeMounts: ...
billions-twilight-48559
01/26/2022, 5:40 PM