Skip to content

Commit

Permalink
fix: Fix AWS bootstrap template (#2604)
Browse files Browse the repository at this point in the history
* Fix AWS bootstrap template

Signed-off-by: Felix Wang <wangfelix98@gmail.com>

* Fix template

Signed-off-by: Felix Wang <wangfelix98@gmail.com>
  • Loading branch information
felixwang9817 authored and kevjumba committed Apr 28, 2022
1 parent a1c3ee3 commit 6df5a49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/python/feast/templates/aws/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ def bootstrap():
replace_str_in_file(driver_file, "%REDSHIFT_DATABASE%", database)
replace_str_in_file(config_file, "%REDSHIFT_USER%", user)
replace_str_in_file(
driver_file, config_file, "%REDSHIFT_S3_STAGING_LOCATION%", s3_staging_location
config_file, "%REDSHIFT_S3_STAGING_LOCATION%", s3_staging_location
)
replace_str_in_file(config_file,)
replace_str_in_file(config_file, "%REDSHIFT_IAM_ROLE%", iam_role)


Expand Down

0 comments on commit 6df5a49

Please sign in to comment.