devops

Results 2 comments of devops

I also encountered the same problem. My Trino uses https, which uses an IP address and a self-signed certificate, so I need to cancel the certificate verification. I'm also looking...

I also discovered a problem with parameter invocation。 > tools: search_orders_by_region: kind: trino-sql source: my-trino-instance statement: | SELECT * FROM hive.sales.orders WHERE region = $1 AND order_date >= DATE($2) LIMIT...