Open Lee-W opened 22 hours ago
as title
Since the introduction of DatasetAlias/AssetAlias and the name attribute to Asset, accessing outlet_events and inlet_evnets has become confusing.
e.g., What should something like the following mean?
def produce_asset_events_through_asset_alias_with_no_taskflow(*, outlet_events=None): bucket_name = "bucket" object_path = "my-task" outlet_events["example-alias-no-taskflow"]
No response
Description
as title
Use case/motivation
Since the introduction of DatasetAlias/AssetAlias and the name attribute to Asset, accessing outlet_events and inlet_evnets has become confusing.
e.g., What should something like the following mean?
Related issues
No response
Are you willing to submit a PR?
Code of Conduct