SparkSql
class SparkSql
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single DynamicFrame
.
Types
Properties
Link copied to clipboard
Specifies the data schema for the SparkSQL transform.
Link copied to clipboard
A list of aliases. An alias allows you to specify what name to use in the SQL for a given input. For example, you have a datasource named "MyDataSource". If you specify From
as MyDataSource, and Alias
as SqlName, then in your SQL you can do: