Creates a new data source in a network.
Available in a network database and requires the star$define role.
Parameters:
| Name | Optional | Type | Description |
| tag$ | Mandatory | Text | The name/resource tag of the source to be created. |
| description$ | Optional | Text | A description of the source |
Examples:
SELECT create_source('temp-123',null); -- creates a new source with resource tag 'temp-123'.
Tips:
- Use null to omit an optional parameter.
- The star$sources view indicates which sources already exist.
Comments
Article is closed for comments.