The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.9
ABFS
Package: flyte.storage
Any Azure Blob Storage specific configuration.
Parameters
class ABFS(
retries: int,
backoff: datetime.timedelta,
enable_debug: bool,
attach_execution_metadata: bool,
account_name: typing.Optional[str],
account_key: typing.Optional[str],
tenant_id: typing.Optional[str],
client_id: typing.Optional[str],
client_secret: typing.Optional[str],
)| Parameter | Type | Description |
|---|---|---|
retries |
int |
|
backoff |
datetime.timedelta |
|
enable_debug |
bool |
|
attach_execution_metadata |
bool |
|
account_name |
typing.Optional[str] |
|
account_key |
typing.Optional[str] |
|
tenant_id |
typing.Optional[str] |
|
client_id |
typing.Optional[str] |
|
client_secret |
typing.Optional[str] |
Methods
| Method | Description |
|---|---|
auto() |
Construct the config object automatically from environment variables. |
get_fsspec_kwargs() |
Returns the configuration as kwargs for constructing an fsspec filesystem. |
auto()
def auto()Construct the config object automatically from environment variables.
get_fsspec_kwargs()
def get_fsspec_kwargs(
anonymous: bool,
kwargs,
) -> typing.Dict[str, typing.Any]Returns the configuration as kwargs for constructing an fsspec filesystem.
| Parameter | Type | Description |
|---|---|---|
anonymous |
bool |
|
kwargs |
**kwargs |