casassg opened a new pull request #12569: URL: https://github.com/apache/airflow/pull/12569
This is just an illustrative PR for discussion on how to handle serialization for generic python operator serialization. The idea is to serialize using `inspect.getsource` this allows us to just send the source code to the worker, which should allow us to avoid having to send the DAG file to the worker for execution. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
