Skip to content

Commit

Permalink
docstrin
Browse files Browse the repository at this point in the history
  • Loading branch information
sprivite committed Feb 20, 2025
1 parent d895358 commit f856417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phenex/phenotypes/cohort.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def execute(
Args:
tables (Dict[str, Table]): A dictionary of table names to Table objects.
con (SnowflakeConnector, optional): A connection to Snowflake. Defaults to None. If passed, will write index, inclusions, exclusions, characteristics and outcomes tables.
write_subset_tables (bool, optional): Whether to write subset tables in addition to the standard intermediate tables.
con (SnowflakeConnector, optional): A connection to Snowflake. Defaults to None. If passed, will write entry, inclusions, exclusions, index, characteristics and outcomes tables.
write_subset_tables (bool, optional): Whether to write subset tables (subset-entry and subset-index) in addition to the standard intermediate tables.
overwrite (bool, optional): Whether to overwrite existing tables when writing to disk.
n_threads (int, optional): Number of threads to use for parallel execution. Defaults to 1.
Expand Down

0 comments on commit f856417

Please sign in to comment.