v0.17.4
github-actions
released this
09 Sep 20:44
·
61 commits
to refs/heads/main
since this release
✨ New Features
- The lazy record generator
Source.get_records()
can now be configured to normalize field names and ignore undeclared fields. (#359)
🐛 Fixes
- Resolve issues in Postgres when column or table names are >63 characters (#359)
- Resolve issue where PyAirbyte would fail if property names contain the dot character (
'.'
), e.g. withsource-google-ads
(#343) - Thanks, @sukantaroy01!