Skip to content

Commit

Permalink
Remove lungmap catalogs from dev and sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Oct 2, 2021
1 parent cae18ec commit d5c935f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions deployments/dev/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,6 @@ def env() -> Mapping[str, Optional[str]]:
'tdr:datarepo-dev-e8e0a59a:snapshot/hca_dev_f8aa201c4ff145a4890e840d63459ca2__20210901_20210903:',
'tdr:datarepo-dev-96d8e08c:snapshot/hca_dev_faeedcb0e0464be7b1ad80a3eeabb066__20210831_20210903:'
]),
**{
f'AZUL_TDR_{catalog.upper()}_SOURCES': ','.join([
'tdr:broad-jade-dev-data:snapshot/lungmap_dev_20210412__20210414:',
])
for catalog in ('lungmap', 'it3lungmap')
},
'AZUL_TDR_SOURCE_LOCATION': 'us-central1',
'AZUL_TDR_SERVICE_URL': 'https://jade.datarepo-dev.broadinstitute.org',
'AZUL_SAM_SERVICE_URL': 'https://sam.dsde-dev.broadinstitute.org',
Expand Down
6 changes: 0 additions & 6 deletions deployments/sandbox/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ def env() -> Mapping[str, Optional[str]]:
'tdr:datarepo-dev-dbc582d9:snapshot/hca_dev_dbcd4b1d31bd4eb594e150e8706fa192__20210827_20210902:4',
'tdr:datarepo-dev-10f0610a:snapshot/hca_dev_f81efc039f564354aabb6ce819c3d414__20210827_20210903:4'
]),
**{
f'AZUL_TDR_{catalog.upper()}_SOURCES': ','.join([
'tdr:broad-jade-dev-data:snapshot/lungmap_dev_20210412__20210414:/0',
])
for catalog in ('lungmap', 'it3lungmap')
},
'AZUL_TDR_SOURCE_LOCATION': 'us-central1',
'AZUL_TDR_SERVICE_URL': 'https://jade.datarepo-dev.broadinstitute.org',
'AZUL_SAM_SERVICE_URL': 'https://sam.dsde-dev.broadinstitute.org',
Expand Down

0 comments on commit d5c935f

Please sign in to comment.