Jeremy Beard

Results 17 issues of Jeremy Beard

I'm looking to produce a list of the vertices of a DAG, where a vertex in the list is somewhere after all of its ancestors, but where the list doesn't...

enhancement
good first issue

**Please describe the feature you'd like to see** I'd like to be able to create a `Table` object without having to map DB-specific table qualifiers (e.g. a BQ dataset) to...

feature
product/python-sdk

If I understand correctly, "cy:request" logs the response body in all cases, but "cy:fetch" only logs the response body if the fetch failed. It would be good to have the...

feature request
requires-cypress-change

**Describe the bug** When building an Astro runtime image with the Astro SDK DuckDB submodule the published DuckDB wheel is not used and instead it is compiled locally, which takes...

**Describe the bug** When passing a positional argument to an `@aql.dataframe` decorated function, the SDK fails to start the task because of a `KeyError` on the parameter. From looking at...

bug