apache/beam
GitHub で見るPython SDK should stage only up-to-date versions of pipeline dependencies defined by requirements file.
Open
#19,968 opened on 2022年6月4日
P3bugcoregood first issuepython
Repository metrics
- Stars
- (7,313 stars)
- PR merge metrics
- (平均マージ 6d) (30d で 243 merged PRs)
説明
When staging pipeline dependencies specified in requirements.txt file and transitive deps, we stage entire content of requirements-cache directory on user's machine, which may include dependencies that were cached a while ago and are no longer needed. See [1] for discussion and some ideas how we can avoid staging packages we don't need.
Imported from Jira BEAM-8900. Original Jira may contain additional context. Reported by: tvalentyn.