We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47593af commit 3b9848cCopy full SHA for 3b9848c
1 file changed
pyiceberg/io/fsspec.py
@@ -39,9 +39,11 @@
39
from pyiceberg.catalog import TOKEN
40
from pyiceberg.exceptions import SignError
41
from pyiceberg.io import (
42
+ ADLS_ACCOUNT_HOST,
43
ADLS_ACCOUNT_KEY,
44
ADLS_ACCOUNT_NAME,
45
ADLS_CLIENT_ID,
46
+ ADLS_CLIENT_SECRET,
47
ADLS_CONNECTION_STRING,
48
ADLS_SAS_TOKEN,
49
ADLS_TENANT_ID,
@@ -73,8 +75,6 @@
73
75
S3_SIGNER_ENDPOINT,
74
76
S3_SIGNER_ENDPOINT_DEFAULT,
77
S3_SIGNER_URI,
- ADLS_CLIENT_SECRET,
- ADLS_ACCOUNT_HOST,
78
FileIO,
79
InputFile,
80
InputStream,
0 commit comments