mountetna / monoetna

mono-repository version of etna projects
GNU General Public License v2.0
1 stars 0 forks source link

Metis ETLs throwing exception about `/etna/Gemfile.lock` #1192

Closed coleshaw closed 1 year ago

coleshaw commented 1 year ago

Seeing the following exception on the three Metis ETLs in Airflow:

[2023-01-30, 11:02:39 PST] {docker_operator_base.py:317} INFO - /bundle/ruby/2.7.0/gems/bundler-2.3.21/lib/bundler/shared_helpers.rb:105:in `rescue in filesystem_access': There was an error while trying to write to `/etna/Gemfile.lock`. It is likely that you need to grant write permissions for that path. (Bundler::PermissionError)

Perhaps related to the recent bump in etna gem version? The lock file would have changed from 0.1.46 to 0.1.47 ... at least locally it seems to have, for me. Would that cause permissions issues? Seems weird...

coleshaw commented 1 year ago

ETLs seem to be running again, without errors, in Airflow.