Skip to content

Commit

Permalink
feat(task_sdk/asset): expose extract_event_key
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Nov 18, 2024
1 parent 9987721 commit 5f18f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task_sdk/src/airflow/sdk/definitions/asset/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

from airflow.sdk.definitions.asset import Asset, AssetAlias, _sanitize_uri

__all__ = ["Metadata"]
__all__ = ["Metadata", "extract_event_key"]


def extract_event_key(value: str | Asset | AssetAlias) -> str:
Expand Down

0 comments on commit 5f18f1b

Please sign in to comment.