Octavia CLI error: Could not find configuration for STANDARD_SOURCE_DEFINITION #28615
Unanswered
vyckiuz
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have question regarding Octavia CLI. In my airbyte instance I have custom connectors (https://docs.airbyte.com/connector-development/cdk-python/), for those I build Docker images and add it in Settings -> Sources -> New connector. And after that I can add new Source.
When I’m using octavia import all it does export my source configs. Everything works smoothly.
But, when I try to apply these configs to fresh Airbyte instance I’m getting error: Internal Server Error: Could not find configuration for STANDARD_SOURCE_DEFINITION.
I believe it’s because this source is not added to Settings -> Sources. How I can solve this? Because if I add it manually it still will have different ID than it’s defined it source configuration file (generated by octavia)
Beta Was this translation helpful? Give feedback.
All reactions