Hey, Can someone tell me why spark.sql("") in data...
# ingestion
s
Hey, Can someone tell me why spark.sql("") in datahub treated as Input Dataset as HDFS dataset instead of Hive because in spark.sql() I passed select * from hive table name
h
Hey @silly-finland-62382 by any chance are you using temporary tables in hive when using spark.sql ?
s
I am using Delta table