uranusjr opened a new pull request, #61661: URL: https://github.com/apache/airflow/pull/61661
Dag-processing util functions should only be used during dag-processing. They will (in long future) be separated from the rest of the core. This changes them to all "look" private. Most changes are trivial. The only one involving some work is encode_priority_weight_strategy, which is used in Core API. However, since the Core API can only access validated data, the function call can be simply reduced to a qualname call to cast the value to an import string. -- 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]
