diff --git a/airbyte-ci/connectors/live-tests/src/live_tests/regression_tests/templates/report.html.j2 b/airbyte-ci/connectors/live-tests/src/live_tests/regression_tests/templates/report.html.j2 index 962acc6e2f73..4ae81215beb7 100644 --- a/airbyte-ci/connectors/live-tests/src/live_tests/regression_tests/templates/report.html.j2 +++ b/airbyte-ci/connectors/live-tests/src/live_tests/regression_tests/templates/report.html.j2 @@ -312,16 +312,21 @@

Connection objects

+

Each object below relates to an "argument" passed to one (or many) of the Connectors standard commands (spec/check/discover/read). The source of these arguments is either the connector itself (catalog), the connection (config/state) or both (configured catalog). To learn more checkout the Airbyte Protocol Documentation

Source configuration

+

The configuration object taken from the given connection that was passed to each version of the connector during the test.

{{ source_config }}
{% if state %}

State

+

The state object taken from the given connection that was passed to each version of the connector during the test.

{{ state }}
                 
{% endif %}

Configured catalog

+

The configured catalog object taken returned by the connector given the connection config.

{{ configured_catalog }}

Catalog

+

The catalog object returned by the connector.

{{ catalog }}