Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 867 Bytes

File metadata and controls

14 lines (10 loc) · 867 Bytes

SourceReportCard

A Source Report Card object contains information about a source's connection configuration.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]