mobuchowski opened a new pull request, #47444: URL: https://github.com/apache/airflow/pull/47444
Currently, we can pass OpenLineage transport information to Spark jobs using HttpTransport. However, very common feature is using CompositeTransport to direct the data to multiple destinations - even if one of them is purely for debug. This prevented the valid HttpTransport to be serialized. After this PR, we will still pass only HttpTransport configuration, but also when it's wrapped in CompositeTransport. -- 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]
