While describing data from local parquet file works and same file when accessed from github shows error.
frictionless https://raw.githubusercontent.com/fdtester/test-repo-with-parquet-data-file/main/table.parq --json --type package
[source-error] The data source has not supported or has inconsistent contents: 'ParquetFile' object has no attribute 'row_groups'
age
{
"resources": [
{
"name": "table",
"type": "table",
"path": "data/table.parq",
"scheme": "file",
"format": "parq",
"mediatype": "appliction/parquet",
"schema": {
"fields": [
{
"name": "id",
"type": "integer"
},
{
"name": "name",
"type": "string"
}
]
}
}
]
}
Overview
While describing data from local parquet file works and same file when accessed from github shows error.