Commit 6c4ca2c
committed
fix(low-code): handle tab character ScannerError specifically
Per reviewer feedback, update the fix to specifically handle the tab
character error case rather than catching all ScannerError exceptions.
This maintains the existing pattern of handling specific error cases.
Co-Authored-By: unknown <>1 parent 22e9d85 commit 6c4ca2c
File tree
1 file changed
+6
-2
lines changed- airbyte_cdk/sources/declarative/resolvers
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
209 | 213 | | |
0 commit comments