CREATE CONNECTION
Creates a new connection between Upsolver and the specified service.
Supported connection options are listed below; check the relevant connection type to see all the connection options available when connecting to that service.
See also:
CREATE
--cloud storage
{ S3
--metastores
| GLUE_CATALOG
--streaming systems
| KINESIS
| KAFKA
--databases
| ELASTICSEARCH
| REDSHIFT
| MONGODB
| MSSQL
| MYSQL
| POSTGRES
| SNOWFLAKE }
CONNECTION
<connection_identifier>
[{ connection_options }];
Valid identifiers match the following format:
identifier = "([^"]|"")*"|[A-Za-z_][A-Za-z0-9_]*;
Last modified 14d ago