Skip to content

Conversation

@tpurschke
Copy link
Contributor

No description provided.

@tpurschke
Copy link
Contributor Author

@abarz722 @Y4nnikH can you have a look at this and check if this is what we discussed last week?

Copy link
Contributor

@abarz722 abarz722 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable

CREATE OR REPLACE VIEW v_rule_with_rule_owner AS
SELECT r.rule_id, ow.id as owner_id, ow.name as owner_name, 'rule' AS matches,
ow.recert_interval, met.rule_last_certified, met.rule_last_certifier
ow.recert_interval, max(rec.recert_date) AS rule_last_certified
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hope we will not run into performance issues with growing number of recertifications. (Then we maybe have to reintroduce rule_last_certified field)

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants