dstandish commented on code in PR #25321:
URL: https://github.com/apache/airflow/pull/25321#discussion_r930395339


##########
airflow/migrations/versions/0114_2_4_0_add_dataset_model.py:
##########
@@ -55,7 +55,7 @@ def _create_dataset_table():
             ),
             nullable=False,
         ),
-        sa.Column('extra', ExtendedJSON, nullable=True),
+        sa.Column('extra', sqlalchemy_jsonfield.JSONField(json=json), 
nullable=True),

Review Comment:
   no i'm fine with it as is.  but i actually thought i recalled that, when it 
was ExtendedJSON it ended up storing None as {} anyway.  but maybe i was wrong 
about that.  



-- 
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]

Reply via email to