overwatch
overwatch copied to clipboard
Add tags to instance pool and default tags to cluster table
trafficstars
closes #492
closes #430
confirmed, default_tags is not published by clusters service either. In fact, it appears that default_tags are not published to audit logs for any services -- confirmed by the snippet below.
display(
table("overwatch_global_etl.audit_log_bronze")
.filter($"requestParams.default_tags".isNotNull)
.select('serviceName, 'actionName).distinct
)
SonarCloud Quality Gate failed. 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
15.6% Duplication