apache / airflow-client-go

Apache Airflow - OpenApi Client for Go
https://airflow.apache.org/
Apache License 2.0
169 stars 18 forks source link

How to set variable #45

Closed linhbkhn95 closed 10 months ago

linhbkhn95 commented 10 months ago

Background

Currently, I am using this package for interacting with airflow. I see variable component. It has the Get method. But, I didn't see the Set method for the variable.

Proprosal Solution