Skip to content

Commit 0645b92

Browse files
authored
Merge pull request #157 from ImagingDataCommons/idc-prod-sp
Sprint 15
2 parents 115b366 + 0d11c27 commit 0645b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cohorts/views/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ def create_manifest_bq_table(request, cohort):
843843

844844
export_settings = {
845845
'dest': {
846-
'project_id': settings.BIGQUERY_DATA_PROJECT_ID,
846+
'project_id': settings.BIGQUERY_USER_DATA_PROJECT_ID,
847847
'dataset_id': settings.BIGQUERY_USER_MANIFEST_DATASET,
848848
'table_id': user_table
849849
},

0 commit comments

Comments
 (0)