Hi there - I am having some headaches with an ingestion pipeline. My ingestion runs via CLI, here are the details:
• ingestion via cli, datahub --version acryl-databu, version 0.13.2.1
• datahub version: 0.13.2
• RDS, Postgres
• DataHub running locally via Kubernetes
My recipe:
type: postgres
config:
host_port: 'xxx:5430'
database: xxx
username: xxx
include_tables: true
include_views: true
include_table_location_lineage: true
include_view_lineage: true
profiling:
enabled: true
profile_table_level_only: true
password: xxx
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
token: xxx```
The ingestion process runs fine. The problem is with my lineage: the tab is empty for all my dataset and I don't understand where the issue could be. I didn't see any error coming up in the ingestion logs and I can't really debug this further on my own. Is there anyone who has any idea?