OpenMetadata
OpenMetadata copied to clipboard
Add support to read more than one run_results.json file
Feature If I have different pipelines running different models in my dbt project, they will produce different run_results.json. I would like to be able to import both when adding dbt ingestion so they can populate the tables they refer to.
Describe the task
I have one dbt project with a single manifest.json and catalog.json. But I have 2 different pipelines that generate two different run_results.json. And all of these point to a single database.
I'll be working on this