Open kacarmichael opened 2 months ago
Restarted my machine and recreated this entirely in a command prompt. Created a new stripe source, got a successful check, and got the same error when calling for available streams. Other commands also return the same issue. source.read()
yields the same error.
Can you give more information on how you have supplied the arguments for while creating the source?
Are you using a DockerExecutor
? if not, can you try?
Just installed pyairbyte into a venv and created a stripe connector. Installation and source creation went fine, with a successful
source.check()
.source.get_available_streams()
returns:Efforts to find out if there is another process that somehow latched onto the sqlite files generated have turned up no results. Is it possible that another part of the connector is trying to access the sqlite files before they've been unlocked by previous processes?