Add apple_health extension (macOS first) - #2653
Open
Mjboothaus wants to merge 3 commits into
Open
Conversation
DuckDB C-API scanner for Apple Health export.zip / export.xml. Source: Mjboothaus/duckdb-apple-health@092eed0 (v0.1.0). Excluded non-macOS platforms for the initial publish.
This was referenced Sep 6, 2026
Member
|
Hi @Mjboothaus, it seems there is something not setup correctly, could you take a look at the CI? |
Community CI failed loading the extension because the binary was stamped for C API v1.5.6 while hosts only accept ≤ v1.2.0. Point at source fix c447fa6 (tag v0.1.1). Co-Authored-By: Warp <agent@warp.dev>
Author
|
Fixed the CI failure. Cause: the extension was stamped with DuckDB C extension API v1.5.6 ( Fix in source (Mjboothaus/duckdb-apple-health#34, tag
This PR now points |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extension
apple_health — read Apple Health
export.zip/export.xmlas typed DuckDB tables.092eed0d46eda0926697212abb6a1bd5975aa71a(git tag v0.1.0)Functions
read_apple_healthapple_health_workoutsapple_health_activity_summariesapple_health_workout_routesapple_health_workout_route_pointsPlatforms
macOS only for the initial submission (
excluded_platformslists linux/windows/wasm). Happy to widen once CI is proven.Notes
Local verification (source repo)
Please let me know if the C-API monorepo layout needs adjustments for community CI.