timhiebenthal

Results 11 comments of timhiebenthal

Yes, please! If it's already available anyway it would be a low-hanging fruit to make row-level-security even more powerful :)

Yeah, the issue still persists afterwards (Also noticed the comma right after opening the issue :D)

same issues, elementary-dbt: 0.16.0 elementary-python: 0.16.1 dbt core: 1.8.6 dbt-bigquery: 1.8.0 BigQuery as database Slack as messenger the `elementary_test_results` model has an empty field `result_rows` in case that helps. so...

thanks @ofek1weiss but to my understanding we did exactly that, right? ![image](https://github.com/user-attachments/assets/06f3723a-b517-4145-ba3e-0f7d0e10b821) and yes, we use dbt 1.8 ![image](https://github.com/user-attachments/assets/b1d56c88-102a-4dfa-b65e-bb65a3ed9c84) ![image](https://github.com/user-attachments/assets/fba98572-f37c-4c02-ab29-07b8787a553b)

We have a new implementation of Elementary so pointing it to a certain version upgrade is tough regarding question 1 and 2. we implemented the newest versions right away (dbt...

Update: I achieved the expected result with the following versions: ``` Elementary version 0.15.1. ``` dbt ``` Core: - installed: 1.8.6 - latest: 1.8.6 - Up to date! Plugins: -...

Seems to also work with dbt-package `0.16.1` How about you @christopherekfeldt ?

Hey I stumbled across the same problem recently. One the one hand it's nice that jinja-variables are actually filled up with the real value, but in the case of doc-strings...

Ok fair, then let's ignore the package of model_usage which indeed uses the Information-Schema to check if a model is QUERIED. Probably you indeed need to exclude the dim/fact/reporting-layer, but...