Hi team,
I've installed the docker & airbyte set up
once we use docker-compose up & got our airbyte UI in localhost:8000, its running fine, I'm able to create sources , destinations , connections.
but when I try to store the configurations of all the airbyte connectors using Octavia: sources , destinations I'm able to download & keep a track.
but when I try to store connection information . I'm facing issue , its raising this when I use the command :
octavia import connection [connection-ID]
error: TypeError: _from_openapi_data() missing 3 required positional arguments: 'schema_change', 'notify_schema_changes', and 'non_breaking_changes_preference'
Is there a version issue or any other