CartoDB / bigquery_fdw

BigQuery Foreign Data Wrapper for PostgreSQL
MIT License
0 stars 0 forks source link

Implement OAuth Authorization #2

Open jgoizueta opened 4 years ago

jgoizueta commented 4 years ago

Add OPTION for an OAuth access token, so that we can use authentication similar to other connectors (e.g. GDrive) or in the former BQ connector.

rafatower commented 4 years ago

@jgoizueta I'm a bit confused. Isn't this done, at least for ODBC BQ connector?

jgoizueta commented 4 years ago

This is is to add OAuth support to the BQ FDW (unrelated to odbc_fdw/ODBC coonectors; necessary to reimplement the BQ connector with BQ FDW).

rafatower commented 4 years ago

I see, I noticed a bit late. Thanks for the clarification. I'll ignore tickets in this repo FTM (iteration).