gw_dsl_parser: Convert your graphic-walker workflow to sql
Project description
gw-dsl-parser-py
Install
pip install gw-dsl-parser
Develop
pip install ./
python ./scripts/download_wasm.py
Example
from gw_dsl_parser import get_sql_from_payload
payload = {"workflow": [{"type": "view", "query": [{"op": "aggregate", "groupBy": [], "measures": [{"field": "*", "agg": "count", "asFieldKey": "count"}]}]}]}
table_name = "test_table"
sql = get_sql_from_payload(table_name, payload)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gw_dsl_parser-0.1.7a7.tar.gz
(1.0 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gw_dsl_parser-0.1.7a7.tar.gz.
File metadata
- Download URL: gw_dsl_parser-0.1.7a7.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0f6f86976538f1468bb66ed514087f7c9945cc8388ad49362e3a4313b0a2579
|
|
| MD5 |
b405cf9447f55e63b1a96bf6bb883972
|
|
| BLAKE2b-256 |
e2ae87e6e7447183f92aecb70d2d06c3cdcc80bf0192815f2e7d2df51d9f5894
|
File details
Details for the file gw_dsl_parser-0.1.7a7-py3-none-any.whl.
File metadata
- Download URL: gw_dsl_parser-0.1.7a7-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e991ebfba5aed5fa0b127b62d2841ae52fade983ff7ce8e657cdc7c4d80baf3c
|
|
| MD5 |
06ea29f1edaca905190902db67071a47
|
|
| BLAKE2b-256 |
4e7b6974809c5bc29300080a007c73b30c287ea07fa8b1c169c6033f1c0e5dc7
|