Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/black-approx-eq-23.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Sep 12, 2023
2 parents 7192c8c + a67838d commit adc0e68
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 adc0e68

Please sign in to comment.