https://linen.dev logo
d

Davin Chia (Airbyte)

03/03/2021, 10:09 AM
think I spotted a typo while glancing through code. Should this error message,
Copy code
throw new IOException(String.format("Imported VERSION (%s) is incompatible with current Airbyte version (%s).\n" +
    "Please Upgrade your Airbyte Archive, see more at <https://docs.airbyte.io/tutorials/tutorials/upgrading-airbyte>\n",
    importVersion, version));
actually link to
<https://docs.airbyte.io/tutorials/upgrading-airbyte>
(1 tutorial instead of 2)?
u

user

03/03/2021, 10:10 AM
you’re right!
u

user

03/03/2021, 10:12 AM
sweet will throw up a quick PR
u

user

03/03/2021, 10:15 AM
tangential (since I followed the link to double check). the
Upgrading (Docker)
section here is confusing since the bullet points go from 1 - 4 then back to 1 - 5. instead of the second set of 1 - 5, guessing it should be 5 - 9?
u

user

03/03/2021, 10:18 AM
probably one of those gitbook changes that makes it more confusing…
u

user

03/03/2021, 10:22 AM
I’ll include it in my PR
u

user

03/03/2021, 10:24 AM
eh I should have thought to check git instead of troubling ya 🤦‍♂️
3 Views