Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Jun 17, 2024
1 parent 5b15fa1 commit 6aab02b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/aggregate-block-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"slug": "date-time",
"logo_url": "https://cdn.sanity.io/images/3ugk85nk/production/8b3da9a6621e92108b8e6a75b82e15374e170ff7-48x48.png",
"documentation_url": "https://docs.prefect.io/api-ref/prefect/blocks/system/#prefect.blocks.system.DateTime",
"description": "A block that represents a datetime",
"description": "A block that represents a datetime. Deprecated, please use Variables to store datetime data instead.",
"code_example": "Load a stored JSON value:\n```python\nfrom prefect.blocks.system import DateTime\n\ndata_time_block = DateTime.load(\"BLOCK_NAME\")\n```",
"block_schema": {
"checksum": "sha256:7943c88ca6ab22804082b595b9847d035a1364bdb23474c927317bcab9cb5d9c",
Expand Down Expand Up @@ -591,7 +591,7 @@
"slug": "json",
"logo_url": "https://cdn.sanity.io/images/3ugk85nk/production/4fcef2294b6eeb423b1332d1ece5156bf296ff96-48x48.png",
"documentation_url": "https://docs.prefect.io/api-ref/prefect/blocks/system/#prefect.blocks.system.JSON",
"description": "A block that represents JSON",
"description": "A block that represents JSON. Deprecated, please use Variables to store json data instead.",
"code_example": "Load a stored JSON value:\n```python\nfrom prefect.blocks.system import JSON\n\njson_block = JSON.load(\"BLOCK_NAME\")\n```",
"block_schema": {
"checksum": "sha256:ef9b76010e0545bd7f2212029460731f66ccfce289affe4b504cbeb702fc8ea3",
Expand Down Expand Up @@ -1663,7 +1663,7 @@
"slug": "string",
"logo_url": "https://cdn.sanity.io/images/3ugk85nk/production/c262ea2c80a2c043564e8763f3370c3db5a6b3e6-48x48.png",
"documentation_url": "https://docs.prefect.io/api-ref/prefect/blocks/system/#prefect.blocks.system.String",
"description": "A block that represents a string",
"description": "A block that represents a string. Deprecated, please use Variables to store string data instead.",
"code_example": "Load a stored string value:\n```python\nfrom prefect.blocks.system import String\n\nstring_block = String.load(\"BLOCK_NAME\")\n```",
"block_schema": {
"checksum": "sha256:e9f3f43e55b73bc94ee2a355f1e4ef7064645268cba22571c2a95d90a2af8dd0",
Expand Down

0 comments on commit 6aab02b

Please sign in to comment.