kaxil commented on code in PR #44275:
URL: https://github.com/apache/airflow/pull/44275#discussion_r1853159792
##########
airflow/www/views.py:
##########
@@ -3879,6 +3879,8 @@ class XComModelView(AirflowModelView):
permissions.ACTION_CAN_ACCESS_MENU,
]
+ add_exclude_columns = edit_exclude_columns = ["value"]
Review Comment:
Without this, it tries to create an add & edit form with all columns
https://github.com/dpgaspar/Flask-AppBuilder/blob/fab9013003a41c4e80da04f072201a8c7cc99187/flask_appbuilder/baseviews.py#L887-L904
https://github.com/dpgaspar/Flask-AppBuilder/blob/fab9013003a41c4e80da04f072201a8c7cc99187/flask_appbuilder/forms.py#L305-L316
https://github.com/dpgaspar/Flask-AppBuilder/blob/fab9013003a41c4e80da04f072201a8c7cc99187/flask_appbuilder/forms.py#L262-L264
Error was logged from:
https://github.com/dpgaspar/Flask-AppBuilder/blob/fab9013003a41c4e80da04f072201a8c7cc99187/flask_appbuilder/forms.py#L107
--
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]