-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(fivetran/google_sheets): add Google Sheets support and API client integration #15007
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
base: master
Are you sure you want to change the base?
Conversation
askumar27
commented
Oct 15, 2025
- Introduced Google Sheets as a new data platform with associated constants and logo.
- Implemented Fivetran API client for handling Google Sheets connections.
- Enhanced Fivetran source to emit dataset entities for Google Sheets connectors.
- Added response models for Fivetran connection details specific to Google Sheets.
- Updated configuration to include Google Sheets in the data platform mappings.
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
✅ Meticulous spotted 0 visual differences across 958 screens tested: view results. Meticulous evaluated ~8 hours of user flows against your PR. Expected differences? Click here. Last updated for commit f25ba17. This comment will update as new commits are pushed. |
Bundle ReportChanges will increase total bundle size by 616 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: datahub-react-web-esmAssets Changed:
Files in
|
- Introduced Google Sheets as a new data platform with associated constants and logo. - Implemented Fivetran API client for handling Google Sheets connections. - Enhanced Fivetran source to emit dataset entities for Google Sheets connectors. - Added response models for Fivetran connection details specific to Google Sheets. - Updated configuration to include Google Sheets in the data platform mappings.
- Introduced a new subtype for Google Sheets named ranges in DatasetSubTypes. - Enhanced Fivetran source to yield separate dataset entities for Google Sheets and their named ranges. - Updated dataset properties to include relevant connection details and lineage information.
d2cdaca
to
f25ba17
Compare