microscopic-mechanic-13766
10/25/2022, 3:16 PMStats 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:
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.microscopic-mechanic-13766
10/25/2022, 3:20 PM