dataengineervishal opened a new pull request, #54560: URL: https://github.com/apache/airflow/pull/54560
This PR adds support for a custom API endpoint in the GSheetsHook. It allows targeting regional or private endpoints, enabling use cases such as private VPCs or restricted access to Google Sheets APIs. **Scope:** - Added api_endpoint parameter to GSheetsHook. - Added unit tests for client creation with and without a custom endpoint. **Note:** This is the first part of [AIRFLOW-53596](https://github.com/apache/airflow/issues/53596). Once this GSheets feature is merged, similar API endpoint support will be added for other Google services. **Testing:** - Unit tests for GSheetsHook with default and custom endpoints. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
