Skip to content

Commit 6df5a49

Browse files
felixwang9817kevjumba
authored andcommitted
fix: Fix AWS bootstrap template (#2604)
* Fix AWS bootstrap template Signed-off-by: Felix Wang <[email protected]> * Fix template Signed-off-by: Felix Wang <[email protected]>
1 parent a1c3ee3 commit 6df5a49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/python/feast/templates/aws/bootstrap.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ def bootstrap():
6161
replace_str_in_file(driver_file, "%REDSHIFT_DATABASE%", database)
6262
replace_str_in_file(config_file, "%REDSHIFT_USER%", user)
6363
replace_str_in_file(
64-
driver_file, config_file, "%REDSHIFT_S3_STAGING_LOCATION%", s3_staging_location
64+
config_file, "%REDSHIFT_S3_STAGING_LOCATION%", s3_staging_location
6565
)
66-
replace_str_in_file(config_file,)
6766
replace_str_in_file(config_file, "%REDSHIFT_IAM_ROLE%", iam_role)
6867

6968

0 commit comments

Comments
 (0)