Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 11:49 AM
Hi @Retired_mod, thank you for your response. Would there be a way to still use the widget value? Or the pyspark parameter if this line is part of the code:
folder_name = dbutils.widgets.get('folderName')
Without rewriting spark.sql("""query""") into spark.sql(f"""query""")?