Skip to content

Add support for formatting projections#1068

Merged
stevemessick merged 2 commits into
mainfrom
format-projection
Jun 23, 2026
Merged

Add support for formatting projections#1068
stevemessick merged 2 commits into
mainfrom
format-projection

reformat

63ca701
Select commit
Loading
Failed to load commit list.
Google Cloud Build / kaggle-cli-branch-3-12-13 (kaggle-cicd) succeeded Jun 22, 2026 in 50s

Summary

Build Information

Trigger kaggle-cli-branch-3-12-13
Build eea9b248-51ec-40f2-8e0b-107e1bb9f956
Start 2026-06-22T16:17:01-07:00
Duration 47.588s
Status SUCCESS

Steps

Step Status Duration
check_substitutions SUCCESS 9.027s
build-hatch-image SUCCESS 1.354s
lint SUCCESS 29.459s

Details

starting build "eea9b248-51ec-40f2-8e0b-107e1bb9f956"

FETCHSOURCE
From https://github.com/Kaggle/kaggle-cli
 * branch            63ca70129de0e9dd3d2d32835956ddd213f84e31 -> FETCH_HEAD
HEAD is now at 63ca701 reformat
GitCommit:
63ca70129de0e9dd3d2d32835956ddd213f84e31
BUILD
Starting Step #0 - "check_substitutions"
Step #0 - "check_substitutions": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "check_substitutions": 3.12.13: Pulling from kaggle-cicd/tools/cli-builder
Step #0 - "check_substitutions": ef1b08ddd59d: Already exists
Step #0 - "check_substitutions": 8b365b6ff7b7: Already exists
Step #0 - "check_substitutions": 2ca884014342: Already exists
Step #0 - "check_substitutions": 442cca122a8b: Already exists
Step #0 - "check_substitutions": 71eb69eeaf01: Pulling fs layer
Step #0 - "check_substitutions": d57bbc53353e: Pulling fs layer
Step #0 - "check_substitutions": d04536ac5ef0: Pulling fs layer
Step #0 - "check_substitutions": d5bdef3ca930: Pulling fs layer
Step #0 - "check_substitutions": 8820d1de1ddc: Pulling fs layer
Step #0 - "check_substitutions": d04536ac5ef0: Verifying Checksum
Step #0 - "check_substitutions": d04536ac5ef0: Download complete
Step #0 - "check_substitutions": 71eb69eeaf01: Verifying Checksum
Step #0 - "check_substitutions": 71eb69eeaf01: Download complete
Step #0 - "check_substitutions": d5bdef3ca930: Verifying Checksum
Step #0 - "check_substitutions": d5bdef3ca930: Download complete
Step #0 - "check_substitutions": d57bbc53353e: Verifying Checksum
Step #0 - "check_substitutions": d57bbc53353e: Download complete
Step #0 - "check_substitutions": 71eb69eeaf01: Pull complete
Step #0 - "check_substitutions": 8820d1de1ddc: Verifying Checksum
Step #0 - "check_substitutions": 8820d1de1ddc: Download complete
Step #0 - "check_substitutions": d57bbc53353e: Pull complete
Step #0 - "check_substitutions": d04536ac5ef0: Pull complete
Step #0 - "check_substitutions": d5bdef3ca930: Pull complete
Step #0 - "check_substitutions": 8820d1de1ddc: Pull complete
Step #0 - "check_substitutions": Digest: sha256:dcaf3e47db6a8c2540493a5726f1b4ba91adfc0e78adbf5f37882d53570d2f88
Step #0 - "check_substitutions": Status: Downloaded newer image for us-docker.pkg.dev/kaggle-cicd/tools/cli-builder:3.12.13
Step #0 - "check_substitutions": us-docker.pkg.dev/kaggle-cicd/tools/cli-builder:3.12.13
Finished Step #0 - "check_substitutions"
Starting Step #1 - "build-hatch-image"
Step #1 - "build-hatch-image": Already have image (with digest): gcr.io/cloud-builders/docker
Step #1 - "build-hatch-image": Sending build context to Docker daemon  5.632kB

