Philippe Laflamme

Results 14 issues of Philippe Laflamme

## 🐛 Bug Report Since version `2.0.1`, the protobuf option `go_package` is required to generate the gateway or the OpenAPI schema. ## To Reproduce Using this `.proto` file: ```protobuf syntax...

bug
help wanted

This will trigger on imported files as well, which will break if a related runtime was not compiled with this option enabled. Since this is now supported as a package-level...

I believe this will fix #199 as well as other issues, but somehow it triggers a scalac error that I can't figure out. This fix is adding an implicit lookup...

This adds a new datatype: `Int128Type` which is the primitive type used by arrow to represent `Decimal` types. This new type is behind a `dtype-i128` feature flag. Introducing this type...

## Motivation I'm dealing with a conformance test that assumes that when you set (and hit) a timeout in a gRPC client, the status code you see is `DEADLINE_EXCEEDED`. Currently,...

``` assertion failed: data.len()

Currently, user-defined macros need to be defined as python. An alternative SQL-based syntax would be more consistent with `MODEL` and `AUDIT`. That is, having a `MACRO` function to define user-defines...

Improvement

Currently, sqlmesh supports synchronizing with externally scheduled dependencies in the Airflow scheduler via "[external signals](https://sqlmesh.readthedocs.io/en/latest/integrations/airflow/#external-signals)". That is, one can define an "external signal" on a sqlmesh model which allows Airflow...

Feature
Scheduler: Built-in