We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 115b366 + 0d11c27 commit 0645b92Copy full SHA for 0645b92
cohorts/views/views.py
@@ -843,7 +843,7 @@ def create_manifest_bq_table(request, cohort):
843
844
export_settings = {
845
'dest': {
846
- 'project_id': settings.BIGQUERY_DATA_PROJECT_ID,
+ 'project_id': settings.BIGQUERY_USER_DATA_PROJECT_ID,
847
'dataset_id': settings.BIGQUERY_USER_MANIFEST_DATASET,
848
'table_id': user_table
849
},
0 commit comments