potiuk commented on code in PR #53149: URL: https://github.com/apache/airflow/pull/53149#discussion_r2202377628
########## task-sdk/src/airflow/sdk/_vendor/.gitignore: ########## @@ -0,0 +1 @@ +*/*.py Review Comment: And speaking of "_vendor" name - I think we should not use`_vendor` here as a name - even if we are using `vendoring` tool. Can we configure (mock?) the vendoring tool to use something different (_shared) sounds like a way better name). The `vendor` meaning is very tightly connected with `3rd party` but here we are `vendoring-in` our own code so we are really `1st party` here. -- 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]
