hallowed-kilobyte-916
05/16/2023, 1:44 PMfrom datahub.ingestion.run.pipeline import Pipeline.
Now I want to ingest the data dictionaries of the various metada ingested. I see the option to do this via the datahub interface but I can't find any documentation for doing this programmatically. Has anyone done this in the past? Is there any suggestion?curved-planet-99787
05/16/2023, 1:47 PMpipeline = Pipeline.create(recipe)
pipeline.run()
where recipe
is just a dictionary containing the recipe configuration as described in the documentation 🙂better-orange-49102
05/16/2023, 1:59 PMhallowed-kilobyte-916
05/16/2023, 2:20 PMbetter-orange-49102
05/16/2023, 2:30 PMbetter-orange-49102
05/16/2023, 2:31 PMcurved-planet-99787
05/17/2023, 5:40 AMhallowed-kilobyte-916
05/17/2023, 1:21 PMhallowed-kilobyte-916
05/17/2023, 1:22 PM