kaxil commented on code in PR #44533:
URL: https://github.com/apache/airflow/pull/44533#discussion_r1865926207
##########
airflow/models/dagrun.py:
##########
@@ -137,7 +138,7 @@ class DagRun(Base, LoggingMixin):
triggered_by = Column(
Enum(DagRunTriggeredByType, native_enum=False, length=50)
) # Airflow component that triggered the run.
- conf = Column(PickleType)
+ conf = Column(JSON().with_variant(postgresql.JSONB, "postgresql"))
Review Comment:
You will also need to add a `newsfragment`, something like:
https://github.com/astronomer/airflow/blob/feb39ed3788e22fd83a1cb294a824e60f4c13187/newsfragments/aip-72.significant.rst#L21-L37
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]