You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Python we no equivalent to .getDefinition().getColumn("MyColumn") in Java, so it's a pain if you have a question like "what is the data type of MyColumn?" or "Is MyColumn a partitioning column?"
There should be a .get_column(col_name: str) or something similar
The text was updated successfully, but these errors were encountered:
In Python we no equivalent to
.getDefinition().getColumn("MyColumn")
in Java, so it's a pain if you have a question like "what is the data type ofMyColumn
?" or "IsMyColumn
a partitioning column?"There should be a
.get_column(col_name: str)
or something similarThe text was updated successfully, but these errors were encountered: