8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e.g. tar_sql("query.sql", write_to_db = TRUE)
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?