cancel
Showing results for 
Search instead for 
Did you mean: 
tiagomotap5
New Contributor
since ‎07-28-2023
‎07-28-2023

User Stats

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

User Activity

Hello everyone!I have a pipeline in Data Factory full of notebooks. In one of the notebooks I have the following (inside a function take writes a query to a table):"try:df = spark.sql(query)df.write.format(format).mode(method).saveAsTable(table)excep...