Why Is Google Sheet Destination Only Supported on Airbyte Cloud?

I followed the documentation regards Google Sheet Destination to set it up and noticed that it’s not supported on Airbyte OSS.

Is there a reason for that?

Thank you.

The reason is because this destination only works with OAuth. I created the issue to add this destination in Airbyte OSS: https://github.com/airbytehq/airbyte/issues/15080
The destination is available in OSS but you must retrieve the refresh token, client id and secret.

1 Like

hi i checked the issue you mentioned but there wasn’t any activity on it.

The destination is available in OSS but you must retrieve the refresh token, client id and secret.

what you mean is that we can fork airbyte & add this functionality, or is there a config/place in airbyte oss that we can do this?