Skip to content

Commit

Permalink
Add 'Block' to the object support table (#207)
Browse files Browse the repository at this point in the history
* Add 'Block' to the object support table
* Add 'Cloud only?' column
  • Loading branch information
mitchnielsen authored Jun 10, 2024
1 parent 39c62c1 commit ff8c9b6
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff8c9b6

Please sign in to comment.