Skip to content

Commit

Permalink
Merge pull request #374 from PrefectHQ/update-metadata-04-22-2024
Browse files Browse the repository at this point in the history
Update metadata for collection releases
  • Loading branch information
zzstoatzz authored Apr 22, 2024
2 parents f32004d + 9d199a0 commit 374ca31
Show file tree
Hide file tree
Showing 7 changed files with 3,336 additions and 32 deletions.
1,007 changes: 1,007 additions & 0 deletions collections/prefect-aws/blocks/v0.4.14.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions collections/prefect-aws/flows/v0.4.14.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"prefect-aws": {}
}
352 changes: 352 additions & 0 deletions collections/prefect-aws/workers/v0.4.14.json

Large diffs are not rendered by default.

1,828 changes: 1,828 additions & 0 deletions collections/prefect/blocks/v2.18.0.json

Large diffs are not rendered by default.

75 changes: 75 additions & 0 deletions collections/prefect/workers/v2.18.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"prefect": {
"prefect-agent": {
"type": "prefect-agent",
"documentation_url": "https://docs.prefect.io/latest/concepts/work-pools/#agent-overview",
"display_name": "Prefect Agent",
"logo_url": "https://cdn.sanity.io/images/3ugk85nk/production/c771bb53894c877e169c8db158c5598558b8f175-24x24.svg",
"install_command": "pip install prefect",
"default_base_job_configuration": {},
"description": "Execute flow runs on heterogeneous infrastructure using infrastructure blocks."
},
"process": {
"default_base_job_configuration": {
"job_configuration": {
"command": "{{ command }}",
"env": "{{ env }}",
"labels": "{{ labels }}",
"name": "{{ name }}",
"stream_output": "{{ stream_output }}",
"working_dir": "{{ working_dir }}"
},
"variables": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"description": "Name given to infrastructure created by a worker.",
"type": "string"
},
"env": {
"title": "Environment Variables",
"description": "Environment variables to set when starting a flow run.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"labels": {
"title": "Labels",
"description": "Labels applied to infrastructure created by a worker.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"command": {
"title": "Command",
"description": "The command to use when starting a flow run. In most cases, this should be left blank and the command will be automatically generated by the worker.",
"type": "string"
},
"stream_output": {
"title": "Stream Output",
"description": "If enabled, workers will stream output from flow run processes to local standard output.",
"default": true,
"type": "boolean"
},
"working_dir": {
"title": "Working Directory",
"description": "If provided, workers will open flow run processes within the specified path as the working directory. Otherwise, a temporary directory will be created.",
"type": "string",
"format": "path"
}
}
}
},
"description": "Execute flow runs as subprocesses on a worker. Works well for local execution when first getting started.",
"display_name": "Local Subprocess",
"documentation_url": "https://docs.prefect.io/latest/api-ref/prefect/workers/process/",
"install_command": "pip install prefect",
"is_beta": false,
"logo_url": "https://cdn.sanity.io/images/3ugk85nk/production/356e6766a91baf20e1d08bbe16e8b5aaef4d8643-48x48.png",
"type": "process"
}
}
}
62 changes: 31 additions & 31 deletions views/aggregate-block-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"read-path",
"write-path"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"date-time": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"block_schema_references": {}
},
"capabilities": [],
"version": "2.17.1"
"version": "2.18.0"
}
},
"discord-webhook": {
Expand Down Expand Up @@ -220,7 +220,7 @@
"capabilities": [
"notify"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"docker-container": {
Expand Down Expand Up @@ -421,7 +421,7 @@
"capabilities": [
"run-infrastructure"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"docker-registry": {
Expand Down Expand Up @@ -476,7 +476,7 @@
"capabilities": [
"docker-login"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"gcs": {
Expand Down Expand Up @@ -529,7 +529,7 @@
"read-path",
"write-path"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"github": {
Expand Down Expand Up @@ -583,7 +583,7 @@
"capabilities": [
"get-directory"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"json": {
Expand Down Expand Up @@ -613,7 +613,7 @@
"block_schema_references": {}
},
"capabilities": [],
"version": "2.17.1"
"version": "2.18.0"
}
},
"kubernetes-cluster-config": {
Expand Down Expand Up @@ -650,7 +650,7 @@
"block_schema_references": {}
},
"capabilities": [],
"version": "2.17.1"
"version": "2.18.0"
}
},
"kubernetes-job": {
Expand Down Expand Up @@ -824,7 +824,7 @@
"capabilities": [
"run-infrastructure"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"local-file-system": {
Expand Down Expand Up @@ -857,7 +857,7 @@
"read-path",
"write-path"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"mattermost-webhook": {
Expand Down Expand Up @@ -946,7 +946,7 @@
"capabilities": [
"notify"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"ms-teams-webhook": {
Expand Down Expand Up @@ -999,7 +999,7 @@
"capabilities": [
"notify"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"opsgenie-webhook": {
Expand Down Expand Up @@ -1125,7 +1125,7 @@
"capabilities": [
"notify"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"pager-duty-webhook": {
Expand Down Expand Up @@ -1240,7 +1240,7 @@
"capabilities": [
"notify"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"process": {
Expand Down Expand Up @@ -1322,7 +1322,7 @@
"capabilities": [
"run-infrastructure"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"remote-file-system": {
Expand Down Expand Up @@ -1366,7 +1366,7 @@
"read-path",
"write-path"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"s3": {
Expand Down Expand Up @@ -1428,7 +1428,7 @@
"read-path",
"write-path"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"secret": {
Expand Down Expand Up @@ -1463,7 +1463,7 @@
"block_schema_references": {}
},
"capabilities": [],
"version": "2.17.1"
"version": "2.18.0"
}
},
"sendgrid-email": {
Expand Down Expand Up @@ -1534,7 +1534,7 @@
"capabilities": [
"notify"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"slack-webhook": {
Expand Down Expand Up @@ -1587,7 +1587,7 @@
"capabilities": [
"notify"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"smb": {
Expand Down Expand Up @@ -1655,7 +1655,7 @@
"read-path",
"write-path"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"string": {
Expand Down Expand Up @@ -1686,7 +1686,7 @@
"block_schema_references": {}
},
"capabilities": [],
"version": "2.17.1"
"version": "2.18.0"
}
},
"twilio-sms": {
Expand Down Expand Up @@ -1763,7 +1763,7 @@
"capabilities": [
"notify"
],
"version": "2.17.1"
"version": "2.18.0"
}
},
"webhook": {
Expand Down Expand Up @@ -1820,7 +1820,7 @@
"block_schema_references": {}
},
"capabilities": [],
"version": "2.17.1"
"version": "2.18.0"
}
}
}
Expand Down Expand Up @@ -2123,7 +2123,7 @@
}
},
"capabilities": [],
"version": "0.4.13"
"version": "0.4.14"
}
},
"aws-secret": {
Expand Down Expand Up @@ -2263,7 +2263,7 @@
}
},
"capabilities": [],
"version": "0.4.13"
"version": "0.4.14"
}
},
"ecs-task": {
Expand Down Expand Up @@ -2550,7 +2550,7 @@
"capabilities": [
"run-infrastructure"
],
"version": "0.4.13"
"version": "0.4.14"
}
},
"lambda-function": {
Expand Down Expand Up @@ -2700,7 +2700,7 @@
}
},
"capabilities": [],
"version": "0.4.13"
"version": "0.4.14"
}
},
"minio-credentials": {
Expand Down Expand Up @@ -2805,7 +2805,7 @@
}
},
"capabilities": [],
"version": "0.4.13"
"version": "0.4.14"
}
},
"s3-bucket": {
Expand Down Expand Up @@ -3013,7 +3013,7 @@
"read-path",
"write-path"
],
"version": "0.4.13"
"version": "0.4.14"
}
}
}
Expand Down
Loading

0 comments on commit 374ca31

Please sign in to comment.