Ryan Chui

Results 20 comments of Ryan Chui

At first glance, I'm not sure this would be the approach that I would use. My inclination would be an API that extends the `Formula` class with a classmethod and...

If the intention is to keep re-ordering then I would also advocate for reordering in the `Structured`, `List`, and `Set` cases so that they remain consistent. It ensure that the...

I agree the upside is marginal. It's not biting me so much as it feels like a poor user experience. When writing tests to account for the behavior, I would...

@alshan When I build python wheels I usually use this: https://github.com/pypa/cibuildwheel running GH actions. I'm unfamiliar with how this particular library is built and tested.

@MSeal Definitely echo those security concerns. I agree that the latter would be very powerful and in-line with what I'm looking for. We only use papermill as part of internal...

@Astralidea can you release the newest version of dbt-starrocks so that we can use DBT ~=~1.8?

I think were interested unit testing more of our DBT pipelines in general and dbt-ibis seems like an interesting bridge to get there (we're aware of dbt unit tests). Specifically...

I'm also happy to make this change. It seems like all we would need to do is add an import statement in the top level `pythonpkg/duckdb/__init__.py`

@wsuppiger no, and it's very frustrating.

@jtcohen6 I don't believe there is a way to have Airflow issue a SIGINT instead of a SIGTERM on task timeout. Or at least not a method that I am...