Skip to content

Commit

Permalink
21.09.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalangone committed Sep 27, 2021
1 parent 755e96b commit 9bc2199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ common {
"fda"
]
output-format = "parquet"
output = "gs://open-targets-pre-data-releases/21.09.2/output/etl/parquet"
output = "gs://open-targets-pre-data-releases/21.09.4/output/etl/parquet"
output = ${?OT_ETL_OUTPUT}

metadata {
format = "json"
path = ${common.output}"/metadata/"
}

input = "gs://open-targets-pre-data-releases/21.09.2/input"
input = "gs://open-targets-pre-data-releases/21.09.4/input"

}

Expand Down

0 comments on commit 9bc2199

Please sign in to comment.