Skip to content

Commit

Permalink
Merge pull request #157 from ImagingDataCommons/idc-prod-sp
Browse files Browse the repository at this point in the history
Sprint 15
  • Loading branch information
s-paquette authored Dec 9, 2020
2 parents 115b366 + 0d11c27 commit 0645b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cohorts/views/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ def create_manifest_bq_table(request, cohort):

export_settings = {
'dest': {
'project_id': settings.BIGQUERY_DATA_PROJECT_ID,
'project_id': settings.BIGQUERY_USER_DATA_PROJECT_ID,
'dataset_id': settings.BIGQUERY_USER_MANIFEST_DATASET,
'table_id': user_table
},
Expand Down

0 comments on commit 0645b92

Please sign in to comment.