The catch with extracting arguments from the CLI l...
# advanced-need-help
a
The catch with extracting arguments from the CLI like this is that it won't work for programmatic kedro runs using the Python API (i.e. calling
session.run
directly rather than doing
kedro run
from the CLI)