aritra24 commented on code in PR #64493:
URL: https://github.com/apache/airflow/pull/64493#discussion_r3014353304
##########
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 will recheck, but without the version bump it throws an error. And also
this specific version was the one it was checking against. So I'd updated only
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]