ValdarT

Results 45 comments of ValdarT

I think there should similarly be `disable_skipped_test_alerts` or perhaps these should be just filtered out as I can't think of a reason why someone would like to get alert from...

> On which cases dbt tests are skipped? On dbt build when the model is skipped? Exactly

Sure, opened [a PR](https://github.com/elementary-data/dbt-data-reliability/pull/116)

Also happens with the "Others" category (it looks for "is empty" rather than not equal to any of the other categories)

I think the recommended way now is through a custom runtime: https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html Any plans for work in this direction? Also, a link to a related Discourse question: https://discourse.julialang.org/t/creating-a-custom-julia-aws-layer-runtime/18166

For what it's worth I quite miss this for quickly creating (bootstrapped) error bars.

Significant changes are coming on dbt side so might be worth revisiting: https://www.getdbt.com/blog/dbt-semantic-layer-whats-next/

Seems it has not caught up... What is the current state and near-future plan for this package? (I am aware of Query.jl. It is very impressive but I would love...

@davidanthoff This would be fantastic, I hope it works out. And thank you for all the great work!

> As a package developer, I don't want to have to choose which plotting package a user uses. I'd like an abstract interface Doesn't Plots.jl and its 'recipes' solve exactly...