-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug: PostgreSQL Cache can't rename intermediate Table after replication #148
Comments
@tinomerl - Thanks for logging this. Can you try again, but specifying an explicit schema name in your Postgres cache config? There may be an edge case here where omitting the schema name prevents us from properly referencing the tables as we create them. (If so, we may need to make schema name a required field.) |
hey @aaronsteers, thanks for the quick followup. I also tried it with explicitly stating the schema. The results were the same, with the same error. Sorry for not including that in the issue! I then dug a bit around and implemented a fix in #149. Let me know if i should change/test anything else. |
Hi @tinomerl! Hope you don't mind me reaching out on this ticket. I work with @aaronsteers and I was wondering how you are using PyAirbyte in your data integration workflow. Would you be open to filling out a quick survey: https://forms.gle/TrGVga3uu2z63ASp7 or just email me with your use case: [email protected]. Looking forward to hearing from you! |
Hey @bindipankhudi, i don't mind. Just filled out the Google Form. If you have any questions feel free to reach out. :) |
Thank you @tinomerl! Really appreciate it! :) |
PyAirbyte Version: 0.8.1
Airbyte Source LinkedIn Pages Version: 1.0.2
I just tested replicating the LinkedIn Pages Source to a local PostgreSQL and the Connector failed. I tested with two different streams.
organization_lookup
andfollower_statistics
. Both times the Connector failed with the Error Message.Both of the Tables exist in the DB after running the Script but are empty.
The number of runs doesn't matter. It happens when the table will be created first time but also when the table is already existing
Sample Code
Error Log organization_lookup
Error Log follower_stastics
The text was updated successfully, but these errors were encountered: