Slackbot
04/06/2022, 3:26 AMIdo (Ploomber)
meta:
extract_upstream: false
tasks:
- source: scripts/get.py
product: out/get.ipynb
- source: scripts/second.py
product: out/second.ipynb
upstream: [get]
- source: scripts/third.py
product: out/third.ipynb
upstream: [second]
The extract_upstream: false
turn off the automatic extraction from the script.