Closed VersusFacit closed 3 weeks ago
Note my base adapter was 1.7.X
so we have the overrides right!
And it's the core tracking function that is using the Snowflake override :D
My local env for testing.
I suppose it's worth adding a unit test (done) because this gives us extra security with base adapter / core calls that could be tripped up through many layers of indirection.
Related to https://github.com/dbt-labs/dbt-adapters/issues/301
Problem
We need a snowflake override to get the data for snowflake.
Solution
Override the base class method.
Checklist