You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce sql query string sqlstmt via onboarding which can have joins to other static tables.
This way after readStream we can do spark.sql(sqlstmt)
This can also open gold layer possibilities
The text was updated successfully, but these errors were encountered:
Introduce sql query string
sqlstmt
via onboarding which can have joins to other static tables.This way after readStream we can do
spark.sql(sqlstmt)
This can also open gold layer possibilities
The text was updated successfully, but these errors were encountered: