You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2026. It is now read-only.
The current way of passing creds in airflow for taar jobs is not ideal – the cleanest way to do this right now is probably to write to a GCS bucket for all the outputs, and sync the bucket to AWS using the GoogleCloudStorageToS3Operator
The current way of passing creds in airflow for taar jobs is not ideal – the cleanest way to do this right now is probably to write to a GCS bucket for all the outputs, and sync the bucket to AWS using the GoogleCloudStorageToS3Operator
Most of the changes are isolated to the s3-interfacing methods here: https://github.com/mozilla/python_mozetl/blob/master/mozetl/taar/taar_utils.py