Kaxil Naik
Kaxil Naik
>@kaxil https://github.com/apache/airflow/pull/41390 https://github.com/apache/airflow/pull/41393 https://github.com/apache/airflow/pull/41390 Duplicate entries for SubDAGs
@jscheffl Could you verify your changes again -- I needed to force-push on v2-10-test to sync it back with v2-10-stable.
> > @jscheffl Could you verify your changes again -- I needed to force-push on v2-10-test to sync it back with v2-10-stable. > > Uuf, I think I can do...
>However it can be corrected by manually updating it in settings.yaml file created. Not sure if it will have any impact? Could you try that and let me know what...
> Is there any update on this issue? Could you update the path manually in `settings.yaml` and give it a shot: https://github.com/kaxil/airflowctl/issues/42#issuecomment-2467348873
Also, all the Import Errors are deleted for a file, if that file is parsed correctly: https://github.com/apache/airflow/blob/440c224af5592f9007eef43d1dbe9025aa34e177/airflow/dag_processing/processor.py#L452-L457
> BTW. I see those warnings as a great opportunity to guide us with reviewing some of our dependencies - because like in this case we might have some surprising...
You will have to rebase and fix conflicts as we change how `fastapi_api` folder is organized here: https://github.com/apache/airflow/pull/43062
> Hmmm, could this be done in the task_sdk/tests/conftest.py too somehow, so that if you run `pytest` it will also not spin up the DB? > > I think there...
~Waiting for https://github.com/apache/airflow/pull/43185 to get merged first~ **Update**: Its Merged