Ronoman commented on issue #36510: URL: https://github.com/apache/airflow/issues/36510#issuecomment-3961247834
The workaround I'm currently using in composer is to use `@task.sensor`. This limits you to having time-based trigger logic instead of custom Trigger logic from local files, but it at least allows you to defer tasks and not take up worker slots if you're doing simple waiting tasks. If you want this implemented in Cloud Composer, please star and comment on https://issuetracker.google.com/issues/487349966 so that Google will implement `dags/` syncing to the triggerer. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
