Home > Net >  Identify pyspark table definition for a struct field
Identify pyspark table definition for a struct field

Time:11-04

in the Azure databricks I have been using the following syntax for identifying the definition of a spark table.But I have a struct column with more than 50 columns as a result the output is hidden like the screenshot below. Can you help me with the correct syntax please. Thanks in advance.

%sql
DESCRIBE table  mak.g1

enter image description here

This same technique can be done with "describe table".

  • Related