In Sparkflows, Sql Join statements can be easily implemented using various processors. Alternatively we can use the ‘Join Using Sql’ processor to write a Join Statement in sql format.
To use the ‘Join Using Sql’ Processor:
- Create a Temp Table for each incoming datasets.
- Enter Join Sql Statement in the Sql box.
For more information read the Sparkflows Documentation here:
Hey Nagisa,
In Sparkflows, Sql Join statements can be easily implemented using various processors. Alternatively we can use the ‘Join Using Sql’ processor to write a Join Statement in sql format.
To use the ‘Join Using Sql’ Processor:
- Create a Temp Table for each incoming datasets.
- Enter Join Sql Statement in the Sql box.
For more information read the Sparkflows Documentation here:
https://docs.sparkflows.io/en/latest/user-guide/data-preparation/join-union.html?highlight=Join%20using%20sql#join-using-sql