Philipp
Philipp
The dbutils.notebook.run() fails when using a job cluster since August 12th. Im on DBR 10.4 West Europe. --- #### Document Details ⚠ *Do not edit this section. It is required...
Hi, while trying to create a (very simple, stripped down) Databricks Job by using the Databricks CLI from Windows: ``` databricks jobs create --json '{"name":"MY_JOB","email_notifications":{"no_alert_for_skipped_runs":false},"webhook_notifications":{},"timeout_seconds":0,"max_concurrent_runs":1,"tasks":[{"task_key":"MY_TASK","notebook_task":{"notebook_path":"MY_NOTEBOOK","source":"WORKSPACE"},"job_cluster_key":"Job_cluster","timeout_seconds":0,"email_notifications":{}}],"job_clusters":[{"job_cluster_key":"Job_cluster","new_cluster":{"spark_version":"12.2.x-scala2.12","spark_conf":{"spark.databricks.delta.preview.enabled":"true"},"azure_attributes":{"first_on_demand":1,"availability":"ON_DEMAND_AZURE","spot_bid_max_price":-1},"node_type_id":"Standard_DS3_v2","spark_env_vars":{"PYSPARK_PYTHON":"/databricks/python3/bin/python3"},"enable_elastic_disk":true,"data_security_mode":"LEGACY_SINGLE_USER_STANDARD","runtime_engine":"STANDARD","num_workers":8}}],"format":"MULTI_TASK"}' ``` I realized this results...
### Search before asking - [x] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened I have an issue with the behavior of linting the STRUCT function...