PermissionError: [Errno 13] with octavia-cli on Windows

  • Is this your first time deploying Airbyte?: No
  • OS Version / Instance: Windows
  • Memory / Disk: 32Gb / 512 Gb
  • Deployment: Docker
  • Airbyte Version: tried 0.39.0-alpha and 0.40.23
  • Source name/version:
  • Destination name/version:

Hello. I deployed airbyte with octavia-cli to macos and everything works great. But on Windows 10 there is a error: PermissionError: [Errno 13] Permission denied: ‘connections’
I also noticed that it creates a folder “Airbyte;C” in the project root when you run octavia init.

the error occurs when i run:
alias octavia=‘docker run -i --rm -v $(pwd):/home/octavia-project --network airflow_summit_network --env-file ${OCTAVIA_ENV_FILE} --user $(id -u):$(id -g) airbyte/octavia-cli:0.39.0-alpha --airbyte-url http://airbyte-server:8001

cd airbyte
octavia init

‘’’
:octopus: - Octavia is targetting your Airbyte instance running at http://host.docker.internal:8001 on workspace 1ec9f7c9-3ddf-4a16-885a-8fa7e3899831.
:octopus: - Project is not yet initialized.
:hammer: - Initializing the project.
Traceback (most recent call last):
File “/usr/local/bin/octavia”, line 8, in
sys.exit(octavia())
File “/usr/local/lib/python3.9/site-packages/click/core.py”, line 1128, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python3.9/site-packages/click/core.py”, line 1053, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python3.9/site-packages/click/core.py”, line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python3.9/site-packages/octavia_cli/base_commands.py”, line 54, in invoke
raise e
File “/usr/local/lib/python3.9/site-packages/octavia_cli/base_commands.py”, line 51, in invoke
result = super().invoke(ctx)
File “/usr/local/lib/python3.9/site-packages/click/core.py”, line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python3.9/site-packages/click/core.py”, line 754, in invoke
return __callback(*args, **kwargs)
File “/usr/local/lib/python3.9/site-packages/click/decorators.py”, line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File “/usr/local/lib/python3.9/site-packages/octavia_cli/init/commands.py”, line 30, in init
created_directories, not_created_directories = create_directories(DIRECTORIES_TO_CREATE)
File “/usr/local/lib/python3.9/site-packages/octavia_cli/init/commands.py”, line 19, in create_directories
os.mkdir(directory)
PermissionError: [Errno 13] Permission denied: ‘connections’
‘’’

Hello there! You are receiving this message because none of your fellow community members has stepped in to respond to your topic post. (If you are a community member and you are reading this response, feel free to jump in if you have the answer!) As a result, the Community Assistance Team has been made aware of this topic and will be investigating and responding as quickly as possible.
Some important considerations that will help your to get your issue solved faster:

  • It is best to use our topic creation template; if you haven’t yet, we recommend posting a followup with the requested information. With that information the team will be able to more quickly search for similar issues with connectors and the platform and troubleshoot more quickly your specific question or problem.
  • Make sure to upload the complete log file; a common investigation roadblock is that sometimes the error for the issue happens well before the problem is surfaced to the user, and so having the tail of the log is less useful than having the whole log to scan through.
  • Be as descriptive and specific as possible; when investigating it is extremely valuable to know what steps were taken to encounter the issue, what version of connector / platform / Java / Python / docker / k8s was used, etc. The more context supplied, the quicker the investigation can start on your topic and the faster we can drive towards an answer.
  • We in the Community Assistance Team are glad you’ve made yourself part of our community, and we’ll do our best to answer your questions and resolve the problems as quickly as possible. Expect to hear from a specific team member as soon as possible.

Thank you for your time and attention.
Best,
The Community Assistance Team