A Source Report Card object contains information about a source'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 connection type. Ex: platform.mysql or platform.hubspot | [optional] |