David
David
I totally can (at least in my use case). My suggestion was more about the convenience of it. When I have to do that inside an Airflow `BashOperator` for example,...
Great. Will do that :) No, I do not need state files. But if I were to implement that, what's wrong with using the same approach? So ```python BashOperator( task_id='syn_animals',...
Right. I sent a PR that implements this behavior in the `load_json` function from the `utils`, so it should work for `config`, `state` and `properties` arguments.