daranzolin / sqltargets

targets extension for SQL queries
https://daranzolin.github.io/sqltargets/
Other
34 stars 1 forks source link

Option to write query back to db? Or query cached targets? #13

Open daranzolin opened 2 months ago

daranzolin commented 2 months ago

e.g. tar_sql("query.sql", write_to_db = TRUE)

While somewhat awkward and possibly inefficient, would allow queries to depend on other queries.

Or we could just run the SQL against the cached target?