Example of “Periodic Script” #8452
Unanswered
BrighamEaquinto
asked this question in
Q&A
Replies: 1 comment
-
There is no limit of what the script can do (as long as it is Lua, TypeScript, R, or Python when using So, write your script with the code needed to pull the data and save the data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone have an example of using periodic scripts in a quarto project per this page? https://quarto.org/docs/projects/scripts.html
Specifically, I'm wondering if I can have a script that pulls data from a database and save that data in a directory in the project run nightly. This way, time is saved because the query wouldn't run every time the user needs at the dashboard, but rather be able to use the data pulled from the previous night that's already saved in the project.
Thanks all
Beta Was this translation helpful? Give feedback.
All reactions