You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "damondouglas (via GitHub)" <gi...@apache.org> on 2023/03/03 04:51:25 UTC

[GitHub] [beam] damondouglas opened a new issue, #25705: [Task]: Rename BigQuery SchemaTransform providers

damondouglas opened a new issue, #25705:
URL: https://github.com/apache/beam/issues/25705

   ### What needs to happen?
   
   The naming convention for Schema transform providers should follow:
   `<Resource>(Read|Write)SchemaTransformProvider`.
   
   Additionally, the identifier should follow:
   `beam:schematransform:org.apache.beam:<resource>_(read|write):<version>`.
   
   Finally, each SchemaTransformProvider should be annotated with the `@AutoService(SchemaProvider.class)` annotation.
   
   Therefore, this task should:
   - [ ] Rename BigQuerySchemaTransform(Read|Write)Provider to BigQuery(Read|Write)SchemaTransformProvider
   - [ ] Rename the configuration classes
   - [ ] Change the identifiers
   - [ ] Add the `@AutoService(SchemaProvider.class)` annotation
   
   ### Issue Priority
   
   Priority: 2 (default / most normal work should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [X] 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


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn closed issue #25705: [Task]: Rename BigQuery SchemaTransform providers

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn closed issue #25705: [Task]: Rename BigQuery SchemaTransform providers
URL: https://github.com/apache/beam/issues/25705


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damondouglas commented on issue #25705: [Task]: Rename BigQuery SchemaTransform providers

Posted by "damondouglas (via GitHub)" <gi...@apache.org>.
damondouglas commented on issue #25705:
URL: https://github.com/apache/beam/issues/25705#issuecomment-1452968306

   .take-issue


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org