ldacey
08/07/2023, 6:09 PMpa.schema(
[
("load_timestamp", pa.timestamp("ns", "UTC")),
("survey_completed", pa.timestamp("us", "America/New_York")),
("business", pa.dictionary(pa.int8(), pa.string())),
and the timestamp error:
Exception: Schema error: Invalid data type for Delta Lake: Timestamp(Microsecond, Some("America/New_York"))
Will Jones
08/07/2023, 6:29 PMldacey
08/07/2023, 6:49 PMWill Jones
08/07/2023, 6:52 PM