Hi I am trying out below airflow DAG , <https:/...
# ingestion
p
Hi I am trying out below airflow DAG , https://github.com/linkedin/datahub/blob/4958febed52ced82c02f62c15a930779201583ef/[…]ingestion/src/datahub_provider/example_dags/mysql_sample_dag.py In my case MySql has SSL enabled and cert is install on the VM . what extra parameter I need to use to enable SSL connection. I tried using uri_opts but BaseModel Validation is failing
g
Are you able to run ingest via a yml recipe e.g. with
datahub ingest -c …
?
Could you paste the error message that you’re seeing