cancel
Showing results for 
Search instead for 
Did you mean: 
Loinguyen318
New Contributor II
since ‎11-10-2022
Tuesday

User Stats

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Hi all,I would like to find a solution to execute a Bigquery DDL in a cell of databricks notebook directly.Have any solution for my problem?This is the example of DDL:CREATE EXTERNAL TABLE `PROJECT_ID.DATASET.DELTALAKE_TABLE_NAME` WITH CONNECTION `PR...
I am using notebook to execute a sample spark to write delta table in dbfs using free edition. However, I face an issue, that I can not access the public DBFS after the code executed.The spark code such as:data = spark.range(0, 5)data.write.format("d...
Kudos from