OptionalconnectorOptionaldestinationRequired. Destination catalog to store table.
OptionaldestinationRequired. Destination schema to store table.
OptionaldestinationOptional. Destination table name. The pipeline fails if a table with that name already exists. If not set, the source table name is used.
OptionalsourceSource catalog name. Might be optional depending on the type of source.
OptionalsourceSchema name in the source database. Might be optional depending on the type of source.
OptionalsourceTable name in the source database. Currently required; this field will become optional in an upcoming release, since some source types (for example streaming / message-bus connectors) do not use it. When that change ships, this field's type in the generated SDKs and CLI will change from required to optional (nullable); clients that assume it is always present should handle its absence.
OptionaltableConfiguration settings to control the ingestion of tables. These settings override the table_configuration defined in the IngestionPipelineDefinition object and the SchemaSpec.
(Optional) Source Specific Connector Options