Skip to content

Commit

Permalink
[no ticket][risk=no] Update underlay name string for creating cohorts…
Browse files Browse the repository at this point in the history
… in DA 2.0 (#8997)
  • Loading branch information
dolbeew authored Dec 13, 2024
1 parent 756a027 commit c5f8015
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const DataComponentTanagra = fp.flow(
studyId: workspace.namespace,
cohortCreateInfo: {
displayName: `Untitled cohort ${new Date().toLocaleString()}`,
underlayName: 'aou' + bigqueryDataset,
underlayName: 'aou' + bigqueryDataset.split('_')[0],
},
};
const newCohort = await cohortsApi().createCohort(createCohortRequest);
Expand Down

0 comments on commit c5f8015

Please sign in to comment.