Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix integer deserialization for headers (#553)
## Changes Fix integer deserialization for headers. Headers are always serialized as strings by Http convention, so we need to cast on deserialization. ## Tests Used the new tests for files API https://github.com/databricks/databricks-sdk-py/pull/552/files
- Loading branch information