RemoteTableGenericConnectionConfig is a datatype for the configuration of a generic remote table connection.

This datatype is used by the union datatype, RemoteTableGenericConnectionSensitiveConfig, which is used by the datatype, RemoteTableConfig. That last 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: RemoteTableGenericConnectionConfig

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Nov 10, 2025
parameters[RemoteTableGenericConnectionParameter]yes PreviewThe parameters for the generic remote table connection. See RemoteTableGenericConnectionParameter.
remoteUrlstringyes PreviewThe URL for the generic remote table connection.