ashb opened a new pull request, #48692: URL: https://github.com/apache/airflow/pull/48692
Pyright, which powers VSCode doesn't like the `@myfield.default` as a way of setting a default, and issues warnings about a missing field. The fix for this is to use the factory method -- same effect, but it makes VSCode happy. Before we saw this:  -- 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]
