Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 889 Bytes

DestinationReportCard.md

File metadata and controls

14 lines (10 loc) · 889 Bytes

DestinationReportCard

A Destination Report Card object contains information about a destination'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 destination connection type. For example: postgres or redshift [optional]

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