incubator-airflow/clients
Ash Berlin-Taylor c3fd4f870f 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

(cherry picked from commit 911c7aed81)
2021-01-21 19:39:23 +00:00
..
gen Run openapi-generator as "current" user, not root. (#13674) 2021-01-21 19:39:23 +00:00
README.md Enable Markdownlint rule MD003/heading-style/header-style (#12427) 2020-11-18 07:31:15 +01:00

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.