dlt-meta
dlt-meta copied to clipboard
provide SQL Query support
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 ability to write complex SQL's will definitely support my use case and justification to use this framework