[Bug]: Calls to pipeline.options. in Beam codebase cause unactionable deprecation warning for users. #28236
Closed
1 of 15 tasks
Labels
bug
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
good first issue
P3
python
Milestone
What happened?
Deprecation warning was added in : #2801.
Quick search for places where this is used: https://github.com/search?q=repo%3Aapache%2Fbeam+%22pipeline.options.%22&type=code
Given that we use the option in Beam code and removing the
Pipeline.options()
would be a breaking change that we won't do anytime soon (after all we didn't do it for 6 years)..., I think it's fine to remove this warning.Issue Priority
Priority: 3 (minor)
Issue Components
The text was updated successfully, but these errors were encountered: