Channels
advanced-need-help
job-posting
welcome
announcements
resources
plugins-integrations
beginners-need-help
random
introductions
Powered by
#advanced-need-help
Title
a
antony.milne
07/13/2022, 7:45 PM
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)
Post