Postgresql cache issue
jiangsong216 opened this issue · 1 comments
jiangsong216 commented
aaronsteers commented
@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?