Shopify / pyoozie

Library for querying and scheduling with Apache Oozie
https://py-oozie.readthedocs.io
MIT License
11 stars 12 forks source link

Allow specifying details flag to avoid extra REST calls #72

Closed sebmartin closed 5 years ago

sebmartin commented 5 years ago

Surface the details flag to avoid making additional REST calls (1 per item in the list) when the extra details are not necessary.

cfournie commented 5 years ago

Lines need to be a bit shorter, otherwise LGTM

sebmartin commented 5 years ago

@kmtaylor-github I bumped the batch size to 5000 as discussed. Is this what you had in mind? 50k seemed a little extreme and could add memory pressure.

sebmartin commented 5 years ago

Remaining/existing CI failures are handled in a separate PR.