From f8564179f4cea00af0ecaf86e3132021c6a4b865 Mon Sep 17 00:00:00 2001 From: Stephen Privitera Date: Thu, 20 Feb 2025 16:45:02 +0100 Subject: [PATCH] docstrin --- phenex/phenotypes/cohort.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phenex/phenotypes/cohort.py b/phenex/phenotypes/cohort.py index 6f5bea6..b7a8f92 100644 --- a/phenex/phenotypes/cohort.py +++ b/phenex/phenotypes/cohort.py @@ -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.