Skip to content

Commit 0139ee6

Browse files
authored
Document fleet selector in the databricks_node_type data source (#2261)
Document it after it became publicly available
1 parent e431a01 commit 0139ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/data-sources/node_type.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Data source allows you to pick groups by the following attributes
5757
* `photon_worker_capable` - (Optional) Pick only nodes that can run Photon workers. Defaults to *false*.
5858
* `photon_driver_capable` - (Optional) Pick only nodes that can run Photon driver. Defaults to *false*.
5959
* `graviton` - (boolean, optional) if we should limit the search only to nodes with AWS Graviton CPUs. Default to *false*.
60+
* `fleet` - (boolean, optional) if we should limit the search only to [AWS fleet instance types](https://docs.databricks.com/compute/aws-fleet-instances.html). Default to *false*.
6061
* `is_io_cache_enabled` - (Optional) . Pick only nodes that have IO Cache. Defaults to *false*.
6162
* `support_port_forwarding` - (Optional) Pick only nodes that support port forwarding. Defaults to *false*.
6263

0 commit comments

Comments
 (0)