Skip to content

Commit

Permalink
feat: PC-14356 Introduce SLO display name column
Browse files Browse the repository at this point in the history
  • Loading branch information
skrolikiewicz authored Oct 1, 2024
1 parent 9f3a0e1 commit dd96611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ the database. Steps related to Snowflake have to be performed in its UI.
slo_time_window_start_time timestamp_tz,
composite boolean,
objective_name string,
slo_labels string
slo_labels string,
slo_display_name string
);
```

Expand Down

0 comments on commit dd96611

Please sign in to comment.