Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hrialan committed Jun 13, 2024
1 parent dfc42b6 commit b08dab2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pre-commit check
name: pre-commit check
on:
pull_request:
branches:
Expand Down
1 change: 0 additions & 1 deletion includes/data_freshness_assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const createDataFreshnessAssertion = (globalParams, filter, tableName, delayCond
WHERE
${filter}
),
freshness AS (
SELECT
${["DAY", "WEEK", "MONTH", "QUARTER", "YEAR"].includes(timeUnit)
Expand Down

0 comments on commit b08dab2

Please sign in to comment.