Vu
12/15/2023, 9:35 PMthreads
value to 12 in dbt profile but it shows this ValueError
ValueError: The keyword, threads, has already been provided in TargetConfigs; remove duplicated keywords to continue
What I did is below. Does anyone know what I did wrong here? Thank you!!
target_configs = SnowflakeTargetConfigs(
connector=connector,
extras={"threads": 12},
)