ch9tan-design commented on issue #68382:
URL: https://github.com/apache/airflow/issues/68382#issuecomment-4679700020
My current thought is to avoid enforcing validation in a way that breaks
existing persisted data.
I plan to investigate where validation is currently applied and, if
possible, validate port values on create/update paths (CLI, API, SDK, etc.)
while still allowing existing records with invalid values to be loaded. That
would prevent new invalid data from being introduced without breaking existing
installations.
I'll review the current validation patterns in these components and propose
an approach in the PR.
--
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]