RemoteTableConfig is a datatype for the configuration of a remote table.

This datatype is used by the createRemoteTableConfig() and updateRemoteTableConfig() mutation fields, as well as the connectRemoteTableConfig() and disconnectRemoteTableConfig() mutations. It's also used by the getRemoteTableConfigsInOrganization() query field. Related to these is the deleteRemoteTableConfig() mutation.

Table: RemoteTableConfig

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Feb 16, 2026
accessRequirementRemoteTableAccessRequirementyes PreviewAn access requirement needed to run a remote table query based on this configuration. See RemoteTableAccessRequirement.
connectionConfigRemoteTableGenericConnectionSensitiveConfigyes PreviewThe configuration of the remote table connection. See RemoteTableGenericConnectionSensitiveConfig.
connectionDescriptionstringyes PreviewThe description of the remote table configuration.
connectionNamestringyes PreviewThe name of the remote table connection.
viewIds[string]yes PreviewThe identifiers for the views to which the configuration is connected.