Use Links to Access Your SQL Queries
Use Spark SQL links to define queries to your different data sources and then access these queries from your analytics processors. You can create Spark SQL links by exporting an existing query from your worksheets, or create them manually.
After you save your SQL link, you can use this link in the following ways:
-
If you add this link to your analytics processor and generate the source template, the source template will include a line of code that injects this link into your analytics processor.
-
If you selected Use from Worksheets, you can use this link in the
from
clause of the queries in your worksheets. -
You can build a query on top of another query by using this link in the
from
clause of the queries in your worksheets.