eakmanrq / sqlframe

Turning PySpark Into a Universal DataFrame API
https://sqlframe.readthedocs.io/en/stable/
MIT License
174 stars 3 forks source link

feat: add printSchema to BQ and Snowflake #84

Closed eakmanrq closed 2 weeks ago

eakmanrq commented 2 weeks ago

Expands on https://github.com/eakmanrq/sqlframe/pull/29 and adds support for BQ and Snowflake.

Now all engines with a connection can get their current data types.