```source: type: hive config: data...
# ingestion
c
Copy code
source:
    type: hive
    config:
        database: <>
        password: <>
        host_port: <>
        stateful_ingestion:
            enabled: true
        username: <>
        options:
            connect_args:
                auth: NOSASL
                http_path: "/gateway/default/hive"
                ssl_cert: "required"
        scheme: hive+https