Ryan Chui

Results 9 issues of Ryan Chui

There are arm64 MaoOS wheels. There is also x86_64/amd64 manylinux, MacOS, and Windows wheels. However, there are no arm64 manylinux wheels.

When Formula receives a string as input, it sorts the terms when preparing the items. This is inconsistent because none of `Structured`, `List`, or `Set` sort their terms. String formulas...

The formula grammar for patsy and formulaic are close but not 1:1. It would be great if terms like `Q('...')` could automatically be converted into `` `...` ``, etc. This...

enhancement

## 🚀 Feature The current method for injecting parameters into the Jupyter Notebooks requires that the input values be a valid JSON type else they are coerced into their `object.__repr__()`...

enhancement
help wanted

## 🐛 Bug When you use the new union syntax (`str | None`) papermill does not think that this is a parameter and it does not appear when calling `pm.inspect_notebook`...

bug
help wanted

When deploying into production we generate AWS resources using: ``` python .py --with retry step-functions create ``` The most basic workflow: ``` from metaflow import FlowSpec, step class TestFlow(FlowSpec): @step...

### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...

enhancement

Is there a recommended path for how to unit test dbt-ibis models?

## Feature request **Is your feature request related to a problem? Please describe.** There are many use cases in which tables are self referential and the only way to evaluate...

type/feature-request