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?
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?