airflow-client-go icon indicating copy to clipboard operation
airflow-client-go copied to clipboard

Apache Airflow - OpenApi Client for Go

Results 3 airflow-client-go issues
Sort by recently updated
recently updated
newest added

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 me `v0.0.0-20230203175943-7af9875e7d4c`. It definitely appears out of sync with the latest version as...

I want to use eventlogs with filterDagId. I can't set query param except orderby, limit, offset. Please let me know how I can apply filters such as dag_id, task_id, run_id,...