Setting up DataHub for collecting Starburst Usage Statistics using a Postgres metadata database exposed as a catalog within Trino

Original Slack Thread

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'```

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Which DataHub version are you using? (e.g. 0.12.0)

  2. Please post any relevant error logs on the thread!