From ff8c9b682c64c28fc8f24e699360960b4225a0c9 Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Mon, 10 Jun 2024 15:52:30 -0500 Subject: [PATCH] Add 'Block' to the object support table (#207) * Add 'Block' to the object support table * Add 'Cloud only?' column --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0a21a7bb..bc727212 100644 --- a/README.md +++ b/README.md @@ -25,18 +25,19 @@ We're continuously adding more Prefect Cloud object support, striving for near-p Check back with us to see new additions and improvements - and please don't hesitate to peruse our [Contributing section!](#contributing) -| Prefect Cloud object | Datasource support? | Resource support? | Import support? | -|----------------------:|:---------------------:|:-------------------:|:-----------------:| -| Account Member | ✓ | | | -| Account Role | ✓ | | | -| Account | ✓ | ✓ | ✓ | -| Service Account | ✓ | ✓ | ✓ | -| Team | ✓ | | | -| Variable | ✓ | ✓ | ✓ | -| Work Pool | ✓ | ✓ | ✓ | -| Workspace Access | ✓ | ✓ | | -| Workspace Role | ✓ | ✓ | ✓ | -| Workspace | ✓ | ✓ | ✓ | +| Prefect object | Datasource support? | Resource support? | Import support? | Cloud only? | +| ---------------: | :-----------------: | :---------------: | :-------------: | :---------: | +| Account Member | ✓ | | | ✓ | +| Account Role | ✓ | | | ✓ | +| Account | ✓ | ✓ | ✓ | ✓ | +| Block | | ✓ | ✓ | | +| Service Account | ✓ | ✓ | ✓ | ✓ | +| Team | ✓ | | | ✓ | +| Variable | ✓ | ✓ | ✓ | | +| Work Pool | ✓ | ✓ | ✓ | | +| Workspace Access | ✓ | ✓ | | ✓ | +| Workspace Role | ✓ | ✓ | ✓ | ✓ | +| Workspace | ✓ | ✓ | ✓ | ✓ | ## Contributing