In order to allow spark applications to read from the bigquery emulator, it is necessary that the emulator supports incoming gRPC requests also via SSL/TLS (currently it seems as if the emulator only accepts plain text)
the spark-bigquery-connector seems to always use SSL/TLS in the gRPC case (storage API when reading data from bigquery)
I would really appreciate you adding support for SSL/TLS (if this is feasible), also considering the wide use of spark with bigquery.
I would really appreciate you adding support for SSL/TLS (if this is feasible), also considering the wide use of spark with bigquery.
Thanks a lot!