Dremio
You can connect to a Dremio Software database to enable Lightup data quality monitoring of tables and views.
A few caveats:
- Dremio Software versions 24.x are supported.
- Dremio Cloud is not currently supported.
- Dremio only supports the UTC time zone.
Lightup account setup
- In the target Dremio database, add a new user named lightup.
- Grant the lightup user SELECT privileges on the dataset you want to monitor using Lightup.
Connector setting
- Under Select a connector, enter a Datasource Name and select the Dremio Connector type.
- Under Configure connector, provide values for the following:
- HOST - The hostname for the database (check the browser address bar; you want the string between // and /). Example:
https://
host.na.me
/
- USERNAME - Enter lightup (or whatever name you gave the Lightup user).
- PASSWORD - Enter the password for the Lightup user.
- HOST - The hostname for the database (check the browser address bar; you want the string between // and /). Example:
- If needed, enable Use encryption.
Advanced
Optionally, choose a new Schema Scan Frequency.
Query Governance
Dremio supports all query governance settings.
Metadata metrics
For information about supported metadata metrics, see Metadata metric types.
Date/time data types
These Dremio date/time data types are supported:
- DATE
- TIME
- TIMESTAMP
Object types
All native Dremio object types are supported.
Updated about 1 month ago