You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| s3.access-key-id | admin | Configure the static access key id used to access the FileIO. |
190
190
| s3.secret-access-key | password | Configure the static secret access key used to access the FileIO. |
191
191
| s3.session-token | AQoDYXdzEJr... | Configure the static session token used to access the FileIO. |
192
-
| s3.force-virtual-addressing | True | Whether to use virtual addressing of buckets. This must be set to True as OSS can only be accessed with virtual hosted style address. |
192
+
| s3.force-virtual-addressing | True | Whether to use virtual addressing of buckets. This is set to `True` by default as OSS can only be accessed with virtual hosted style address. |
"""A `requests.auth.AuthBase` adapter that integrates an `AuthManager` into a `requests.Session` to automatically attach the appropriate Authorization header to every request.
54
+
55
+
This adapter is useful when working with `requests.Session.auth`
56
+
and allows reuse of authentication strategies defined by `AuthManager`.
57
+
This AuthManagerAdapter is only intended to be used against the REST Catalog
58
+
Server that expects the Authorization Header.
59
+
"""
60
+
61
+
def__init__(self, auth_manager: AuthManager):
62
+
"""
63
+
Initialize AuthManagerAdapter.
64
+
65
+
Args:
66
+
auth_manager (AuthManager): An instance of an AuthManager subclass.
f"Cannot infer partition value from parquet metadata for a non-linear Partition Field: {partition_field.name} with transform {partition_field.transform}"
f"Cannot infer partition value from parquet metadata as there are more than one partition values for Partition Field: {partition_field.name}. {lower_value=}, {upper_value=}"
0 commit comments