Skip to content

Commit

Permalink
prevent update of dummy views
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored Nov 5, 2024
1 parent 8aa79d8 commit cc8de66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4800,7 +4800,7 @@ views:
global: True
sus_carbon_emissions_view:
data: |-
CREATE OR REPLACE VIEW "${athena_database_name}".sus_carbon_emissions_view AS
CREATE VIEW "${athena_database_name}".sus_carbon_emissions_view AS
SELECT
'123456789789' accountid
, '2024-01-01' querydate
Expand All @@ -4811,7 +4811,7 @@ views:
WHERE (1 = 0)
sus_carbon_emissions_longform:
data: |-
CREATE OR REPLACE VIEW "${athena_database_name}".sus_carbon_emissions_longform AS
CREATE VIEW "${athena_database_name}".sus_carbon_emissions_longform AS
SELECT
'gridmixinefficiency' metric
, 0 value
Expand Down

0 comments on commit cc8de66

Please sign in to comment.