When trying to connect to my airbyte instance I ge...
# integration-airbyte
j
When trying to connect to my airbyte instance I get the following error message:
dagster._core.errors.DagsterInvalidInvocationError: AssetsDefinition with keys ["teamtailor", "jobs"], ["teamtailor", "stages"] has conflicting resource definitions with provided resources for the following keys: airbyte. Either remove the existing resources from the asset or change the resource keys so that they don't overlap.
Bit confused on where I have gone wrong here, can anyone give me a pointer?
🤖 1
I was defining "airbyte": airbyte_instance in my resources, this was apparently not needed.