Skip to content

Commit

Permalink
Resolve "bad tag names in legacy models" (et/somenergia-jardiner!114)
Browse files Browse the repository at this point in the history
Closes #119

Merge branch '119-bad-tag-names-in-legacy-models' into 'main'
  • Loading branch information
polmonso committed Feb 20, 2024
2 parents 0533553 + 04ef221 commit aa6cc89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dbt_jardiner/models/legacy/alerts/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ version: 2
sources:
- name: plantmonitor_legacy
schema: prod
config:
tags: alerts_historic
tags: [historicalerts]
tables:
- name: alert_inverter_zero_power_at_daylight_historic
- name: alert_inverter_interinverter_relative_temperature_historic
Expand All @@ -22,7 +21,7 @@ models:
- name: alerts_historic
description: union of all notified alerts tables
config:
tags: alerts_historic
tags: historicalerts

- name: alert_inverter_zero_power_at_daylight
description: "Inverter 1h without power during daylight"
Expand Down

0 comments on commit aa6cc89

Please sign in to comment.