Skip to content

Port Registering of Asset Changes to Task SDK #45752

@kaxil

Description

@kaxil

Assets are stored in DB after a Task completes execution with SUCCESS state as shown in the following code.

ti._register_asset_changes(events=context["outlet_events"], session=session)

This includes extracting outlets from the task and storing them in the DB.

We should port this and related changes to the Task SDK's task_runner.py

def finalize(log: Logger): ...

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions