Apoorv Mehrotra
Results
2
issues of
Apoorv Mehrotra
Resolves #10584 ### Problem Solving the problem when retry has been run. dbt does not respect a new --threads value when passed in on a retry. ### Solution Added the...
cla:yes
community
Resolves https://github.com/dbt-labs/dbt-core/issues/10471 Problem This method appears to be unused across dbt-core, dbt-common, and dbt-adapters: Solution Removed the method add_ephemeral_model_prefix Replaced this method with def add_ephemeral_prefix(name: str): return f"__dbt__cte__{name}" Checklist -...
cla:yes
community