Hello đź‘‹
I have spent quite some time using Octavia-Cli and while it’s very helpful, I’m experiencing some issues :
• The first one is already documented
here : issues with the 4 connection fields. When I put them in configuration, I got TypeError and when I don’t put them I have to accept “diff” for every connections on apply.
â—¦ schema_change
â—¦ notify_schema_changes
â—¦ non_breaking_changes_preference
â—¦ geography
• The second one is when I try to block the source/destination versions on the file, it will still try to use the latest available of the docker.
â—¦ For Snowflake Destination for example, even if I override the definition_version of the config file with
0.4.38
it will still run with
0.4.41
, is there a way to configure the version we want for each source/destination ?
Do you have any idea ?