roll
roll
# Overview Since v5 we use static typing to ensure code quality. If a user setup the typing support on their side it will work for them. If a user...
# Overview So if there is a data folder, excel file, etc we need to treat it as a package by default and validate all the data resources
# Overview > https://github.com/Textualize/rich Currently, some commands are already on Rich as it's the library behind `typer` but we want to rebase the output frictionless generates itself on it as...
# Overview To simplify cross-boundary integration of the framework, for example, JavaScript-Python integration as we use in Frictionless Application, we'd like to have a simple but robust API server as...
# Overview The parser and storage were supported in `frictionless@4` - https://github.com/frictionlessdata/framework/tree/v4/frictionless/plugins/bigquery Due to legacy implementation using a very old BigQuery driver it was removed from v5. It basically should...
# Overview - https://pypi.org/project/SQLAlchemy (@2 is about to be released) - https://pypi.org/project/psycopg/ (@3 is released)
# Overview ``` @pytest.mark.skip @pytest.mark.ci def test_gsheets_parser_write(google_credentials_path): ```
# Overview I think it mighe be handled by the CKAN plugin with a small addition to the `source` detection logic
# Overview Requested by community as a follow-up of the github integration
# Overview An important step for Frictionless Framework is to provide an ability to read and write packages from different data portals (CKAN/Github/Zenodod/etc) so the users can publish and access...