Hi @ms4446 ,
Thanks for your detailed reply! For my use case, I choose for the explicit creation of the dataset in an operation where to all actions that do not already have a dependency explicitly define a dependency.
To make this work, I had te remove the “ref” part in your example:
config {
dependencies: ["my_dataset_creation_action"]
}
instead of:
config {
dependencies: [ref("my_dataset_creation_action")]
}