awx/awx/main/analytics/__init__.py
Bill Nottingham 40309e6f70 Ensure we do not send large bundles, or empty bundles
Collect expensive collectors separately, and in a loop
where we make smaller intermediate dumps.

Don't return a table dump if there are no records, and
don't put that CSV in the manifest.

Fix up unit tests.
2020-09-09 17:42:40 -04:00

2 lines
87 B
Python

from .core import all_collectors, expensive_collectors, register, gather, ship # noqa