user
: The username for the TimescaleDB database.password
: The password for the TimescaleDB database.host
: The hostname, IP address, or URL of the TimescaleDB server.port
: The port number for connecting to the TimescaleDB server.database
: The name of the TimescaleDB database to connect to.schema
: The database schema to use. Default is public.CREATE DATABASE
statement and named timescaledb_datasource
.
Retrieve data from a specified table by providing the integration and table name.
You can use this established connection to query your table as follows,
Database Connection Error
SQL statement cannot be parsed by mindsdb_sql