There was an error while loading. Please reload this page.
1 parent 09b6284 commit 9a18741Copy full SHA for 9a18741
2 files changed
.github/workflows/lorin.yml
@@ -1,7 +1,6 @@
1
name: Tooling Check (jq)
2
3
on:
4
- push:
5
workflow_dispatch:
6
7
jobs:
.github/workflows/metadata-catalog.yml
@@ -2,7 +2,7 @@ name: Metadata Catalog
push:
- branches: [ main ]
+ branches: [ main, readychanges ]
pull_request:
branches: [ main ]
8
@@ -54,8 +54,11 @@ jobs:
54
- name: Generate partitioned Parquet metadata
55
run: |
56
python scripts/metadata/export_layer_definitions_for_s3.py
57
- echo "Generated metadata artifacts:";
58
- find dist/metadata -maxdepth 3 -type f -print
+ echo "Index manifest:"
+ cat dist/index.json | jq .
59
+ echo "Partition files:"
60
+ jq -r '.partitions[].path' dist/index.json
61
+
62
63
- name: Upload metadata to S3 (sync)
64
0 commit comments