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

[Feature Request]: Access PipelineOptions in BeamSqlSeekableTable #28145

Closed
1 of 15 tasks
gabrywu opened this issue Aug 24, 2023 · 3 comments · Fixed by #28253
Closed
1 of 15 tasks

[Feature Request]: Access PipelineOptions in BeamSqlSeekableTable #28145

gabrywu opened this issue Aug 24, 2023 · 3 comments · Fixed by #28253

Comments

@gabrywu
Copy link
Member

gabrywu commented Aug 24, 2023

What would you like to happen?

I'm creating a BeamSqlSeekableTable class, and want to access PipelineOptions.
For example, a HadoopDataSeekableTable needs loading data from Hadoop, and our Hadoop cluster needs keberos auth.
So, my question is that is it possible to access pipeline options to complete the auth?

I know that I can pass auth parameters to table properties, however, it will be convenient to get parameters from PipelineOptions.

Issue Priority

Priority: 3 (nice-to-have improvement)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • 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
@gabrywu
Copy link
Member Author

gabrywu commented Aug 30, 2023

any one need this feature? I can create a PR to this feature (already released our production environment)

@liferoad
Copy link
Collaborator

any one need this feature? I can create a PR to this feature (already released our production environment)

Please do a PR. Thanks for contributing to Beam!

@gabrywu
Copy link
Member Author

gabrywu commented Aug 31, 2023

any one need this feature? I can create a PR to this feature (already released our production environment)

Please do a PR. Thanks for contributing to Beam!

PR here, #28253, @liferoad

@gabrywu gabrywu changed the title [Feature Request]: access PipelineOptions in BeamSqlSeekableTable [Feature Request]: Access PipelineOptions in BeamSqlSeekableTable Sep 1, 2023
Abacn pushed a commit that referenced this issue Sep 5, 2023
* closing #28145

* remove unsupported parameter & add parameter type to context

* remove unnecessary semicolon
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.

2 participants