Hi! In this example <here> : the repo is returned ...
# ask-community
j
Hi! In this example here : the repo is returned as a list containing the job and associated assets. Is there a way to use the dictionary format below despite the fact that the
assets
key is not available:
Copy code
{
    'jobs': Dict[str, Callable[[], JobDefinition]],
    'pipelines': Dict[str, Callable[[], PipelineDefinition]],
    'partition_sets': Dict[str, Callable[[], PartitionSetDefinition]],
    'schedules': Dict[str, Callable[[], ScheduleDefinition]],
    'sensors': Dict[str, Callable[[], SensorDefinition]]
}
If this is not the case, it might be relevant to add it.
y
cc @sandy
j
up
y
@Dagster Bot issue Add “assets” to repository return dict
d
y
Hi @Jordan sorry for the late response. i brought it up to the team and we think we should add it.
👍 1
j
Thanks @yuhan, no worries, it's not a bug so it's manageable without this feature