Skip to content

Commit

Permalink
Evaluate None in SQLAlchemy's extended JSON type decorator (apache#45119
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shahar1 authored Dec 21, 2024
1 parent 31af3a5 commit ad9bbf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow/utils/sqlalchemy.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ class ExtendedJSON(TypeDecorator):

cache_ok = True

should_evaluate_none = True

def load_dialect_impl(self, dialect) -> TypeEngine:
return dialect.type_descriptor(JSON)

Expand Down

0 comments on commit ad9bbf9

Please sign in to comment.