Plinio Guzman
Plinio Guzman
**Please describe the feature you'd like to see** Currently `tmp_schema` must exist on the database to which a SQL tasks will write output to. Feedback sessions with Astro Build surfaced...
**Describe the bug** Users expressed confusion on why the column names for output tables are lowercased. It's due to this [default setting](https://github.com/astronomer/astro-sdk/blob/main/python-sdk/src/astro/sql/operators/dataframe.py#L110). **Expected behavior** The default behavior should be to...
update metadata Made in [Fused Workbench](https://www.fused.io/workbench)
Running `odeint` with `fixed_adams` solver. If the model doesn't converge, an error with the `warnings.warn` method arises. ``` sol = odeint( model, ic[0], ts, method="fixed_adams", ).detach().numpy() ``` Error: ``` File...