data_source_name
or connection_string
is required.key=value
pairs, which define the connection parameters for an RDMS. For example, Driver=DriverName;Database=DatabaseName;Servername=HostName;Port=1234
. Only one of data_source_name
or connection_string
is required.delimited_file
data wrapper and the file path /home/my_user/data/csv/
:delimited_file
data wrapper with an AWS S3 bucket "fsi-s3-bucket" in the us-west-1 AWS region:allow-s3-server-privileges
server configuration.odbc
foreign server, which uses data_source_name
.odbc
foreign server, which uses data_source_name
.key=value
pairs, which define the access credential parameters for an RDMS. For example, Username=username;Password=password
. This option only applies to user mappings that reference an odbc
foreign server, which uses connection_string
.