Hi, so I have just done an ingestion on PostgreSQL...
# troubleshoot
m
Hi, so I have just done an ingestion on PostgreSQL with profiling enabled but the
Stats
tab isn't enabled. I don't know why it isn't enabled as the profiling was done successfully
'entities_profiled': '23'
My PostgreSQL recipe:
Copy code
sink:
    type: datahub-rest
    config:
        server: '<http://datahub-gms:8080>'
source:
    type: postgres
    config:
        database: luca
        password: '${POSTGRES_PASSWORD}'
        profiling:
            enabled: true
        host_port: 'postgresql-luca:5432'
        username: postgres
I have to say that in previous ingestions done with this recipe the stats of the tables where obtained and shown without a problem but I don't know why there aren't shown now. I am currently using v0.8.45.
message has been deleted