Skip to content

Commit 07ab389

Browse files
Merge branch 'main' into fix/24559-greenplum7-partition-support
2 parents 5d84a09 + 84ed278 commit 07ab389

100 files changed

Lines changed: 456962 additions & 1699 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/py-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
install-server: 'false'
100100

101101
- name: Run Static Checks
102+
# basedpyright is configured with `pythonVersion = "3.10"` (the lowest
103+
# supported version) so type-checking results are identical across the
104+
# 3.10/3.11/3.12 matrix. Run on the lowest version only to avoid
105+
# redundant work and keep the baseline file deterministic.
106+
if: matrix.py-version == '3.10'
102107
run: |
103108
source env/bin/activate
104109
cd ingestion

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,7 @@ ingestion/.claude/agents
202202
.claude/scheduled_tasks.lock
203203
.claude/plans/
204204

205+
# Serena MCP language-server cache — local tooling, not committed
206+
.serena/
207+
205208
test-results/

0 commit comments

Comments
 (0)