You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use a Docker container as a destination? When I tried (using MySql), It fails to connect to the host with a connection refused error. I think this is because the agent creates a new Docker container (using the prod-eng-fivetran-ldp/private-docker-us/test_runner_job image) for testing the configuration, but this container is created on a new network, so it is unable to communicate with any of the existing containers (which is the MySql container in this instance).
The text was updated successfully, but these errors were encountered:
Is it possible to use a Docker container as a destination? When I tried (using MySql), It fails to connect to the host with a connection refused error. I think this is because the agent creates a new Docker container (using the
prod-eng-fivetran-ldp/private-docker-us/test_runner_job
image) for testing the configuration, but this container is created on a new network, so it is unable to communicate with any of the existing containers (which is the MySql container in this instance).The text was updated successfully, but these errors were encountered: