Commit a6bbfda
Handle NotImplementedError for metadata property
Some RetrievalJob implementations don't implement the metadata property
and raise NotImplementedError. Wrap metadata access in try-except to
gracefully handle this case and maintain backward compatibility.
Fixes CI test failure in test_retrieval_job_dataframe.py1 parent 4edf660 commit a6bbfda
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
162 | 167 | | |
163 | 168 | | |
164 | 169 | | |
| |||
0 commit comments