Skip to content

Commit

Permalink
fixup! feat(datasets): add backward compat for DatasetAll, DatasetAny…
Browse files Browse the repository at this point in the history
…, expand_alias_to_datasets and DatasetAliasEvent
  • Loading branch information
Lee-W committed Dec 4, 2024
1 parent 31ed59f commit 8977f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __getattr__(name: str):
from typing import Any, TypedDict

# This will be moved to airflow.utils.context but the key will be changed.
# Thus, redefined it for backward compatibiity
# Thus, redefined it for backward compatibility
class DatasetAliasEvent(TypedDict):
"""A represeation of dataset event to be triggered by a dataset alias."""

Expand Down

0 comments on commit 8977f24

Please sign in to comment.