Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2024 02:26 PM
Hello community,
I installed databricks extension on my vscode ide. How to fix this error? I created the environment to run locally my notebooks and selected the available remote cluster to execute my notebook, what else?
I Have this error: ImportError: cannot import name 'AnalyzeArgument' from 'pyspark.sql.udtf'
This is the snippet code:
from databricks.connect import DatabricksSession
spark = DatabricksSession.builder.getOrCreate()
spark.sql("SELECT * FROM catalog.00_bronze_layer.client_email LIMIT 10")