You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support an optional created_at on pipeline creation
PipelinePost takes an optional created_at in microseconds since the Unix
epoch, applied to both the pipeline and its initial job. When omitted the
inserts fall back to CURRENT_TIMESTAMP via COALESCE, preserving the
existing database-clock behavior.
0 commit comments