Hello there . I started using DataHub this morning and I am trying to use it for a particular use case … To collect Starburst Usage Statistics … I have the postgres metadata database exposed as a catalog within Trino … And I have the recipe as shown below:
type: starburst-trino-usage
config:
host_port: 'XXXXXXX'
database: starburst_metadb
username: YYYYYYYY
include_views: true
include_tables: true
profiling:
enabled: false
profile_table_level_only: true
stateful_ingestion:
enabled: false
password: '${aravindh}'
email_domain: <http://hq.bill.com|hq.bill.com>
audit_catalog: starburst_metadb
audit_schema: public
start_time: '-7d'```