Skip to content

Commit

Permalink
fix: use proper destination dir syntax when mirroring (et/somenergia-…
Browse files Browse the repository at this point in the history
…jardiner!167)

Merge branch 'fix/mhcil-dag' into 'main'
  • Loading branch information
diegoquintanav committed Jan 10, 2025
2 parents 0be90a8 + 85fa96d commit cad7ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/dag_simel_mhcil_nas_mirror_from_minio.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_random_moll():
"MINIO_SECRET_KEY": Variable.get("MINIO_SOM_AIRBYTE_SECRET_KEY"),
"MINIO_ALIAS": MINIO_ALIAS,
"MIRROR_ORIG_PATH": "/mercat-electric/20_SIMEL/1394_pen/MHCIL",
"MIRROR_DEST_PATH": f"/{MINIO_ALIAS}/simel-mhcil-nas",
"MIRROR_DEST_PATH": f"{MINIO_ALIAS}/simel-mhcil-nas",
}

cmd = [
Expand Down

0 comments on commit cad7ac8

Please sign in to comment.