overwatch icon indicating copy to clipboard operation
overwatch copied to clipboard

Add tags to instance pool and default tags to cluster table

Open sudharshanraja-db opened this issue 3 years ago • 1 comments
trafficstars

closes #492
closes #430

sudharshanraja-db avatar Aug 23 '22 07:08 sudharshanraja-db

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
)

GeekSheikh avatar Sep 08 '22 21:09 GeekSheikh

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
15.6% 15.6% Duplication

sonarqubecloud[bot] avatar Sep 08 '22 21:09 sonarqubecloud[bot]