Francesco Bartoli
10/15/2022, 4:29 PMcurl -X 'POST' \
'<http://prefect-server:4200/api/block_types/install_system_block_types>' \
-H 'accept: application/json' \
-H 'x-prefect-api-version: 2.6.1' \
-d ''
I’m getting few of them available from that page, the Remote File System one doesn’t come up though. Is this expected with the latest version?Anna Geller
Anna Geller
Francesco Bartoli
10/15/2022, 6:53 PMFrancesco Bartoli
10/17/2022, 4:05 PMlatest
. Orion is continuously restarting
docker compose --profile orion ps -a
NAME COMMAND SERVICE STATUS PORTS
prefect-docker-compose-database-1 "docker-entrypoint.s…" database running 5432/tcp
prefect-docker-compose-orion-1 "prefect orion start" orion restarting
with this error:
prefect-docker-compose-orion-1 | Error: No such command 'orion'.
prefect-docker-compose-orion-1 | Usage: prefect [OPTIONS] COMMAND [ARGS]...
prefect-docker-compose-orion-1 | Try 'prefect -h' for help.
prefect-docker-compose-orion-1 |
prefect-docker-compose-orion-1 | Error: No such command 'orion'.
prefect-docker-compose-orion-1 | Usage: prefect [OPTIONS] COMMAND [ARGS]...
prefect-docker-compose-orion-1 | Try 'prefect -h' for help.
prefect-docker-compose-orion-1 |
Francesco Bartoli
10/17/2022, 4:22 PMprefect:2.6.1-python3.9
is much better and the blocks page is not that empty. Thanks!