Data lake operations toolkit
Project description
LakeOps
A modern data lake operations toolkit working with multiple table formats (Delta, Iceberg, Parquet) and engines (Spark, Polars) via the same APIs.
Features
- Multi-format support: Delta, Iceberg, Parquet
- Multiple engine backends: Apache Spark, Polars (default)
- Storage operations: read, write
To learn more, read the user guide.
Quick Start
Installation
pip install lakeops
Sample Usage
from pyspark.sql import SparkSession
from lakeops import LakeOps
from lakeops.core.engine import SparkEngine
# Init Spark session and create LakeOps instance
spark = SparkSession.builder.getOrCreate()
engine = SparkEngine(spark)
ops = LakeOps(engine)
# Read data from table name
df = ops.read("s3://local/test/table", format="parquet")
# Write data to table name
ops.write(df, "s3://local/test/table", format="parquet")
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 Distributions
Built Distributions
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 lakeops-1.0.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 266.6 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c6f513e026232349fdf51cb9caef3424922d0551acf739c613b156ff337b3b9
|
|
| MD5 |
be6323dbaa689c94d3612a2fcca13249
|
|
| BLAKE2b-256 |
b9b4a7a7f24745e9bde62a02503fa037f1fcab2392c1693d677faef45c1e0843
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp312-cp312-win_amd64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp312-cp312-win_amd64.whl -
Subject digest:
3c6f513e026232349fdf51cb9caef3424922d0551acf739c613b156ff337b3b9 - Sigstore transparency entry: 975621221
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file lakeops-1.0.1-cp312-cp312-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp312-cp312-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 424.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54201b4bef94343e843e569ac9b5069d99d7b76204910cf9831dbb907e3c34cf
|
|
| MD5 |
239964c4aeca4ca1aaa1cdd296cc62b8
|
|
| BLAKE2b-256 |
955f245624136b7f0c15cd5877abe8becdcef2eea44d307973d4ba17dbf9839f
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp312-cp312-manylinux_2_34_x86_64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp312-cp312-manylinux_2_34_x86_64.whl -
Subject digest:
54201b4bef94343e843e569ac9b5069d99d7b76204910cf9831dbb907e3c34cf - Sigstore transparency entry: 975621229
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file lakeops-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 415.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33b37fc95b62f676da7205671a975dcdbddc0dd374a96a278fd0285e5443f16f
|
|
| MD5 |
71b36ab474524f4662f5f9dc78cebc75
|
|
| BLAKE2b-256 |
8224688f313e9879b219699e08c0a7f2c8c4ef07512908bf75542f944e25f89c
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
33b37fc95b62f676da7205671a975dcdbddc0dd374a96a278fd0285e5443f16f - Sigstore transparency entry: 975621211
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file lakeops-1.0.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 371.0 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65b216c19e2e8ea94abe3316157d5a3727578a2facd0f95552b078663157b29b
|
|
| MD5 |
20a765a7a78b7d19b560a6332399b265
|
|
| BLAKE2b-256 |
dd2694b5c3a2eb1a4c505e61bcb292afa7624c8231a2496b2a5a12b557a3da59
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
65b216c19e2e8ea94abe3316157d5a3727578a2facd0f95552b078663157b29b - Sigstore transparency entry: 975621219
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file lakeops-1.0.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 268.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
162bbb1d4a15d3d8f6b994e98c123d3d19ad89237d1cde4515bd61f5abea21a7
|
|
| MD5 |
39d737b0cea5991818e6f786270d642e
|
|
| BLAKE2b-256 |
d0286cc46ea41bc737ae21838bd70f55e10d3075bc3993c8f9c2c2c9caa0bd4d
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp311-cp311-win_amd64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp311-cp311-win_amd64.whl -
Subject digest:
162bbb1d4a15d3d8f6b994e98c123d3d19ad89237d1cde4515bd61f5abea21a7 - Sigstore transparency entry: 975621215
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file lakeops-1.0.1-cp311-cp311-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp311-cp311-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 424.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4103d041ed96be41aa0d6b06706905ea56540e6d6200793ba20e165310dbb724
|
|
| MD5 |
da29d4ae0f2b0d7829657803d545d9e0
|
|
| BLAKE2b-256 |
3b4017123d91fcdf7df703fca4a0256e81a615e67e43ade10caed23aefb90156
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp311-cp311-manylinux_2_34_x86_64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp311-cp311-manylinux_2_34_x86_64.whl -
Subject digest:
4103d041ed96be41aa0d6b06706905ea56540e6d6200793ba20e165310dbb724 - Sigstore transparency entry: 975621197
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file lakeops-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 416.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f953b98cc45368924d07879b088681b412934314c36a4e34516328dd40a1d36
|
|
| MD5 |
1a46a8854ca7b8344fbf412e1842c924
|
|
| BLAKE2b-256 |
96a4903c1703acc128050bb9a8d1ddba139c5ed89e46e6b3f07f753121a05a53
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
6f953b98cc45368924d07879b088681b412934314c36a4e34516328dd40a1d36 - Sigstore transparency entry: 975621191
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file lakeops-1.0.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 372.7 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a9d3cd8aaab063d86790d09d7289a58753e46474a63c0f215581672e41216d4
|
|
| MD5 |
dc86d8aa5c904a7060d44bdee025e8a7
|
|
| BLAKE2b-256 |
5dcf37dab850eeb472f2f8c868711b81346ad95179729a2ddfe2894ebf21495f
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
4a9d3cd8aaab063d86790d09d7289a58753e46474a63c0f215581672e41216d4 - Sigstore transparency entry: 975621227
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file lakeops-1.0.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 268.8 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04b9e3e818216f5c2bffbb670e092cd147b20889cdd9a2f697d84d60c0cc3807
|
|
| MD5 |
6745590306761176cf6b52f0daa8da39
|
|
| BLAKE2b-256 |
2248a5681ec20e2d8a234763edf144fe2e9126fa9323126e9d724c8a0fe7adf0
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp310-cp310-win_amd64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp310-cp310-win_amd64.whl -
Subject digest:
04b9e3e818216f5c2bffbb670e092cd147b20889cdd9a2f697d84d60c0cc3807 - Sigstore transparency entry: 975621225
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file lakeops-1.0.1-cp310-cp310-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp310-cp310-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 425.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e064b8b616e46aecee42dffaa12a7d444761f1150e16608e49c65bba21260d5b
|
|
| MD5 |
b2752da71a400f7bb9c1f480fda1f24c
|
|
| BLAKE2b-256 |
b3490608514296342b861afb57c8490e93ebdb21109996370a9eec42066fb5b7
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp310-cp310-manylinux_2_34_x86_64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp310-cp310-manylinux_2_34_x86_64.whl -
Subject digest:
e064b8b616e46aecee42dffaa12a7d444761f1150e16608e49c65bba21260d5b - Sigstore transparency entry: 975621194
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file lakeops-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 416.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
036049fba4427a0a43b953431227cac5a3299e61ca4e57ac4c22e2e2539e1e18
|
|
| MD5 |
faa967c1704b7d074ea23bbae7127bae
|
|
| BLAKE2b-256 |
5bd2999ca856fd8f4e5930342850b2fc2b1a887d5d5e73c7d5899f052517eb0f
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
036049fba4427a0a43b953431227cac5a3299e61ca4e57ac4c22e2e2539e1e18 - Sigstore transparency entry: 975621207
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file lakeops-1.0.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: lakeops-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 373.1 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae147b2bfd6bf082058385bcf38cf7e7ba20ae0a3a2e4c96ee080c274f2ea9c1
|
|
| MD5 |
edaf6ff047b2fb10fa4791bfbf76f450
|
|
| BLAKE2b-256 |
bda93e0569a693d506357c9b16eb2da5144224fc213ea3966ac720cd2028ad9c
|
Provenance
The following attestation bundles were made for lakeops-1.0.1-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
publish.yml on hoaihuongbk/lakeops
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
lakeops-1.0.1-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
ae147b2bfd6bf082058385bcf38cf7e7ba20ae0a3a2e4c96ee080c274f2ea9c1 - Sigstore transparency entry: 975621204
- Sigstore integration time:
-
Permalink:
hoaihuongbk/lakeops@4c7d252714a45af258e31a1fce054fde074c23b0 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/hoaihuongbk
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4c7d252714a45af258e31a1fce054fde074c23b0 -
Trigger Event:
push
-
Statement type: