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

dag: Add noParamOverride optional field to the DAG level fields #801

Open
4 tasks
yohamta opened this issue Jan 27, 2025 · 0 comments
Open
4 tasks

dag: Add noParamOverride optional field to the DAG level fields #801

yohamta opened this issue Jan 27, 2025 · 0 comments
Milestone

Comments

@yohamta
Copy link
Collaborator

yohamta commented Jan 27, 2025

Add a new optional field to prevent users from overriding default parameters for a given DAG.

This feature involves the following tasks:

  • internal/dag: Add a new builder function for the noParamOverride field.
    Example configuration:
    noParamOverride: true
  • cmd and agent: Modify to throw an error if parameters are provided for a DAG with noParamOverride set to true.
  • ui: Update the Start dialog to hide input fields when noParamOverride is specified.
  • doc: Update the schema documentation to include details about the new field.
@yohamta yohamta added this to the v1.17.0 milestone Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant