potiuk opened a new issue, #45268: URL: https://github.com/apache/airflow/issues/45268
In the new "caching" mechanism we are using "stash" GitHub action from @assignUser which only allows one key per action. This is a a limiting factor when we want to download artifacts with a dynamic list of keys coming from a variable (say list of python versions - "3.9 3.10 3.11 3.12". Currently in https://github.com/apache/airflow/pull/45266 (https://gtithub.com/apache/airflow/pull/45266/files#diff-a2dbc854d7d9f769ffe6efe98247baa68750cba87d785fb70d4616331010c7d0) we are hard-coding the possible actions to run with parameters and we are skipping those that are not on the list, but this is more of a hack than target solution. Ideally we should be able to pass `keys` parameter to the action instead of `key` and be able to produce "hit-keys" list as output - then we could generate and pass the list of keys as input. -- 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]
