File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 12
12
CALITP__ELAVON_SFTP_HOSTNAME = os .environ ["CALITP__ELAVON_SFTP_HOSTNAME" ]
13
13
CALITP__ELAVON_SFTP_PORT = os .environ ["CALITP__ELAVON_SFTP_PORT" ]
14
14
CALITP__ELAVON_SFTP_USERNAME = os .environ ["CALITP__ELAVON_SFTP_USERNAME" ]
15
- CALITP__ELAVON_SFTP_PASSWORD = get_secret_by_name ("CALITP__ELAVON_SFTP_PASSWORD" )
16
15
CALITP_BUCKET__ELAVON_RAW = os .environ ["CALITP_BUCKET__ELAVON_RAW" ]
17
16
18
17
@@ -29,7 +28,7 @@ def mirror_raw_files_from_elavon():
29
28
hostname = CALITP__ELAVON_SFTP_HOSTNAME ,
30
29
port = CALITP__ELAVON_SFTP_PORT ,
31
30
username = CALITP__ELAVON_SFTP_USERNAME ,
32
- password = CALITP__ELAVON_SFTP_PASSWORD ,
31
+ password = get_secret_by_name ( " CALITP__ELAVON_SFTP_PASSWORD" ) ,
33
32
)
34
33
35
34
# Create SFTP client and navigate to data directory
You can’t perform that action at this time.
0 commit comments