aritra24 commented on code in PR #52156:
URL: https://github.com/apache/airflow/pull/52156#discussion_r2936419389


##########
go-sdk/edge/worker.go:
##########
@@ -121,10 +121,10 @@ func NewWorker(
 
        var airflowVer, edgeVer, concurrency, freeConcurrency, goVer 
edgeapi.WorkerStateBody_Sysinfo_AdditionalProperties
        airflowVer.FromWorkerStateBodySysinfo0(edgeapi.WorkerStateBodySysinfo0(
-               configOrDefault("edge.airflow_version", "3.1.0"),
+               configOrDefault("edge.airflow_version", "3.2.0"),
        ))
        edgeVer.FromWorkerStateBodySysinfo0(edgeapi.WorkerStateBodySysinfo0(
-               configOrDefault("edge.provider_version", "1.3.1"),
+               configOrDefault("edge.provider_version", "3.2.0"),

Review Comment:
   I changed this to bring it into sync and make it work. Wasn't sure what the 
specific criteria for updating it is, so can definitely revert this one. 



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