yan-hic commented on issue #24730: URL: https://github.com/apache/airflow/issues/24730#issuecomment-1501945091
Glad this sparks a lot of interest. One thought once the operators have migrated to the official SDK is to consider a new `CloudRunExecutor` as an alternative to k8s - in a different github thread. It could combine with parallelism: inject arbitrary py code + number of tasks to run concurrently, with default of one (=current executor behavior). I have a few use cases where 100+ tasks run in parallel and I don't need/want each to be defined as an airflow task (would kill the UI, among others). -- 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]
