-
I'm a little loose on the details here. If for example I have one data loader pulling in column definitions, and another data loader handling a csv file, can I use the output of the definitions data loader in the second data loader? If yes, how? And if no, why? Thanks very much! |
Beta Was this translation helpful? Give feedback.
Answered by
mythmon
Feb 6, 2025
Replies: 1 comment 1 reply
-
There is a long standing feature request in #332 for chained data loaders, which would support the use case you mention. It isn't a feature of Framework today though. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gvanhorne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a long standing feature request in #332 for chained data loaders, which would support the use case you mention. It isn't a feature of Framework today though.