:wave: I am getting an error when attempting to ge...
# help-api-cli-orchestration
d
👋 I am getting an error when attempting to generate YAML for workspace connections, as well as import commands.
Copy code
octavia import all
Copy code
🐙 - Octavia is targetting your Airbyte instance running at <http://airbyte-webapp:80> on workspace c4612f46-8290-46d2-8975-080f46fd8cff.
Error: Definition decd338e-5647-4c0b-adf4-da0e75f5a750 does not exists on your Airbyte instance.
The weird thing is, is I can run
octavia list workspace sources
and it will return my sources. If I take that source_id and pass it into a a get or import, it displays the above error 🤷
a
Hey @Dusty Shapiro do you mind opening an issue on our Github repo and share its link here? We'll try to help you there. Please share: • Your Airbyte version (it must be the same as the octavia CLI version) • Your octavia-cli version (I guess it's the latest one) • The output of
octavia list connectors sources
d
Ooooo let me check those versions. I’m using a Helm chart so not having the most updated value might have been something that slipped by.
Was on Airbyte 0.39.12-alpha, latest on octavia. Will upgrade
a
I can't guarantee it will solve your problem but at least I'll be sure that the problem is related to the CLI
d
For sure, thanks again Augustin, much appreciated.
The versions align, yet the problem continues. Will open an issue, thanks!
👍🏻 1
j
@Dusty Shapiro - I'm facing the exact same issue. can list sources/destinations/connections - but cannot import or generate new. Did you ever resolve this one?
d
Not really - it just didn’t fit the way we deploy infrastructure. We were already orchestrating via Dagster, so we implemented this Dagster feature which allows you to use Dagster to configure Airbyte connections.
j
Thats interesting @Dusty Shapiro - thanks for sharing 🙂 I've been looking at dagster a bit also - trying to work out what sort of tooling we needed, so I should give that a go. One of my main concerns is the source/desitination/connection as code because we are going to have hundreds of similar pipelines. And I don't want to hand roll this in python