catalog | Trino catalog used to access the target data source (e.g., PostgreSQL, Iceberg, Delta Lake). | my_prod_pg | β
|
connector | Trino connector name. Determines how Trino interacts with the catalogβs backend. | postgresql | β
|
host | Hostname or IP address of the Trino coordinator. | 127.0.0.1 | β
|
port | Port where the Trino coordinator is running. Default is 8080. | 8080 | β
|
username | Username for authenticating with the Trino coordinator. | admin | β
|
password | (Optional) Password for Trino authentication. | abc123... | β |
schema | Schema name where the target table will be created or written to. | public | β
|
table | Name of the destination table to write data into. | dim_users_v1 | β
|
query_max_length | Maximum character length allowed for Trino SQL query payloads. | 1000000 | β |
ssl | Whether to disable SSL certificate verification. Set false to disable. | false | β |
location | (Delta Lake only) URI location of the target table or storage bucket. | s3://my-delta-bucket/ | β |
ignore_location_for_temp_tables | Prevents Trino from setting WITH LOCATION for temp tables. Recommended when using Delta Lake with Glue metastore. | false (default) | β |