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

Propagate Trigger descriptions from prefect yaml #16655

Open
masonmenges opened this issue Jan 8, 2025 · 0 comments · May be fixed by #16944
Open

Propagate Trigger descriptions from prefect yaml #16655

masonmenges opened this issue Jan 8, 2025 · 0 comments · May be fixed by #16944
Assignees
Labels
enhancement An improvement of an existing feature

Comments

@masonmenges
Copy link
Contributor

Describe the current behavior

Current when defining a trigger via prefect yaml for a particular deployment the description for the trigger isn't passed to the created automation

For example This trigger definition creates an automation with the name "testing_trigger_description" but passing a description to the trigger still results in None being displayed for the automation triggers description

triggers:
    - type: event
      name: testing_trigger_description
      description: "some description"
      enabled: true
      match:
        prefect.resource.id: prefect.flow_run.*
      expect:
        - prefect.flow_run.Completed

Resulting Automation in the UI:

Screenshot 2025-01-08 at 3 41 00 PM

Describe the proposed behavior

Descriptions passed to a trigger definition via prefect yaml should be reflected in the description for the resulting automation trigger that gets created.

Example Use

No response

Additional context

No response

@masonmenges masonmenges added the enhancement An improvement of an existing feature label Jan 8, 2025
@jeanluciano jeanluciano self-assigned this Jan 29, 2025
@jeanluciano jeanluciano linked a pull request Feb 3, 2025 that will close this issue
4 tasks
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

Successfully merging a pull request may close this issue.

2 participants