Hi,
I am attempting to connect to Google Sheets through Data Connections. It’s not listed in the documentation as a direct source, but I assume the network egress is the same as Google Drive?
I’m unable to connect after ensuring my JSON key from Google is in one line, and that the data connection has those two policies created. The JSON key formatting is:
{"type": "my_service_account", "project_id": "myid-123"
…}
Even after that I get the following error:
The explorer command failed to run:
java.lang.Throwable:RemoteException: INVALID_ARGUMENT (MagritteExplorer:SqlError) with instance ID db11dd85-9b43-4b4f-93f6-29948938c199: {reason=Invalid HTTP response from www.googleapis.com:443! System error: UnknownHostException - www.googleapis.com: Name or service not known., originalErrorInstanceId=30018be7-c09b-435e-b053-7839e457a7b1, stacktrace=com.palantir.magritte.explorer.jdbc.MagritteExplorerErrors.sqlError(MagritteExplorerErrors.java:25)
Anyone have any guidance? My service account has access to the Drive & Sheets API. I’m not sure what else the issue could be here.