airbytehq / PyAirbyte

PyAirbyte brings the power of Airbyte to every Python developer.
https://docs.airbyte.com/pyairbyte
Other
176 stars 20 forks source link

Postgresql cache issue #252

Open jiangsong216 opened 1 month ago

jiangsong216 commented 1 month ago

My script using postgresql cache with airbyte 0.10.4 works fine, but it failed after upgraded to version 0.11. The error is show below: image

aaronsteers commented 1 month ago

@jiangsong216 - Thanks for reporting this. It looks like we inadvertently dropped the default setting ('airbyte_raw') for this input variable. We can add this back in a future release.

As a workaround, can you try specifying schema_name="airbyte_raw" in your PostgresCache() constructor?