Skip to content

Commit

Permalink
Merge pull request #977 from fishtown-analytics/fix/redshift-catalog-…
Browse files Browse the repository at this point in the history
…test

fix redshift catalog test
  • Loading branch information
drewbanin authored Sep 7, 2018
2 parents 0d074c3 + f143cfe commit 6a62ec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def _redshift_stats(self):
"id": "stats_off",
"label": "Stats Off",
"value": AnyFloat(),
"description": "Number that indicates how stale the table's statistics are; 0 is current, 100 is out of date.",
"description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date.",
"include": True
},
"rows": {
Expand Down

0 comments on commit 6a62ec4

Please sign in to comment.