File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
33npm run build && cdk synth OpenTargetsRodaTemplate
44aws 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
99npm run build && cdk synth ChemblRodaTemplate
1010aws 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
1414npm run build && cdk synth BindingDbRodaTemplate
1515aws s3 cp cdk.out/BindingDbRodaTemplate.template.json s3://aws-roda-hcls-datalake/BindingDbRodaTemplate.json
1616
You can’t perform that action at this time.
0 commit comments