ashb commented on code in PR #64493:
URL: https://github.com/apache/airflow/pull/64493#discussion_r3015523568


##########
go-sdk/edge/worker.go:
##########
@@ -124,7 +124,7 @@ func NewWorker(conf config.WorkerConfig) (*worker, error) {
                configOrDefault("edge.airflow_version", "3.2.0"),
        ))
        edgeVer.FromWorkerStateBodySysinfo0(edgeapi.WorkerStateBodySysinfo0(
-               configOrDefault("edge.provider_version", "3.2.0"),
+               configOrDefault("edge.provider_version", "3.3.0"),

Review Comment:
   This was nothing really to do with me -- its an unfortunate design choice in 
the Edge Executor and it's API server plugin where the Airflow version reported 
by the client/worker must 100% exactly match between client and server. It's 
part of why I'm not happy using the Edge Executor as it stands.



-- 
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]

Reply via email to