nice-planet-17111
09/27/2021, 1:31 AMdatahub-rest
. The app (datahub) and bigquery are on same privatea project. When i try sink through console or sink through file, it succeeds without error . However, sink through datahub-rest fails with ConnectionError
☹️ Is there something i'm missing?
Here's my recipe...
source:
type: bigquery
config:
project_id: <my_project_id>
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
error message :
ConnectionError: HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /config (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x10ba85d00>: Failed to establish a new connection: [Errno 61] Connection refused'
nice-planet-17111
09/27/2021, 1:31 AMnice-planet-17111
09/27/2021, 1:57 AMmammoth-bear-12532