Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Python Pipeline Options Grandchildren Args #31139

Open
1 of 16 tasks
manav-glean opened this issue Apr 30, 2024 · 0 comments · May be fixed by #31141
Open
1 of 16 tasks

[Bug]: Python Pipeline Options Grandchildren Args #31139

manav-glean opened this issue Apr 30, 2024 · 0 comments · May be fixed by #31141

Comments

@manav-glean
Copy link

What happened?

Pipeline Options doesn't recursively get all args from children of its subclasses which means you can't effectively have extended inheritance of the PipelineOptions class in python which is very useful. The current hack around this is to subclass your custom parent class and PipelineOptions which is a bit redundant.

Issue Priority

Priority: 3 (minor)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant