I'm trying to upgrade from `1.4.1` to `1.4.5` and ...
# integration-airbyte
j
I'm trying to upgrade from
1.4.1
to
1.4.5
and I am getting the error message
Copy code
dagster._core.errors.DagsterInvalidDefinitionError: Conflicting versions of resource with key 'airbyte' were provided to different assets. When constructing a job, all resource definitions provided to assets must match by reference equality for a given key.
I'm passing the same instance of
AirbyteResource
to all of my
load_assets_from_airbyte_instance
calls. Does anyone have any insight here?
🤖 1
It looks like the issue only occurs starting in
1.4.3
, which I assume must be related to the loading of the env vars change that was made.
e
Also experiencing this
s
This sounds like a bug. Our airbyte integration author/expert is out this week, but we’ll try to get to it ASAP. Would you mind filing an issue: https://github.com/dagster-io/dagster/issues
j
Yep! On it. Sounds great, thank you
🙏 1
f
Is there any workaround for this?
j
I'm just pinned below
1.4.3
for now
s
@ben I cced you on the issue but also useful for you to be in this thread
j
I unraveled a new thread here, updated the issue