I would like to know what to do if the SDK version being used by Dataflow is deprecated.

Asked 2 years ago, Updated 2 years ago, 89 views

My current SDK version is deprecated in Apache Beam SDK for Java 2.14.0, but by when should I upgrade it?Also, I would like to know how to upgrade.

SDK version of Dataflow in use:

Enter a description of the image here

java google-cloud google-drive-sdk

2022-09-30 16:11

1 Answers

By when should I upgrade?

It is no longer supported (it has expired), so there is no time limit to when.It depends on security and other requirements, but if you don't need support, you can use it as it is.

I would also like to know how to upgrade.

One section at the bottom of the page, Using an Unsupported SDK (for Maven, rewrite the <version> tag in pom.xml).


2022-09-30 16:11

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.