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...
Seeing the following exception on the three Metis ETLs in Airflow:
Perhaps related to the recent bump in
etna
gem version? The lock file would have changed from0.1.46
to0.1.47
... at least locally it seems to have, for me. Would that cause permissions issues? Seems weird...