-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go get github.com/apache/airflow-client-go@latest
yields outdated github.com/apache/airflow-client-go/airflow
subpackage
#41
Comments
So a closer look shows that the version issue is a rather superficial one (see opensearch-project/opensearch-go#73 for a similar issue. All you need to do is set the tag |
github.com/apache/airflow-client-go/airflow
subpackage
github.com/apache/airflow-client-go/airflow
subpackagego get github.com/apache/airflow-client-go@latest
yields outdated github.com/apache/airflow-client-go/airflow
subpackage
Hello @bgoldman-videoamp, Thank you for reporting this. We are currently working on the release process of this package and your feedback is really welcome. Out of sync submoduleI think the intent of this top level module was to have a way to actually test the client, using client_test.go. As you can see in the go.mod it also depends on You can install directly the submodule:
In this testing context, it explains why the top level dependency was almost never updated, the Nonetheless it is really easy to update it, here is a PR for that, also adding install instructions #42 II Tags ConventionWe followed the same tagging strategy that we use for airflow core and other api clients. Indeed, for Go It looks like tag needs to start with I will open a separate PR to suggest this change. Thanks |
I ran into a similar issue here. It seems that |
I want to use the current version (v2.5.0), but using
go get github.com/apache/airflow-client-go@latest
as of today gives mev0.0.0-20230203175943-7af9875e7d4c
. It definitely appears out of sync with the latest version asNewClearTaskInstance()
function is missing and in addition the fields for theClearInstance
struct appear out of sync with those of the current version.go version: go1.19.5 darwin/arm64
The text was updated successfully, but these errors were encountered: