Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 02:03 PM
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()