Skip to content

Commit

Permalink
GLAM fix CTE on query (#5539)
Browse files Browse the repository at this point in the history
  • Loading branch information
edugfilho authored May 9, 2024
1 parent 3beb6b0 commit 0702cdf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ WITH preconditions AS (
TRUE,
ERROR('Pre-condition failed: Current submission_date parameter skips a day or more of data.')
) histogram_aggregates_up_to_date
)
WITH clients_histogram_aggregates_new AS (
),
clients_histogram_aggregates_new AS (
SELECT
* EXCEPT (histogram_aggregates_up_to_date)
FROM
Expand Down

0 comments on commit 0702cdf

Please sign in to comment.