cancel
Showing results for 
Search instead for 
Did you mean: 
YSDPrasad
New Contributor III
since ‎03-10-2023
‎06-26-2023

User Stats

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

User Activity

Hi all,Currently we are using Driver: Standard_D32s_v3 · Workers: Standard_D32_v3 · 2-8 workers · 6.4 Extended Support (includes Apache Spark 2.4.5, Scala 2.11) cluster. For this we are running 24/7 streaming notebook on trigger of every minute and 5...
import com.microsoft.azure.sqldb.spark.config.Configimport com.microsoft.azure.sqldb.spark.connect._import com.microsoft.azure.sqldb.spark.query._val query = "Truncate table tablename"val config = Config(Map( "url"     -> dbutils.secrets.get(scope = ...
Kudos from