incubator-airflow/clients
Ash Berlin-Taylor 911c7aed81
Run openapi-generator as "current" user, not root. (#13674)
This tool will happily run without the user existing in the passwd
files, and by running as this user we don't have a lot of files owned by
root left hanging around.

Additionally, only reset the _spec_ file, not the entire repo
2021-01-14 15:16:12 +00:00
..
gen
README.md

README.md

Airflow OpenAPI clients

Supported languages:

  • Golang generated through ./gen/go.sh.

Dependencies

All client generation scripts use pre-commit to prepend license header to generated code.