data.all core package
This is a package containing dataall_core modules used in both data.all CLI and SDK.
generate schema from a data.all deployments
- Copy and run the following script in
data.all/backenddirectory...
from dataall.base.loader import load_modules, ImportMode
from graphql import introspection_from_schema
from dataall.base.api import get_executable_schema
import json
load_modules(modes={ImportMode.API})
SCHEMA = get_executable_schema()
t = introspection_from_schema(SCHEMA)
# Write schema to JSON file
with open('./schema.json', 'w') as f:
f.write(json.dumps(t))
Release files for dataall-core 0.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dataall_core-0.6.0.tar.gz | 136.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dataall_core-0.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 290.9 kB
Release files / dataall_core-0.6.0.tar.gz
| Download URL | dataall_core-0.6.0.tar.gz |
|---|---|
| Size | 136.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
63e9c44b9c7ea2e8101cf9d3a10dc02bcf0cb83e9f031f79c268ff18403f820f
|
|
BLAKE2b-256 checksum How to use checksums |
1dfeef08af29480d33d0f0b528b5dd2b72d96d35ef7351e246b780298ba92159
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / dataall_core-0.6.0-py3-none-any.whl
| Download URL | dataall_core-0.6.0-py3-none-any.whl |
|---|---|
| Size | 154.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9ef1d560c4aea12e583e80b8b53d53f204edb14b5605db3f53f15cf10008ee98
|
|
BLAKE2b-256 checksum How to use checksums |
3845e16a9326efa15f6fffd87f42eacf51fbd30edf0e584283c89dfab6e01e0e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log