airbytehq / PyAirbyte

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

Bug: permission error in source_check() for venv-source-faker (Windows issue) #130

Closed bindipankhudi closed 7 months ago

bindipankhudi commented 7 months ago

Isssue reported by Carsten Hohnke in slack:

Now getting permission error in source_check() when venv-source-faker trying to access c:/.../appdata/local/temp/tmpxxxx during _read_json_file in connector.py that I haven't been able to trace.

Trace included in screenshots:

image (2) image (3)

aaronsteers commented 7 months ago

@bindipankhudi - I think this may be related to:

Fix WIP:

aaronsteers commented 7 months ago

@bindipankhudi - Now that #100 has merged and released, this can be retested in the latest v0.7.6 version.

aaronsteers commented 7 months ago

@bindipankhudi - I believe this is resolved. Please re-open if issues persist.