databricks-sql-python
databricks-sql-python copied to clipboard
`SEA`: Normalise Column Values from Metadata queries
What type of PR is this?
- [x] Feature
Description
A few of the values in the columns of metadata queries are slightly disparate, eg: Thrift may return "YES" / "NO" where SEA may return "true" / "false".
Here, we seek to address most such disparities between the two backend clients.
How is this tested?
- [ ] Unit tests
- [ ] E2E Tests
- [ ] Manually
- [ ] N/A