pierrejeambrun commented on code in PR #44332:
URL: https://github.com/apache/airflow/pull/44332#discussion_r1894880241
##########
airflow/api_fastapi/common/parameters.py:
##########
@@ -163,6 +164,19 @@ def __init__(
self.model = model
self.to_replace = to_replace
+ def __or__(self, other):
Review Comment:
maybe putting the logic into the view at this point is simpler at this
point. The general case (as we have in this PR) would need more effort to cover
all cases (PK) and I don’t think it’s worth at this point, that’s the only
filter with this requrement.
--
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]