uranusjr commented on PR #48664: URL: https://github.com/apache/airflow/pull/48664#issuecomment-2771977570
Not sure wetting all runs to UI is natural from the user’s perspective. Ultimately we don’t know the correct value, so None is not a bad value IMO if it’s not too difficult to handle. If we must have a valid enum value here, we may want to make a more educated guess based on run_type * Backfill → Backfill * Schedulerd → Scheduler * Manual → Operator * Asset → Asset This is far from perfect (especially the manual part since there are a lot of ways to trigger a run manually), but still a lot better than setting everything to UI. -- 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]
