Click on Document Keys to Expand/Collapse Sections
{% for node in wrapper.roots -%} {{ print_children(node) }} {% endfor -%}The total elapsed time was {{ "%0.2f" % batch.elapsed() }} seconds ({{ "%0.2f" % (float(batch.elapsed())/60)}} minutes).
{% if False -%}{% for k in sorted(args) -%}
{% set v = args[k] -%}
{% if isinstance(v, dict) -%}
{{ k }}:
{% for kk, vv in v.items() -%}
{{ kk }}: {{ vv }}
{% endfor -%}
{% else -%}
{{ k }}: {{ v }}
{% endif -%}
{% endfor -%}
{% endif -%}
{% if False -%}
{% if len(doc.inputs) > 0 %}
Key | Link | Elapsed | Sections | {% if wrapper.state == 'error' -%}wd | {% endif -%}
---|---|---|---|---|
{{ doc.initial_data.key }} | {{ doc.initial_data.basename() }} |
{% if hasattr(doc.initial_data, 'keys') -%}
{% for counter, k in enumerate(doc.initial_data.keys()) -%}
{% if counter < 10 -%}
{{ k }} {% endif -%} {% endfor -%} {% endif -%} |
{% if wrapper.state == 'error' -%}
{% endif -%}, | |
{{ a.key }} | {{ a.output_data.basename() }} | {{ "%0.4f" % (a.elapsed or 0) }} |
{% if hasattr(a.output_data, 'keys') and a.output_data.has_data() -%}
{% for counter, k in enumerate(a.output_data.keys()) -%}
{% if counter < 10 -%}
{{ k }} {% elif counter == 10 -%} ... {% endif -%} {% endfor -%} {% endif -%} |
{% if wrapper.state == 'error' -%}
wd | {% endif -%}
To find entries in the logs for this doc, search for
{{ doc.hashid }}
or
{{ doc.key_with_class() }}:
.
Run dexy again with --loglevel DEBUG
if you need more detail in the logs.
{{ log_contents }}