RemoteTableConfig

RemoteTableConfig is a union datatype based on type of table. For external table configurations, the parameters of the ExternalTableConfig is used. At this time, there are no other datatypes that are part of this union. Below is the table for this datatype:

Table: ExternalTableConfig

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 21, 2025
connectionNamestringyes PreviewThe name of the remote table.
descriptionstringyes PreviewThe description of the remote table configuration.
parameters[ExternalTableConfigParameter]yes PreviewThe parameters for the remote table configuration. See ExternalTableConfigParameter.
remoteUrlstringyes PreviewThe URL for the remote table configuration.