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

Add yaml pipeline examples #62

Merged
merged 3 commits into from
Apr 4, 2024
Merged

Conversation

Amar3tto
Copy link
Contributor

Beam YAML pipelines added:

  1. Csv to Json
  2. Kafka to Json
  3. BigQuery to Kafka
  4. Kafka to BigQuery

@Amar3tto
Copy link
Contributor Author

One note:
When running the Kafka to BigQuery pipeline, the following logging error occurs:
Previous channel ManagedChannelImpl{logId=17, target=localhost:12371} was not shutdown properly!!!
boot.go: error logging message over FnAPI. endpoint localhost:12370 error: EOF message follows
It seems like this error is something similar to the known issue: apache/beam#29683

@Amar3tto Amar3tto marked this pull request as ready for review March 13, 2024 14:52
@liferoad liferoad requested a review from Polber March 13, 2024 20:42
type: ReadFromBigQuery
config:
table: project-id.dataset-id.table-id

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add an example MapToFields and Filter to these? Doesn't need to be complicated, something similar to the csv_to_json filter is fine

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Amar3tto Amar3tto requested a review from damccorm April 4, 2024 11:35
Copy link
Collaborator

@damccorm damccorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@damccorm damccorm merged commit 7c56d15 into GoogleCloudPlatform:main Apr 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants