A Destination Report Card object contains information about a destination's connection configuration.
Name | Type | Description | Notes |
---|---|---|---|
current_step | int | The index (in the steps array) of the current step needed to configure the data source. | [optional] |
details | ConnectionDetails | [optional] | |
steps | list[ConnectionStep] | A sequential list of Connection Step objects required to complete configuration for the connection type. | [optional] |
type | str | The destination connection type. For example: postgres or redshift | [optional] |