Skip to content

Commit 9a18741

Browse files
committed
gh actions
1 parent 09b6284 commit 9a18741

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/lorin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Tooling Check (jq)
22

33
on:
4-
push:
54
workflow_dispatch:
65

76
jobs:

.github/workflows/metadata-catalog.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Metadata Catalog
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, readychanges ]
66
pull_request:
77
branches: [ main ]
88
workflow_dispatch:
@@ -54,8 +54,11 @@ jobs:
5454
- name: Generate partitioned Parquet metadata
5555
run: |
5656
python scripts/metadata/export_layer_definitions_for_s3.py
57-
echo "Generated metadata artifacts:";
58-
find dist/metadata -maxdepth 3 -type f -print
57+
echo "Index manifest:"
58+
cat dist/index.json | jq .
59+
echo "Partition files:"
60+
jq -r '.partitions[].path' dist/index.json
61+
5962
6063
- name: Upload metadata to S3 (sync)
6164
run: |

0 commit comments

Comments
 (0)