Skip to content

Commit c2437b0

Browse files
updated create table script to download azure_credential_utils file
1 parent d4cbe37 commit c2437b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_create_table_script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ az postgres flexible-server firewall-rule create --resource-group $resourceGroup
2323

2424
# Download the create table python file
2525
curl --output "create_postgres_tables.py" ${baseUrl}"scripts/data_scripts/create_postgres_tables.py"
26+
curl --output "azure_credential_utils.py" ${baseUrl}"scripts/data_scripts/azure_credential_utils.py"
2627

2728
# Download the requirement file
2829
curl --output "$requirementFile" "$requirementFileUrl"

0 commit comments

Comments
 (0)