jscheffl opened a new pull request, #39943: URL: https://github.com/apache/airflow/pull/39943
While investigating AIP-44 to be a base for AIP-69 I saw that the serialization class mapping contains an inconsistency and the mapping is too complex. Also in the existing mapping I assume Dataset was missed - fixed inconsistency. This PR optimizes the mapping to Pydantic types by using the mapping available in the same module, less if/elseif/else... needed. Note: Needed to manually added the type hints to the mapping dict, Mypy failed to auto-detect types with more than 5 elements... whyever. -- 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]
