Skip to content

Commit

Permalink
Update revision to PEGS challenge DAG (#53)
Browse files Browse the repository at this point in the history
Following up from the newest commit that was merged: Sage-Bionetworks-Workflows/nf-synapse-challenge#30
  • Loading branch information
jaymedina authored May 22, 2024
1 parent 32ecf15 commit ddc39cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/pegs-challenge-submission-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
dag_params = {
"synapse_conn_id": Param("SYNAPSE_ORCA_SERVICE_ACCOUNT_CONN", type="string"),
"aws_conn_id": Param("AWS_TOWER_PROD_S3_CONN", type="string"),
"revision": Param("0e7f877dea9aef2a450d1b76279ddc16338b575b", type="string"),
"revision": Param("257b8cf29ac958a5f0a3f76f9f26fa37814fd3b4", type="string"),
"challenge_profile": Param("pegs_challenge_validate", type="string"),
"tower_conn_id": Param("PEGS_CHALLENGE_PROJECT_TOWER_CONN", type="string"),
"tower_view_id": Param("syn57373526", type="string"),
Expand Down

0 comments on commit ddc39cd

Please sign in to comment.