Hi All
Currently I’m doing the POC on datahub
For that I trying to test the airflow from local as per the documentation
https://datahubproject.io/docs/lineage/airflow/
I updated the airflow.cfg file with needed changes
[core]
lazy_load_plugins = False
[datahub]
enabled = true
conn_id = datahub_rest_default # or datahub_kafka_default
etc.
later I created the new connection on the airflow for Datahub
In the Plugin area I could not see anything any DAG to run
I installed below things too
pip install 'acryl-datahub-airflow-plugin[plugin-v1]'
pip install 'acryl-datahub-airflow-plugin[plugin-v1,datahub-kafka]'```
<@U02G4B6ADL6>
Can you help me here
Is there any thing I need to here