Skip to content

Commit d55d95e

Browse files
author
Andrew de Rozario
committed
updating Roda table and database names for template synth script
1 parent 2a6404b commit d55d95e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

SynthRodaTemplates.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
aws glue get-tables --database-name opentargets_1911_dl > RODA_templates/open_targets_1911_get_tables.json
2-
aws glue get-database --name opentargets_1911_dl > RODA_templates/open_targets_1911_get_database.json
1+
aws glue get-tables --database-name opentargets_1911_dl-awsroda > RODA_templates/open_targets_1911_get_tables.json
2+
aws glue get-database --name opentargets_1911_dl-awsroda > RODA_templates/open_targets_1911_get_database.json
33
npm run build && cdk synth OpenTargetsRodaTemplate
44
aws s3 cp cdk.out/OpenTargetsRodaTemplate.template.json s3://aws-roda-hcls-datalake/OpenTargetsRodaTemplate.json
55

66

7-
aws glue get-tables --database-name chembl_25_dl > RODA_templates/chembl_25_get_tables.json
8-
aws glue get-database --name chembl_25_dl > RODA_templates/chembl_25_get_database.json
7+
aws glue get-tables --database-name chembl_25_dl-awsroda > RODA_templates/chembl_25_get_tables.json
8+
aws glue get-database --name chembl_25_dl-awsroda > RODA_templates/chembl_25_get_database.json
99
npm run build && cdk synth ChemblRodaTemplate
1010
aws s3 cp cdk.out/ChemblRodaTemplate.template.json s3://aws-roda-hcls-datalake/ChemblRodaTemplate.json
1111

12-
aws glue get-tables --database-name binding_db_dl > RODA_templates/binding_db_get_tables.json
13-
aws glue get-database --name binding_db_dl > RODA_templates/binding_db_get_database.json
12+
aws glue get-tables --database-name binding_db_dl-awsroda > RODA_templates/binding_db_get_tables.json
13+
aws glue get-database --name binding_db_dl-awsroda > RODA_templates/binding_db_get_database.json
1414
npm run build && cdk synth BindingDbRodaTemplate
1515
aws s3 cp cdk.out/BindingDbRodaTemplate.template.json s3://aws-roda-hcls-datalake/BindingDbRodaTemplate.json
1616

0 commit comments

Comments
 (0)