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![attachment](https://files.slack.com/files-pri/TUMKD5EGJ-F06KGTSQVU2/screenshot_2024-02-19_at_4.57.09_pm.png?t=xoxe-973659184562-6705490291811-6708051934148-dd1595bd5f63266bc09e6166373c7a3c)![attachment](https://files.slack.com/files-pri/TUMKD5EGJ-F06L5MNSQ64/screenshot_2024-02-19_at_4.58.34_pm.png?t=xoxe-973659184562-6705490291811-6708051934148-dd1595bd5f63266bc09e6166373c7a3c)![attachment](https://files.slack.com/files-pri/TUMKD5EGJ-F06KGR4LZH9/screenshot_2024-02-19_at_5.00.58_pm.png?t=xoxe-973659184562-6705490291811-6708051934148-dd1595bd5f63266bc09e6166373c7a3c)