Create a Delta table with path specified in Delta Lake ( Not with synapse default path)

 Suppose df is teh dataframe we need to write

df.write \
                .format("delta") \
                .save(path)

Comments

Popular posts from this blog

Introduction To Oracle10g

Insert

Except