Hi, I faced a very strange problem with <airflow-p...
# help
q
Hi, I faced a very strange problem with airflow-provider-lakefs: when using a LakeFS operator inside a TaskGroup, the DAG magically disappear 🪄 I detailed everything in this issue with instructions to reproduce the bug using official Airflow docker image
t
Thanks @Quentin Nambot! we will look into it!
a
Very strange 😕 Airflow would seem to agree that this is an "impossible" bug. The Airflow manual helpfully says:
Unlike SubDAGs, TaskGroups are purely a UI grouping concept
How urgent is this for you?
q
It is not urgent at all 👍 I can use
@task
operator with
LakeFSHook
direclty for now 👍
a
Thanks!