dremio / dbt-dremio

dbt (data build tool) adapter for the Dremio
Apache License 2.0
44 stars 21 forks source link

Fix test failures #217

Closed ravjotbrar closed 9 months ago

ravjotbrar commented 9 months ago

Summary

Tests were failing due to changes to dremio and updating fetch in our adapter.

Description

Modified a utility method provided by dbt-core to fetch test results as they're required in some cases. Also changed the error message returned by invalid grants.

Test Results

All tests ran

Changelog

N/A