-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[yaml] Add Beam YAML Examples #32519
Conversation
1x Example: MapToFields and Combine using SQL 1x Example: MapToFields using SQL and the SQL type command 1x Example: JDBC IO for read (Mysql) and to write (Postgre) in a database
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments, thanks!
sdks/python/apache_beam/yaml/examples/test_read_mysql_write_postgres.yaml
Outdated
Show resolved
Hide resolved
sdks/python/apache_beam/yaml/examples/test_read_mysql_write_postgres.yaml
Outdated
Show resolved
Hide resolved
sdks/python/apache_beam/yaml/examples/test_read_mysql_write_postgres.yaml
Outdated
Show resolved
Hide resolved
sdks/python/apache_beam/yaml/examples/test_read_mysql_write_postgres.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would move this example to the io
subdirectory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Polber Done!
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
…stgres.yaml Co-authored-by: Jeff Kinard <[email protected]>
…stgres.yaml Co-authored-by: Jeff Kinard <[email protected]>
…stgres.yaml Co-authored-by: Jeff Kinard <[email protected]>
…stgres.yaml Co-authored-by: Jeff Kinard <[email protected]>
No, it is not... please just disregard |
1x Example: MapToFields and Combine using SQL
1x Example: MapToFields using SQL and the SQL type command
1x Example: Using JDBC connection to read (Mysql) and write (Postgre) in a database