Skip to content

Commit

Permalink
update ndv to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jhilgart committed Apr 9, 2024
1 parent 0963edc commit 858561a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic_model_generator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def raw_schema_to_semantic_context(
schema_name=fqn_table.schema,
table_name=fqn_table.table,
table_index=0,
ndv_per_column=3,
ndv_per_column=10, # number of sample values to pull per column.
columns_df=valid_columns_df_this_table,
max_workers=1,
)
Expand Down

0 comments on commit 858561a

Please sign in to comment.