Hi, I'm confused with "conf" and "adhoc" flags.
I have a dag:
What is the right way:
1. pass input_path, output_path just before starting DAG (through backfill CLI command?)
2. pass input_path, output_path to Backfilljob during test?
There are tests realted to -c (--conf) in Airflow code, but they aimed to failed, because provided value is not json. I would liek to see how does Airflow allow to configure DAG
Thanks!