v0.17.4
·
252 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, Sukanta Roy (@sukantaroy01)!