Hello! Is there a way to do `datahub ingest` , usi...
# ingestion
l
Hello! Is there a way to do
datahub ingest
, using the recipe YAML files, but in a python script, not using the CLI ? In the documentation I found this example, but I would like to input YAML files, which I find better to version(ize) in git.
e
Hi! This is the code that generates python dict config from input yaml file! Hope this works for you. Let us know if you need more examples. Once you have the dict in place, you can input it into the pipeline as above!
l
awesome ! thanks very much !