modifySnowflakeDataSource
Modifies a Data Source with the provided unique name, description, and connection settings. If any of the optional arguments are omitted, those properties will be unchanged on the Data Source.
Arguments
input required modifySnowflakeDataSourceInput
The fields for modifying a Snowflake Data Source.
input.idOrUniqueName required idOrUniqueName
The ID or unique name of the Data Source to modify.
input.uniqueName optional String
The Data Source's new unique name.
input.description optional String
The Data Source's new description.
input.connectionSettings optional PartialSnowflakeConnectionSettingsInput
The Data Source's new connection settings.
Returns
Nullable DataSourceOrFailureResponse
The result of a mutation which creates or modifies a DataSource.
If successful, an DataSourceResponse
will be returned; otherwise, a
FailureResponse
will be returned.