Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prefect.yaml support deployment schema #16717

Open
EmilRex opened this issue Jan 14, 2025 · 1 comment
Open

Add prefect.yaml support deployment schema #16717

EmilRex opened this issue Jan 14, 2025 · 1 comment
Labels
enhancement An improvement of an existing feature

Comments

@EmilRex
Copy link
Contributor

EmilRex commented Jan 14, 2025

Describe the current behavior

When authoring a prefect.yaml file for the purposes of creating deployments, users must refer to documentation and source code in order to understand the schema of the file.

Describe the proposed behavior

Similar to how we maintain a schema file for settings, it would be useful to maintain a schema file for prefect.yaml. This would allow us to have syntax support in various IDEs through SchemaStore.

Example Use

No response

Additional context

See also:

@EmilRex EmilRex added the enhancement An improvement of an existing feature label Jan 14, 2025
@olearycrew
Copy link
Contributor

Idea that is maybe better as its own issue but related - what would the thoughts be on adding a command like:

prefect deployment init

that creates a skeleton prefect.yaml for folks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants