Open ravi-databricks opened 3 months ago
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
sqlstmt
spark.sql(sqlstmt)
Introduce sql query string
sqlstmt
via onboarding which can have joins to other static tables. This way after readStream we can dospark.sql(sqlstmt)
This can also open gold layer possibilities