You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You nailed it, this is 100% related to how we distribute the data (gpkg vs parquet) given the 17.0.1 issues we see in arrow. A fix of some sort is coming but I keep hoping arrow just resolves itself 😅
Fingers crossed Arrow figures out their problems! I'll try some things locally with older versions of arrow in the meantime to get used to the format/managing parquet files.
Assuming this problem is known, but writing up an issue in case it isn't
Problem:
Thoughts on the problem:
infra/api.dockerfile
build fails with latest version ofarrow
#40 I'm assuming a fix with the output would solve thisSteps to reproduce:
The following query is successful:
curl -X GET "https://www.lynker-spatial.com/hydrofabric/hfsubset/subset?identifier=101&identifier_type=comid&layer=divides&layer=flowlines&layer=network&layer=nexus&subset_type=nextgen&version=2.1.1" -H "accept: /"
The following queries are unsuccessful:
curl -X GET "https://www.lynker-spatial.com/hydrofabric/hfsubset/subset?identifier=101&identifier_type=comid&layer=divides&layer=flowlines&layer=network&layer=nexus&subset_type=nextgen&version=2.2" -H "accept: */*"
curl -X GET "https://www.lynker-spatial.com/hydrofabric/hfsubset/subset?identifier=101&identifier_type=comid&layer=divides&layer=flowlines&layer=network&layer=nexus&subset_type=nextgen&version=20.1" -H "accept: */*"
The text was updated successfully, but these errors were encountered: