File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 7474HDFS_USER = "hdfs.user"
7575HDFS_KERB_TICKET = "hdfs.kerberos_ticket"
7676ADLS_CONNECTION_STRING = "adls.connection-string"
77+ ADLS_CREDENTIAL = "adls.credential"
7778ADLS_ACCOUNT_NAME = "adls.account-name"
7879ADLS_ACCOUNT_KEY = "adls.account-key"
7980ADLS_SAS_TOKEN = "adls.sas-token"
Original file line number Diff line number Diff line change 4545 ADLS_CLIENT_ID ,
4646 ADLS_CLIENT_SECRET ,
4747 ADLS_CONNECTION_STRING ,
48+ ADLS_CREDENTIAL ,
4849 ADLS_SAS_TOKEN ,
4950 ADLS_TENANT_ID ,
5051 AWS_ACCESS_KEY_ID ,
@@ -203,6 +204,7 @@ def _adls(properties: Properties) -> AbstractFileSystem:
203204
204205 return AzureBlobFileSystem (
205206 connection_string = properties .get (ADLS_CONNECTION_STRING ),
207+ credential = properties .get (ADLS_CREDENTIAL ),
206208 account_name = properties .get (ADLS_ACCOUNT_NAME ),
207209 account_key = properties .get (ADLS_ACCOUNT_KEY ),
208210 sas_token = properties .get (ADLS_SAS_TOKEN ),
You can’t perform that action at this time.
0 commit comments