Marc Lipoff
12/16/2020, 7:45 PMThe repository with name 'staging-prefect-insurance_export' does not exist in the registry with id '524279393077'
Im running something like this :
Docker(registry_url='<account_id>.<http://dkr.ecr.us-west-2.amazonaws.com|dkr.ecr.us-west-2.amazonaws.com>',
image_name="dev-prefect-<flow-name>",
python_dependencies=python_dependencies,
files={f: os.path.join('/modules/', os.path.basename(f))
for f in get_files_in_directory(current_module_directory)},
env_vars = {"PYTHONPATH": "$PYTHONPATH:modules/:modules/utils/"})
josh
12/16/2020, 7:52 PMMarc Lipoff
12/16/2020, 7:52 PM