Step #1 - "build-hatch-image": Step 1/5 : ARG PYTHON_VERSION
Step #1 - "build-hatch-image": Step 2/5 : FROM python:${PYTHON_VERSION}
Step #1 - "build-hatch-image": 3.12.13: Pulling from library/python
Step #1 - "build-hatch-image": ef1b08ddd59d: Already exists
Step #1 - "build-hatch-image": 8b365b6ff7b7: Already exists
Step #1 - "build-hatch-image": 2ca884014342: Already exists
Step #1 - "build-hatch-image": 442cca122a8b: Already exists
Step #1 - "build-hatch-image": 71eb69eeaf01: Already exists
Step #1 - "build-hatch-image": d57bbc53353e: Already exists
Step #1 - "build-hatch-image": d04536ac5ef0: Already exists
Step #1 - "build-hatch-image": Digest: sha256:ea7b35cdb10b8a1381848aeb90a434997da25649c86d842d19fe6154c535cd11
Step #1 - "build-hatch-image": Status: Downloaded newer image for python:3.12.13
Step #1 - "build-hatch-image":  ---> efb4d2320c43
Step #1 - "build-hatch-image": Step 3/5 : RUN python -m pip install --upgrade pip
Step #1 - "build-hatch-image":  ---> Using cache
Step #1 - "build-hatch-image":  ---> 101ae2b9064f
Step #1 - "build-hatch-image": Step 4/5 : RUN python -m pip install hatch==1.16.5
Step #1 - "build-hatch-image":  ---> Using cache
Step #1 - "build-hatch-image":  ---> ec63dc9498ee
Step #1 - "build-hatch-image": Step 5/5 : ENTRYPOINT ["hatch"]
Step #1 - "build-hatch-image":  ---> Using cache
Step #1 - "build-hatch-image":  ---> 8d405ab45897
Step #1 - "build-hatch-image": Successfully built 8d405ab45897
Step #1 - "build-hatch-image": Successfully tagged us-docker.pkg.dev/kaggle-cicd/tools/cli-builder:3.12.13
Finished Step #1 - "build-hatch-image"
Starting Step #2 - "lint"
Step #2 - "lint": Already have image (with digest): us-docker.pkg.dev/kaggle-cicd/tools/cli-builder:3.12.13
Step #2 - "lint": Creating environment: lint
Step #2 - "lint": Checking dependencies
Step #2 - "lint": Syncing dependencies
Step #2 - "lint": cmd [1] | black --check --diff .
Step #2 - "lint": Skipping .ipynb files as Jupyter dependencies are not installed.
Step #2 - "lint": You can fix this by running ``pip install "black[jupyter]"``
Step #2 - "lint": All done! ✨ 🍰 ✨
Step #2 - "lint": 26 files would be left unchanged.
Step #2 - "lint": cmd [2] | mypy --install-types --non-interactive src/kaggle tests
Step #2 - "lint": Collecting types-PySocks
Step #2 - "lint":   Downloading types_pysocks-1.7.1.20260518-py3-none-any.whl.metadata (1.7 kB)
Step #2 - "lint": Collecting types-Pygments
Step #2 - "lint":   Downloading types_pygments-2.20.0.20260518-py3-none-any.whl.metadata (2.0 kB)
Step #2 - "lint": Collecting types-bleach
Step #2 - "lint":   Downloading types_bleach-6.4.0.20260607-py3-none-any.whl.metadata (1.7 kB)
Step #2 - "lint": Collecting types-pexpect
Step #2 - "lint":   Downloading types_pexpect-4.9.0.20260518-py3-none-any.whl.metadata (1.7 kB)
Step #2 - "lint": Collecting types-protobuf
Step #2 - "lint":   Downloading types_protobuf-7.34.1.20260518-py3-none-any.whl.metadata (2.2 kB)
Step #2 - "lint": Collecting types-python-dateutil
Step #2 - "lint":   Downloading types_python_dateutil-2.9.0.20260518-py3-none-any.whl.metadata (1.8 kB)
Step #2 - "lint": Collecting types-six
Step #2 - "lint":   Downloading types_six-1.17.0.20260518-py3-none-any.whl.metadata (1.7 kB)
Step #2 - "lint": Collecting types-docutils (from types-Pygments)
Step #2 - "lint":   Downloading types_docutils-0.22.3.20260518-py3-none-any.whl.metadata (1.7 kB)
Step #2 - "lint": Collecting types-html5lib (from types-bleach)
Step #2 - "lint":   Downloading types_html5lib-1.1.11.20260518-py3-none-any.whl.metadata (1.8 kB)
Step #2 - "lint": Collecting types-webencodings (from types-html5lib->types-bleach)
Step #2 - "lint":   Downloading types_webencodings-0.5.0.20260408-py3-none-any.whl.metadata (1.8 kB)
Step #2 - "lint": Downloading types_pysocks-1.7.1.20260518-py3-none-any.whl (9.6 kB)
Step #2 - "lint": Downloading types_pygments-2.20.0.20260518-py3-none-any.whl (29 kB)
Step #2 - "lint": Downloading types_bleach-6.4.0.20260607-py3-none-any.whl (11 kB)
Step #2 - "lint": Downloading types_pexpect-4.9.0.20260518-py3-none-any.whl (17 kB)
Step #2 - "lint": Downloading types_protobuf-7.34.1.20260518-py3-none-any.whl (85 kB)
Step #2 - "lint": Downloading types_python_dateutil-2.9.0.20260518-py3-none-any.whl (18 kB)
Step #2 - "lint": Downloading types_six-1.17.0.20260518-py3-none-any.whl (19 kB)
Step #2 - "lint": Downloading types_docutils-0.22.3.20260518-py3-none-any.whl (91 kB)
Step #2 - "lint": Downloading types_html5lib-1.1.11.20260518-py3-none-any.whl (24 kB)
Step #2 - "lint": Downloading types_webencodings-0.5.0.20260408-py3-none-any.whl (8.7 kB)
Step #2 - "lint": Installing collected packages: types-webencodings, types-six, types-python-dateutil, types-PySocks, types-protobuf, types-pexpect, types-docutils, types-Pygments, types-html5lib, types-bleach
Step #2 - "lint": 
Step #2 - "lint": Successfully installed types-PySocks-1.7.1.20260518 types-Pygments-2.20.0.20260518 types-bleach-6.4.0.20260607 types-docutils-0.22.3.20260518 types-html5lib-1.1.11.20260518 types-pexpect-4.9.0.20260518 types-protobuf-7.34.1.20260518 types-python-dateutil-2.9.0.20260518 types-six-1.17.0.20260518 types-webencodings-0.5.0.20260408
Step #2 - "lint": Installing missing stub packages:
Step #2 - "lint": /builder/home/.local/share/hatch/env/virtual/kaggle/xS3fZVNL/lint/bin/python -m pip install types-PySocks types-Pygments types-bleach types-pexpect types-protobuf types-python-dateutil types-six
Step #2 - "lint": 
Step #2 - "lint": 
Step #2 - "lint": Success: no issues found in 23 source files
Step #2 - "lint": src/kaggle/api/kaggle_api_extended.py:5759: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]
Step #2 - "lint": src/kaggle/api/kaggle_api_extended.py:6212: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]
Finished Step #2 - "lint"
PUSH
Pushing us-docker.pkg.dev/kaggle-cicd/tools/cli-builder
The push refers to repository [us-docker.pkg.dev/kaggle-cicd/tools/cli-builder]
6b9ae4665c8c: Preparing
87fa7c2ff55b: Preparing
dc98ade52555: Preparing
fee974c555f2: Preparing
e7a34599666c: Preparing
c8ec9b66ee7b: Preparing
3959a281940d: Preparing
4d2b45eb5dc2: Preparing
fd686720d876: Preparing
4d2b45eb5dc2: Layer already exists
fee974c555f2: Layer already exists
fd686720d876: Layer already exists
c8ec9b66ee7b: Layer already exists
3959a281940d: Layer already exists
dc98ade52555: Layer already exists
87fa7c2ff55b: Layer already exists
6b9ae4665c8c: Layer already exists
e7a34599666c: Layer already exists
3.12.13: digest: sha256:dcaf3e47db6a8c2540493a5726f1b4ba91adfc0e78adbf5f37882d53570d2f88 size: 2219
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/eea9b248-51ec-40f2-8e0b-107e1bb9f956?project=464139560241