Hi everyone, I'm trying to use airflow 2.4.3 with ...
# plugins-general
j
Hi everyone, I'm trying to use airflow 2.4.3 with the datahub plugin, but everytime I try to start up airflow I'm now getting an error that says:
Copy code
Invalid version: '[<current_datetime>] {_plugin.py:349} INFO - Patching datahub policy 2.4.3'
I'm trying to use
apache-airflow==2.4.3
,
apache-airflow-providers-amazon==6.0.0
,
acryl-datahub-airflow-plugin==0.9.6.2
. I've configured the
gms_host
in the datahub utility, but I haven't set the connection on the airflow side because I would normally do this through the UI. Is there a way for me to set the configuration in my
meltano.yml
? I've tried setting
datahub_conn_id
under
config.core
but no luck.