Skip to content

Commit

Permalink
update expected values (#763) (#766)
Browse files Browse the repository at this point in the history
* update RELEASE_BRANCH env

* push up fix to core change in agate_helper

* add changelog

(cherry picked from commit a67838d)

Co-authored-by: Matthew McKnight <[email protected]>
  • Loading branch information
github-actions[bot] and McKnight-42 authored Sep 11, 2023
1 parent ed438ec commit e3a40ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230907-153305.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: changes expected value types to AnyInteger to take into account changes in core
time: 2023-09-07T15:33:05.133868-05:00
custom:
Author: McKnight-42
Issue: "762"
4 changes: 2 additions & 2 deletions tests/functional/adapter/expected_stats.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from dbt.tests.util import AnyString, AnyFloat
from dbt.tests.util import AnyString, AnyInteger


def snowflake_stats():
Expand All @@ -13,7 +13,7 @@ def snowflake_stats():
"bytes": {
"id": "bytes",
"label": "Approximate Size",
"value": AnyFloat(),
"value": AnyInteger(),
"description": "Approximate size of the table as reported by Snowflake",
"include": True,
},
Expand Down

0 comments on commit e3a40ea

Please sign in to comment.