Skip to content

Commit

Permalink
adding enum members for ClusterSource
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryz committed Mar 8, 2024
1 parent 16cb61c commit b05a0db
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ public enum ClusterSource
/// </summary>
API,

SQL,

MODELS,

/// <summary>
/// Cluster created through Pipeline.
/// </summary>
PIPELINE
PIPELINE,

PIPELINE_MAINTENANCE
}

0 comments on commit b05a0db

Please sign in to comment.