Commit 0f5f81f
committed
Merge origin/main + regenerate baseline on Linux
Resolved conflicts in two files where main's PR #27728 swapped
`logger.warning` → `logger.error` while Stage 2c added noqa markers:
- ingestion/src/metadata/clients/domo_client.py:168 (TRY201 noqa preserved)
- ingestion/src/metadata/ingestion/source/pipeline/spline/utils.py
two log blocks (TRY400 noqa preserved on traceback.format_exc lines)
Re-ran `ruff check --add-noqa` on the merged files; main's auto-merged
warning→error swap introduced 94 new TRY400 violations across data-quality
validators which are now grandfathered in line.
Regenerated basedpyright baseline in a Linux Docker container so column
positions match CI (Ubuntu) exactly. Local macOS arm64 will see column-
shifted entries due to stub differences between macOS and Linux wheels;
`--baselinemode=discard` mode tolerates the drift downstream. Pinned
`pythonPlatform = "Linux"` in pyproject.toml so CI analysis is platform-
stable across runners.74 files changed
Lines changed: 20437 additions & 5743 deletions
File tree
- ingestion
- .basedpyright
- src/metadata
- clients
- data_quality/validations
- column/base
- table
- base
- sqlalchemy
- ingestion
- bulksink
- connections
- ometa/mixins
- source
- api/rest
- dashboard
- metabase
- microstrategy
- qlikcloud
- qliksense
- superset
- database
- drive/sftp
- mcp
- messaging
- pubsub
- pipeline
- airbyte
- airflow/api
- dbtcloud
- domopipeline
- gluepipeline
- kafkaconnect
- spline
- search
- elasticsearch
- opensearch
- storage/s3
- pii/scanners
- tests/unit/source/mcp
- openmetadata-ui/src/main/resources/ui/src
- assets/svg
- components
- Database/ColumnDetailPanel
- ExploreV1/ExploreSearchCard
- Explore/ExploreTree
- SearchedData
- pages/ExplorePage
- utils
- Lineage
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
265 | 270 | | |
266 | 271 | | |
267 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments