Replies: 1 comment 5 replies
-
Hi @bruk0, What did you expect pipeline_config_asset[0] to return? The error about the AssetDefinition not being subscriptable is that the object doesn't support the [i] operator. What is it you want to share between the two assets? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am looking for a solution to pass value dynamically from Dagster asset to @dlt_asset decorator
Is there a way to do that? Because, when I try to call
pipeline_config_asset[0]
I get an error message that AssetDefinition is not subscriptable.The AI assistant didn't provide a solution for that.
Thanks in advance for your time, effort and help!
Beta Was this translation helpful? Give feedback.
All reactions