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


##########
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:
   I had to make this change because the airflow version had incremented. We 
disallow using a newer version of airflow against an older worker. 



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