tigergraph__update_data_source
Update the configuration of an existing data source in TigerGraph using the provided name and new settings.
Instructions
Update an existing data source configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | Updated configuration for the data source. | |
| profile | No | Connection profile name. Omit to use the active default profile. Use 'list_connections' to see available profiles. | |
| data_source_name | Yes | Name of the data source to update. | |
| data_source_type | No | Type of the data source. Optional; when given, the configuration is validated against that type before the update is sent. |