Skip to content

Commit 481c2ae

Browse files
claudespicelukekim
authored andcommitted
fix: Correct ABFS typo, add missing parameters and defaults
- Fix `abfs_proxy_exludes` → `abfs_proxy_excludes` typo in v1.5.x through v1.11.x - Add missing `abfs_container_name` and `abfs_use_fabric_endpoint` parameters to vNext docs - Add missing default values for `abfs_use_emulator` (false) and `abfs_max_retries` (3) in vNext docs
1 parent 1163bb2 commit 481c2ae

8 files changed

Lines changed: 11 additions & 9 deletions

File tree

  • website
    • docs/components/data-connectors
    • versioned_docs
      • version-1.10.x/components/data-connectors
      • version-1.11.x/components/data-connectors
      • version-1.5.x/components/data-connectors
      • version-1.6.x/components/data-connectors
      • version-1.7.x/components/data-connectors
      • version-1.8.x/components/data-connectors
      • version-1.9.x/components/data-connectors

website/docs/components/data-connectors/abfs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ The dataset name cannot be a [reserved keyword](../../reference/spicepod/keyword
6868
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
6969
| `file_format` | Specifies the data format. Required if not inferrable from `from`. Options: `parquet`, `csv`. Refer to [File Formats](./#file-formats) for details. |
7070
| `abfs_account` | Azure storage account name |
71+
| `abfs_container_name` | Azure container name |
7172
| `abfs_sas_string` | SAS (Shared Access Signature) Token to use for authorization |
7273
| `abfs_endpoint` | Storage endpoint, default: `https://{account}.blob.core.windows.net` |
73-
| `abfs_use_emulator` | Use `true` or `false` to connect to a local emulator |
74+
| `abfs_use_emulator` | Use `true` or `false` to connect to a local emulator. Default: `false` |
75+
| `abfs_use_fabric_endpoint` | Use Microsoft Fabric endpoint. Default: `false` |
7476
| `abfs_authority_host` | Alternative authority host, default: `https://login.microsoftonline.com` |
7577
| `abfs_proxy_url` | Proxy URL |
7678
| `abfs_proxy_ca_certificate` | CA certificate for the proxy |
@@ -107,7 +109,7 @@ If none of these are set the connector will default to using a [managed identity
107109

108110
| Parameter name | Description |
109111
| ------------------------------- | -------------------------------------------- |
110-
| `abfs_max_retries` | Maximum retries |
112+
| `abfs_max_retries` | Maximum retries. Default: `3` |
111113
| `abfs_retry_timeout` | Total timeout for retries (e.g., `5s`, `1m`) |
112114
| `abfs_backoff_initial_duration` | Initial retry delay (e.g., `5s`) |
113115
| `abfs_backoff_max_duration` | Maximum retry delay (e.g., `1m`) |

website/versioned_docs/version-1.10.x/components/data-connectors/abfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The dataset name cannot be a [reserved keyword](../../reference/spicepod/keyword
7474
| `abfs_authority_host` | Alternative authority host, default: `https://login.microsoftonline.com` |
7575
| `abfs_proxy_url` | Proxy URL |
7676
| `abfs_proxy_ca_certificate` | CA certificate for the proxy |
77-
| `abfs_proxy_exludes` | A list of hosts to exclude from proxy connections |
77+
| `abfs_proxy_excludes` | A list of hosts to exclude from proxy connections |
7878
| `abfs_disable_tagging` | Disable tagging objects. Use this if your backing store doesn't support tags |
7979
| `allow_http` | Allow insecure HTTP connections |
8080
| `hive_partitioning_enabled` | Enable partitioning using hive-style partitioning from the folder structure. Defaults to `false` |

website/versioned_docs/version-1.11.x/components/data-connectors/abfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The dataset name cannot be a [reserved keyword](../../reference/spicepod/keyword
7474
| `abfs_authority_host` | Alternative authority host, default: `https://login.microsoftonline.com` |
7575
| `abfs_proxy_url` | Proxy URL |
7676
| `abfs_proxy_ca_certificate` | CA certificate for the proxy |
77-
| `abfs_proxy_exludes` | A list of hosts to exclude from proxy connections |
77+
| `abfs_proxy_excludes` | A list of hosts to exclude from proxy connections |
7878
| `abfs_disable_tagging` | Disable tagging objects. Use this if your backing store doesn't support tags |
7979
| `allow_http` | Allow insecure HTTP connections |
8080
| `hive_partitioning_enabled` | Enable partitioning using hive-style partitioning from the folder structure. Defaults to `false` |

website/versioned_docs/version-1.5.x/components/data-connectors/abfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The dataset name cannot be a [reserved keyword](../../reference/spicepod/keyword
7474
| `abfs_authority_host` | Alternative authority host, default: `https://login.microsoftonline.com` |
7575
| `abfs_proxy_url` | Proxy URL |
7676
| `abfs_proxy_ca_certificate` | CA certificate for the proxy |
77-
| `abfs_proxy_exludes` | A list of hosts to exclude from proxy connections |
77+
| `abfs_proxy_excludes` | A list of hosts to exclude from proxy connections |
7878
| `abfs_disable_tagging` | Disable tagging objects. Use this if your backing store doesn't support tags |
7979
| `allow_http` | Allow insecure HTTP connections |
8080
| `hive_partitioning_enabled` | Enable partitioning using hive-style partitioning from the folder structure. Defaults to `false` |

website/versioned_docs/version-1.6.x/components/data-connectors/abfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The dataset name cannot be a [reserved keyword](../../reference/spicepod/keyword
7474
| `abfs_authority_host` | Alternative authority host, default: `https://login.microsoftonline.com` |
7575
| `abfs_proxy_url` | Proxy URL |
7676
| `abfs_proxy_ca_certificate` | CA certificate for the proxy |
77-
| `abfs_proxy_exludes` | A list of hosts to exclude from proxy connections |
77+
| `abfs_proxy_excludes` | A list of hosts to exclude from proxy connections |
7878
| `abfs_disable_tagging` | Disable tagging objects. Use this if your backing store doesn't support tags |
7979
| `allow_http` | Allow insecure HTTP connections |
8080
| `hive_partitioning_enabled` | Enable partitioning using hive-style partitioning from the folder structure. Defaults to `false` |

website/versioned_docs/version-1.7.x/components/data-connectors/abfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The dataset name cannot be a [reserved keyword](../../reference/spicepod/keyword
7474
| `abfs_authority_host` | Alternative authority host, default: `https://login.microsoftonline.com` |
7575
| `abfs_proxy_url` | Proxy URL |
7676
| `abfs_proxy_ca_certificate` | CA certificate for the proxy |
77-
| `abfs_proxy_exludes` | A list of hosts to exclude from proxy connections |
77+
| `abfs_proxy_excludes` | A list of hosts to exclude from proxy connections |
7878
| `abfs_disable_tagging` | Disable tagging objects. Use this if your backing store doesn't support tags |
7979
| `allow_http` | Allow insecure HTTP connections |
8080
| `hive_partitioning_enabled` | Enable partitioning using hive-style partitioning from the folder structure. Defaults to `false` |

website/versioned_docs/version-1.8.x/components/data-connectors/abfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The dataset name cannot be a [reserved keyword](../../reference/spicepod/keyword
7474
| `abfs_authority_host` | Alternative authority host, default: `https://login.microsoftonline.com` |
7575
| `abfs_proxy_url` | Proxy URL |
7676
| `abfs_proxy_ca_certificate` | CA certificate for the proxy |
77-
| `abfs_proxy_exludes` | A list of hosts to exclude from proxy connections |
77+
| `abfs_proxy_excludes` | A list of hosts to exclude from proxy connections |
7878
| `abfs_disable_tagging` | Disable tagging objects. Use this if your backing store doesn't support tags |
7979
| `allow_http` | Allow insecure HTTP connections |
8080
| `hive_partitioning_enabled` | Enable partitioning using hive-style partitioning from the folder structure. Defaults to `false` |

website/versioned_docs/version-1.9.x/components/data-connectors/abfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The dataset name cannot be a [reserved keyword](../../reference/spicepod/keyword
7474
| `abfs_authority_host` | Alternative authority host, default: `https://login.microsoftonline.com` |
7575
| `abfs_proxy_url` | Proxy URL |
7676
| `abfs_proxy_ca_certificate` | CA certificate for the proxy |
77-
| `abfs_proxy_exludes` | A list of hosts to exclude from proxy connections |
77+
| `abfs_proxy_excludes` | A list of hosts to exclude from proxy connections |
7878
| `abfs_disable_tagging` | Disable tagging objects. Use this if your backing store doesn't support tags |
7979
| `allow_http` | Allow insecure HTTP connections |
8080
| `hive_partitioning_enabled` | Enable partitioning using hive-style partitioning from the folder structure. Defaults to `false` |

0 commit comments

Comments
 (0)