title:t`Use an SSH-tunnel for database connections`,
description:t`Some database installations can only be accessed by connecting through an SSH bastion host. This option also provides an extra layer of security when a VPN is not available. Enabling this is usually slower than a direct connection.`,
}),
"use-jvm-timezone":(engine,details,id)=>({
"use-jvm-timezone":()=>({
title:t`Use the Java Virtual Machine (JVM) timezone`,
description:t`We suggest you leave this off unless you're doing manual timezone casting in many or most of your queries with this data.`,
title:t`Include User ID and query hash in queries`,
description:t`When on, Metabase User ID and query hash get appended to queries on this database, which can be useful for auditing and debugging. However, this causes each query to look distinct, preventing BigQuery from returning cached results, which may increase your costs.`,
}),
"use-srv":(engine,details,id)=>({
"use-srv":()=>({
title:t`Use DNS SRV when connecting`,
description:t`Using this option requires that provided host is a FQDN. If connecting to an Atlas cluster, you might need to enable this option. If you don't know what this means, leave this disabled.`,