Commit 01354a4
authored
Fix provider registry never updating after docs publish (#65188)
The include-docs input uses short provider names like "amazon" and
"common.ai", but the extraction logic only matched full package names
like "apache-airflow-providers-amazon". This meant REGISTRY_PROVIDERS
was always empty and the registry update job was always skipped.
Handle both short names (converting dots to hyphens) and full package
names, while skipping non-provider packages.1 parent eb994d1 commit 01354a4
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
| 170 | + | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
179 | 187 | | |
180 | 188 | | |
181 | 189 | | |
| |||
0 commit comments