Peter Webb

Results 7 comments of Peter Webb

dbt-common PR: https://github.com/dbt-labs/dbt-common/pull/81

> but essentially what we ran into was when you try to filter with a where clause with over 100 models it actually became less performant than just excluding the...

There is one potential complication with the `dbt list` behavior, and it is related to @mrhallak's observation. We don't want to show the dbt version notification or line timestamps, etc.,...

@QMalcolm If you're open to it, I'd like to explore how we can combine acheive this by moving the global flags collection into InvocationContext. This seems like an even better...

Using @jeremyyeo 's repro steps, I found a large memory allocation (2065851762 bytes) at this call site: ``` /root/memray-env/lib/python3.9/site-packages/dbt/adapters/base/connections.py(241)retry_connection() -> connection.handle = connect() /root/memray-env/lib/python3.9/site-packages/dbt/adapters/databricks/connections.py(740)connect() -> conn: DatabricksSQLConnection = dbsql.connect( /root/memray-env/lib/python3.9/site-packages/databricks/sql/__init__.py(50)connect()...

@lucapazz Thanks for bringing this to our attention. We have done a lot of work to understand and improve the overall performance of dbt-core in recent releases, but have not...