v0.10.0 #187
aaronsteers
announced in
Announcements
v0.10.0
#187
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
✨ New Features
This release focuses on broadening the vision of PyAirbyte, adding capabilities for Airbyte Cloud users to orchestrate their syncs using PyAirbyte. Secrets management is also significantly expanded. Lastly, we improve record parsing of problematic records thanks to a community contribution from @SebastienN15.
☁️ Cloud Interop (#143)
CloudWorkspace.run_sync()
, which returns aSyncResult
object.CachedDataset
objects from completed Airbyte Cloud jobs, and read records from those final tables. (Snowflake and BigQuery only.)🔐 Secrets Management (#143)
CustomSecretsManager
.GoogleGSMSecretsManager
.🐛 Fixes
json
parser (Fix: Addjson
fall back for deeply nested records #178) - Thanks, @SebastienN15!!This discussion was created from the release v0.10.0.
Beta Was this translation helpful? Give feedback.
All reactions