| {% trans "Estimated Changes" %} |
{{ object.estimated_changes }} |
| {% trans "Actual Changes" %} |
{{ object.actual_changes }} |
| {% trans "Branch" %} |
{% if object.branch %}
{{ object.branch }}
{% elif object.branch_name %}
{{ object.branch_name }}
{% else %}
{{ ""|placeholder }}
{% endif %}
|
| {% trans "Ingestion" %} |
{% if object.ingestion %}
{{ object.ingestion }}
{% else %}
{{ ""|placeholder }}
{% endif %}
|
| {% trans "Job" %} |
{% if object.job %}
{{ object.job }}
{% else %}
{{ ""|placeholder }}
{% endif %}
|
| {% trans "Merge Job" %} |
{% if object.merge_job %}
{{ object.merge_job }}
{% else %}
{{ ""|placeholder }}
{% endif %}
|
| {% trans "Retries" %} |
{{ object.retry_count }} |
| {% trans "Heartbeat" %} |
{{ object.heartbeat|placeholder }} |
| {% trans "Started" %} |
{{ object.started|placeholder }} |
| {% trans "Completed" %} |
{{ object.completed|placeholder }} |
{% if object.last_error %}
{% endif %}
{% include 'extras/inc/configcontext_data.html' with title="Shard Keys" data=object.shard_keys format="json" copyid="forward-execution-step-shard-keys" %}
{% include 'extras/inc/configcontext_data.html' with title="Fetch Parameters" data=object.fetch_parameters format="json" copyid="forward-execution-step-fetch-parameters" %}
{% include 'extras/inc/configcontext_data.html' with title="Query Parameters" data=object.query_parameters format="json" copyid="forward-execution-step-query-parameters" %}
{% include 'extras/inc/configcontext_data.html' with title="Fetch Column Filters" data=object.fetch_column_filters format="json" copyid="forward-execution-step-fetch-column-filters" %}
{% plugin_right_page object %}