Paul-Matthieu Riolacci

Results 4 issues of Paul-Matthieu Riolacci

# Description DBT lets you use [custom schemas](https://docs.getdbt.com/docs/building-a-dbt-project/building-models/using-custom-schemas). This add the ability for dbt-sugar to parse those custom schemas and find the correct tables & columns during tasks. # How...

I understand dbt-sugar doesn't automatically fetch dbt [custom schemas ](https://docs.getdbt.com/docs/building-a-dbt-project/building-models/using-custom-schemas), which we use rather intensively here to sort tables We could implement a way to read in the `dbt_project.yml` the...

Hello I'm trying to run Querybook locally to test it before deploying in a bigger environment, I'm currently using the latest commit on (bac499cd9907ac94a4b66b62e0006f64827f091a) I can't seem to be able...

I'm using the following product: https://shop.pimoroni.com/products/inky-impression-4?variant=39599238807635 And running inky v1.5.0 on python 3.11.2 on a raspberry pi 4 I get the following error: ``` >>> from inky import auto >>>...