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.49.1.tar.gz
(946.1 kB
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.49.1.tar.gz.
File metadata
- Download URL: gw_dsl_parser-0.1.49.1.tar.gz
- Upload date:
- Size: 946.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0c086e4c1015355935b26ae471244523e9f5c2821c888fb9fe245252268a027
|
|
| MD5 |
8dbe8b249c6f399e3d5b6187d9b0858d
|
|
| BLAKE2b-256 |
06984db3fc9f57c5b98a4a7b564c03ba183fd4175cf1f473ef1f2037a780ca13
|
File details
Details for the file gw_dsl_parser-0.1.49.1-py3-none-any.whl.
File metadata
- Download URL: gw_dsl_parser-0.1.49.1-py3-none-any.whl
- Upload date:
- Size: 956.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b94eb1b286cb404b02e19914f8b4bea9897cadf26c4ca3877da88bd9312479a4
|
|
| MD5 |
3c8f5d4d0cdeb4be2679159b3f447f45
|
|
| BLAKE2b-256 |
f98bc4bf8913216c5637024e4ef7908bafb77a78b92a1fd6bb5defe9b5fc2f20
|