Is it fine to launch a docker container with the d...
# help-connector-development
s
Is it fine to launch a docker container with the database during integration tests? I plan to add this to the python integration test so it can be run with a real database
assuming the connector after it gets merged will have a github action to run integration tests so should be fine?
m
Yes, this happens when Airbyte applies test in Java connectors
👍 1