This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch release_290
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
from 2ba506d Update Python Client to 2.9.0
add b0d971c Remove a few paths from gitignore
No new revisions were added by this update.
Summary of changes:
.gitignore | 3 ---
.../model/{action.py => create_dataset_event.py} | 28 +++++++++++++++-------
.../client/model/{config.py => queued_event.py} | 28 ++++++++++++----------
...et_collection.py => queued_event_collection.py} | 22 ++++++++---------
...all_of.py => queued_event_collection_all_of.py} | 16 ++++++-------
...rorCollectionAllOf.md => CreateDatasetEvent.md} | 5 ++--
docs/{UserCollectionAllOf.md => QueuedEvent.md} | 6 +++--
...{CollectionInfo.md => QueuedEventCollection.md} | 5 ++--
...ctionAllOf.md => QueuedEventCollectionAllOf.md} | 4 ++--
...test_action.py => test_create_dataset_event.py} | 12 +++++-----
.../{test_import_error.py => test_queued_event.py} | 12 +++++-----
...llection.py => test_queued_event_collection.py} | 20 ++++++++--------
...r.py => test_queued_event_collection_all_of.py} | 14 ++++++-----
13 files changed, 95 insertions(+), 80 deletions(-)
copy airflow_client/client/model/{action.py => create_dataset_event.py} (94%)
copy airflow_client/client/model/{config.py => queued_event.py} (95%)
copy airflow_client/client/model/{dataset_collection.py =>
queued_event_collection.py} (96%)
copy airflow_client/client/model/{dataset_collection_all_of.py =>
queued_event_collection_all_of.py} (97%)
copy docs/{ImportErrorCollectionAllOf.md => CreateDatasetEvent.md} (69%)
copy docs/{UserCollectionAllOf.md => QueuedEvent.md} (72%)
copy docs/{CollectionInfo.md => QueuedEventCollection.md} (79%)
copy docs/{ActionCollectionAllOf.md => QueuedEventCollectionAllOf.md} (82%)
copy test/{test_action.py => test_create_dataset_event.py} (96%)
copy test/{test_import_error.py => test_queued_event.py} (97%)
copy test/{test_import_error_collection.py => test_queued_event_collection.py}
(93%)
copy test/{test_import_error.py => test_queued_event_collection_all_of.py}
(94%)