Channels
delta-social
h2g2-streaming
roapi
delta-oss
dais-2023
random
delta-rs
general
jobs
kafka-delta-ingest
deltalake-questions
events
lakefs
delta-cycling
deltalake-databricks-dbsql
delta-community
azuredatabricks
deltalake-on-aws
delta-sharing
flink-delta-connector
graph-delta-lake
dat
delta-sharing-rs
Powered by
#deltalake-questions
Title
o
ojas badwaik
08/23/2023, 9:32 PM
@here, Hi All, had one question New to delta lake. trying delta lake in my local. how to I store db/table information that I create in 1st spark session so that I can use it in subsequent spark session to access those values?
n
Nick Karpov
08/23/2023, 9:35 PM
if you're playing around locally i would just use path based tables,
https://docs.delta.io/latest/delta-batch.html#create-a-table
Post