Am I crazy or is this documentation non-existent: https://cloud.google.com/python/docs/reference/composer/latest
"Code samples and snippets live in the samples/ folder." What samples folder?
The repo also has nothing: https://github.com/googleapis/python-orchestration-airflow
Any documentation anywhere? I'd like to experiment with calling the composer APIs through a python script instead of the gcloud cli.
Example snippets for simple stuff like creating, listing, and updating environment with the python SDK.
EDIT
Per comments there appear to be samples here, but they seem to only be for V1? I'm using composer V2. https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-orchestration-airflow/samples/generated_samples/composer_v1_generated_environments_update_environment_async.py