Skip to content

Commit

Permalink
fix missing counter field causing test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mchok committed Sep 18, 2024
1 parent bd93cc3 commit 4470cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/snowflake/cli/api/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class CLICounterField(Enum):
SNOWPARK_PROCESSOR = f"{_FEATURES_PREFIX}.{_APP_PREFIX}.snowpark_processor"
POST_DEPLOY_SCRIPTS = f"{_FEATURES_PREFIX}.{_APP_PREFIX}.post_deploy_scripts"
VALIDATE_SETUP_SCRIPT = f"{_FEATURES_PREFIX}.{_APP_PREFIX}.validate_setup_script"
PDF_V2 = f"{_FEATURES_PREFIX}.pdf_v2"

def __str__(self):
return self.value
Expand Down

0 comments on commit 4470cd6

Please sign in to comment.