Daniel Manson
Daniel Manson
perhaps..we shall see!
I don't see anything else being queried on the table after that first line with the limit-0.
Any ideas what I'm doing wrong? Note I have now posted this as a [question on SO](http://stackoverflow.com/q/42960495/2399799). Thanks
ended up in a lot of EB pain.
in terms of partial contracts for constraints, i wonder if it's worth bringing [this concept](https://github.com/dbt-labs/dbt-core/issues/9864) into the mix here as it would solve for both the zero-cost aspect of constraints...
Initially I thought you could scope your extension to a `describe`/`it` block, but that doesn't seem to be the case. I've had a quick search of the docs to confirm...
I signed it
The issue is that `_key_from_args` might map two different sets of args to the same key in the cache. It would be better to either use weakref directly (rather than...
In my case, I caught it due to a flaky test, but you could imagine an ORM type use case where you have a user object or something with a...
But as i say at the bottom of the inital message, it's not even just the self argument. you could also have a situation where you are passing a user...