- 2562 Views
- 0 replies
- 0 kudos
I have the below schemaschema = StructType([StructField(name="Test",dataType=StringType(),nullable=False,metadata={"description": "This is to test metadata description."})])data = [('Test1',), ('Test2',), ('Test3',)]
df = spark.createDataFrame(data, ...
- 2562 Views
- 0 replies
- 0 kudos
- 5048 Views
- 1 replies
- 0 kudos
I'm trying to connect to tables/views in Databricks using Python(via VS Code). However, I'm getting the following error:- File "C:\Users\XXXXXXXX\AppData\Roaming\Python\Python311\site-packages\urllib3\util\retry.py", line 592, in incrementraise MaxRe...
- 5048 Views
- 1 replies
- 0 kudos
- 7408 Views
- 0 replies
- 0 kudos
Hi ! I am writing because I am trying to get the data from network usage from a databricks job cluster. I know that the data is on spark-ui / storage but when the job cluster is terminate I cannot acces to the information , and I trying to make some ...
- 7408 Views
- 0 replies
- 0 kudos