DartVeDroid

Results 4 comments of DartVeDroid

Hello @ndeloof, I've just tested it in 2.15.1 (_it does depend on compose-go v. 1.8.2_) with "short" bind syntax, and I've got `/c/Users/` in `Source` parameter, instead of the supposedly...

We also have this problem, and we aren't able to manually refresh the DagBag, too, because of https://github.com/apache/airflow/issues/51816 We can't possibly update to 3.0 until it's not fixed.

The issue downstream seems to be relevant still: - https://github.com/apache/airflow/issues/41359#issuecomment-3109676393 - https://github.com/apache/airflow/issues/41359#issuecomment-3347579368 - https://github.com/apache/airflow/issues/41359#issuecomment-3484894225

We use variables for dynamic DAG scheduling, so we can access and modify schedules via web-UI by ourselves, without having to change deployment configs (OS environment variables) through DevOps guys....