Ofek Weiss
Ofek Weiss
Hi @jtcohen6 👋 I'd be happy to contribute this feature, tho i have a question about the solution you suggested: As i look at the code now, it seems that...
Went ahead and opened [this PR](https://github.com/dbt-labs/dbt-core/pull/9322) that implements this suggested solution: > * Make `FreshnessTask` inherit from `RunTask` as well, tho there might be a reason i do not fully...
Hi @avishwakarma-tunein, I looked a bit into this issue with other people in our community, and this is what i know: ## Context This issue was seen a few times...
Hey @retrry, i seem to be unable to reproduce this issue locally, can you share a screenshot of the report? with the relevant test result expanded like so:
Hi @kokorin, does providing `--profiles-dir .` solve this issue for you? trying to understand the root cause
Alright then, i am not sure that this is an incorrect behavior, but that the previous behavior was a nice side effect that was documented. I believe the course of...
@ndrluis putting it here as well It seems that this code does not work: https://github.com/elementary-data/dbt-data-reliability/actions/runs/10268957700/job/28413257114?pr=744#step:14:1468 `'dbt.context.providers.RuntimeDatabaseWrapper object' has no attribute 'clean_up_table'`
Hey @kokorin, nice suggestion, I can give some guidance for contribution. I think the best way to add support for seed alerts is to do the same thing we currently...
hi @ndrluis, thanks for the contribution, sadly it seems that this code does not work: https://github.com/elementary-data/dbt-data-reliability/actions/runs/10268957700/job/28413257114?pr=744#step:14:1468 `'dbt.context.providers.RuntimeDatabaseWrapper object' has no attribute 'clean_up_table'`
Hey @jakub-auger , sorry for the late response... 🫤 Were you able to resolve the issue? - i think it might be related to `dbt-databricks` itself, and an update to...