etsyal1e2r3
Honored Contributor

Well ideally you can dump the data as json into blob.

Or when you get access, make a sql connection with python and create tables in blob (Delta is the default).

Otherwise, does this option work?

df = sc.textFile(<path to sql.gz file>)
df.display()