airbytehq / PyAirbyte

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

🐛 Bug: Unexpected behavior if stream name is non-standard #232

Closed aaronsteers closed 1 month ago

aaronsteers commented 1 month ago

We've had a couple reports this week of unexpected behaviors from PyAirbyte when the incoming stream name has weird characters and/or weird input format.

Example stream name of "*" is one example. PyAirbyte does not complain but then is later unable to correctly insert into the correct table. (In this case was used with BigQuery cache.)