Open pcadmanbosse opened 1 year ago
Lol I also reported this, but on Slack. And also linked the same issue.
Just found your thread now! It give me the idea of using an op's Out "io_manager_key" as a temporary workaround solution for our use case ;) so thanks for that!
Dagster version
1.3.4
What's the issue?
When decorating a function with @graph_multi_asset, outs defined with an io_manager_key do not use the correct io_manager (instead using the default io manager)
What did you expect to happen?
I believe this behaviour is incorrect, as multi_asset does use the provided io_manager_key.
How to reproduce?
Reproducing the bug:
As you can see here in logs, the wrong IOManager is used
Functioning case with @multi_asset:
Here is the functioning case with multi_asset:
Which when run, as you can see uses the provided "asset_io_manager":
FYI this is the init file:
Deployment type
None
Deployment details
No response
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.