Dremio
Access configuration details to connect Soda to a Dremio data source.
Connection configuration reference
pip install "soda-dremio" -i "https://${SODA_CLOUD_API_KEY_ID}:${SODA_CLOUD_API_KEY_SECRET}@enterprise.pypi.soda.io/simple"Data source YAML
type: dremio
name: my_dremio
connection:
# Required
host: ${env.DREMIO_HOST}
port: ${env.DREMIO_PORT}
username: ${env.DREMIO_USERNAME}
password: ${env.DREMIO_PASSWORD}
# Optional
# schema: ${env.DREMIO_SCHEMA} # schema / space that contains your datasets
# use_encryption: "true" # "false" by default; enable TLS by setting "true"
# disable_certificate_verification: "true" # "false" by default; set "true" to skip TLS cert checks
Connection test
Limitations & edge cases
Last updated
Was this helpful?
