Burm Baek

Results 1 issues of Burm Baek

I have a question regarding accessing delta lake tables by python. Similar to [this SQLAlchemy example](https://github.com/databricks/databricks-sql-python/blob/f6bb5d6da2bffae7d885d2ee47121955e8ea64c6/examples/sqlalchemy.py), I tried to save something in a `BINARY` column like: ```python example_bytes = Column(BINARY)...

enhancement
sqlalchemy