Asset Resolution in Subqueries
When using subqueries in join() and
defineTable(), assets (saved queries and files)
follow different resolution rules:
join()SubqueriesSaved queries are resolved from the view where the main query runs.
Files are resolved from the view where the subquery runs.
defineTable()SubqueriesBoth saved queries and files are resolved from the view where the subquery runs.