Ben Cassell

Results 209 comments of Ben Cassell

Need to reopen the issue. I tried to implement the suggested fix and discovered that there is often sync latency between UC and Delta that causes the information_schema to be...

We have upped to 1.8.0 in 1.8.latest (and 2.0.latest) branches. Is this change needed there as well?

> @benc-db This change doesn't do anything in 1.7, only in 1.8. So yes, it should be rebased to that branch (didn't notice it!). I can rebase to that when...

Awesome, let me just verify the integration tests pass. Appreciate the work.

I see that the utils tests are failing. I'm looking into it.

So, I'm digging into this and not understand why this suddenly breaks type comparison tests, but I'm wondering, what's the point? In pretty much every execution of dbt, we end...

I'm looking at 2.0.and I don't think we need those in list_relations_without_caching...I think this was a rebase issue: ``` return [ self.Relation.create( database=database, schema=schema, identifier=name, type=self.Relation.get_relation_type(kind), ) for database, schema,...

However, even after fixing the import, my functional tests were failing for '>= cannot be used to compare a tuple with an int' or something like that, for the date...

``` _ _ _ _ _ _ _ _ _ _ _ _ _ self = @contextmanager def exception_handler(self) -> Iterator[None]: try: yield except (TypeError, jinja2.exceptions.TemplateRuntimeError) as e: > raise...

Alright, let me pull latest and see if the tests pass