Jayce Slesar

Results 25 issues of Jayce Slesar

Definitely a non-trivial task but there is a growing library [Ibis](https://github.com/ibis-project/ibis) which aims to compile pandas-like syntax python to many different SQL backends. UDF's are supported for many SQL backends...

Ive been doing some digging with my orgs Arbin cycler and found it almost impossible to figure out what channels a test was run on...this data definitely exists in the...

enhancement

### Question How would I go about using a field with mixed datatypes? Is that recommended/possible? I am a fan of tall-tidy data and am wondering how to properly go...

### Feature Request / Improvement I was trying to set up mkdocs on this repo and found the existing setup a little unintuitive -- in most cases I use mkdocs...

### Description It looks like this data is already stored in the [database](https://github.com/apache/airflow/blob/main/airflow/models/taskinstance.py#L1709) and it would be helpful if these were what is rendered/searched upon in the browse -> task...

kind:feature
area:UI
area:dynamic-task-mapping
needs-triage

Likely similar to https://github.com/rust-lang/libc/issues/3626 -- but I have no access to CAN constants when working on a Mac Is this a weird request? I am not expecting to be able...

C-API-request

Closes #1200 # Rationale for this change Ability to do more table maintenance from pyiceberg (iceberg-python?) # Are these changes tested? Added a test! # Are there any user-facing changes?...

# Rationale for this change Adds `validation_history` that will be used in support of https://github.com/apache/iceberg-python/issues/819 Also adds `ancestors_between`. Based off of the java implementation but we will likely want changes...

Closes #1928 # Rationale for this change Add `validate_deleted_data_files` which depends on #1935 # Are these changes tested? In progress... # References Java `deletedDataFiles` impl: https://github.com/apache/iceberg/blob/3a29199e73f2e9ae0f8f92a1a0732a338c66aa0d/core/src/main/java/org/apache/iceberg/MergingSnapshotProducer.java#L678 Java `ManifestGroup.entries` impl: https://github.com/apache/iceberg/blob/3a29199e73f2e9ae0f8f92a1a0732a338c66aa0d/core/src/main/java/org/apache/iceberg/ManifestGroup.java#L242

Add a new option `:command_class` that allows a user to specify a custom type for a command class, which will then attempted to be imported. Defaults to `click.BaseCommand`. Closes #80