Adriano Resende
01/11/2025, 11:00 AMdeployments:
- name: test-name
entrypoint: flows/test.py:test
Marvin
01/11/2025, 11:01 AMyaml
deployments:
- name: test-name
entrypoint: flows/test.py:test
Make sure that the entrypoint
line is correctly aligned under name
. YAML requires consistent indentation, and mixing spaces and tabs can lead to such errors.
For more details on configuring Prefect deployments, you can refer to the Prefect YAML documentation.
If you encounter further issues, you might want to run prefect init
to see if Prefect provides any additional configuration guidance based on your project's structure.