Channels
announcements
introduce-yourself
resources
random
plugins-integrations
user-research
questions
questions-so
job-posting
help-
circleci-status
dependencies-releases
Powered by
#questions
Title
# questions
c
Chandan Malla
09/20/2023, 10:26 AM
Hey all, If I add a SQLQueryDataSet in catalog.yml named df and then pass that df as an input multiple times to my different nodes and it always calls the database to fetch the df. Is there a way to avoid this?
l
Lodewic van Twillert
09/20/2023, 11:07 AM
Cached dataset probably:
https://docs.kedro.org/en/stable/kedro.io.CachedDataset.html
👍 1
Post