airbytehq/PyAirbyte

Postgresql cache issue

jiangsong216 opened this issue · 1 comments

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

@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?