Skip to content

Commit

Permalink
Add "Decoupled Ingestion System" as pipeline trigger type
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed May 10, 2023
1 parent c5a0953 commit 6906f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tinuous/circleci.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ class TriggerType(Enum):
EXPLICIT = "explicit"
API = "api"
WEBHOOK = "webhook"
# Seen in the wild; I have no idea what this is:
DECOUPLED_INGESTION_SYSTEM = "Decoupled Ingestion System"

def as_event_type(self) -> EventType:
if self is TriggerType.SCHEDULED:
Expand Down

0 comments on commit 6906f13

Please sign in to comment.