Slackbot
03/05/2022, 1:58 PMVilhelm
03/05/2022, 2:08 PMEduardo
get_website_content -> filter_website_content now, if website_statistics only needs one of the initial tasks, what about using it two times, one will process get_website_content and another one filter_website_content :
# make upstream=['get_website_content']
- source: scripts/website_statistics.py
name: stats-1
# make upstream=['filter_website_content']
- source: scripts/website_statistics.py
name: stats-2
does this work?Vilhelm
03/05/2022, 2:48 PMEduardo