Slackbot
05/07/2023, 2:06 AMMarvin
05/07/2023, 2:07 AMprefect dev ui
3. To build the static UI (the UI served by prefect server start
), run:
prefect dev build-ui
4. Configure your Prefect Server by setting the API URL in your terminal session:
prefect config set PREFECT_API_URL="<http://127.0.0.1:4200/api>"
5. If you're running Prefect inside a container (e.g., Docker), you must set the API Server address. You can save the API server address in a Prefect profile.
For more information, refer to the Prefect documentation.
I hope this helps you connect the pieces. Good luck, and may the force of Prefect be with you.Nate
05/07/2023, 2:10 AM