I was trying to ingest through UI, using OTHERS as...
# ingestion
b
I was trying to ingest through UI, using OTHERS as a type and here's recipe I have used, source: type: sqlalchemy config: env: DEV connect_uri: 'mysql+pymysql://datahub:datahub@host.docker.internal:3306' platform: mysql platform_instance: "" include_tables: true include_views: true sink: type: datahub-rest config: server: 'http://host.docker.internal:8080'
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
b
But it was giving this error,
a
Hi, what version are you on and how do you have datahub deployed? It looks like a dependency issue
but it could also have something to do with pymsql being in the target uri
b
I have deployed using docker, and I am using other as an option from UI and in that utilising sqlalchemy url.