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

fix(#1653): Add Google Sheets Sink Kamelet #1654

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

christophd
Copy link
Contributor

  • Add google-sheets-sink Kamelet that updates/appends range cell data to a spreadsheet
  • Add GoogleSheetsJsonStructDataType that supports transforming generic JsonNode structs from/to ValueRange object
  • Add generic json struct data type support to google-sheets-source Kamelet to transform Google Sheets ValueRange object to pure row/column values
  • Adjust google-sheets-source Kamelet to support custom columnNames and majorDimension setting
  • Expose data type information on google-sheets-source and -sink Kamelets

Copy link
Contributor

@oscerd oscerd left a comment

Choose a reason for hiding this comment

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

Something wrong with validation but lgtm

@christophd christophd force-pushed the issue/1653/google-sheets-sink branch 2 times, most recently from b9ab483 to a96b19e Compare September 19, 2023 20:46
- Add google-sheets-sink Kamelet that updates/appends range cell data to a spreadsheet
- Add GoogleSheetsJsonStructDataType that supports transforming generic JsonNode structs from/to ValueRange object
- Add generic json struct data type support to google-sheets-source Kamelet to transform Google Sheets ValueRange object to pure row/column values
- Adjust google-sheets-source Kamelet to support custom columnNames and majorDimension setting
- Expose data type information on google-sheets-source and -sink Kamelets
@christophd christophd merged commit 413ed9b into apache:main Sep 20, 2023
5 checks passed
@christophd
Copy link
Contributor Author

Fixes #1653

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.

None yet

2 participants