Skip to content

v0.17.4

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 20:44
· 61 commits to refs/heads/main since this release
ddbf6f4

✨ 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. with source-google-ads (#343) - Thanks, @sukantaroy01!