Skip to content

Commit

Permalink
push up fix to core change in agate_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Sep 7, 2023
1 parent 06c56f3 commit 9a22943
Showing 1 changed file with 2 additions and 2 deletions.
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 9a22943

Please sign in to comment.