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
docker-compose up attempts to run whatever the last version of Airbyte that was released against whatever version of the connectors are in airbyte-config:init on master. There is no guarantee that those integrations are compatible with whatever the last version was at any given moment. This is likely a problem right now.
Potential Solutions
Add versioned lists of connectors
include in start up instructions that the user git checkout <version> whatever ever version of airbyte they are trying to run before running docker-compose up.
The text was updated successfully, but these errors were encountered:
Expected Behavior
docker-compose up
"just works"Current Behavior
docker-compose up
attempts to run whatever the last version of Airbyte that was released against whatever version of the connectors are inairbyte-config:init
on master. There is no guarantee that those integrations are compatible with whatever the last version was at any given moment. This is likely a problem right now.Potential Solutions
git checkout <version>
whatever ever version of airbyte they are trying to run before runningdocker-compose up
.The text was updated successfully, but these errors were encountered: