Skip to content

Commit

Permalink
Update validate_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jhilgart authored Apr 23, 2024
1 parent c5182fd commit 746f6ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion semantic_model_generator/validate_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def validate(yaml_path: str, snowflake_account: str) -> None:

connector = SnowflakeConnector(
account_name=snowflake_account,
ndv_per_column=10, # number of sample values to pull per column.
max_workers=1,
)

Expand Down

0 comments on commit 746f6ea

Please sign in to comment.