Commit 6cf6e1c
fix: Add missing config parameter in _uses_dynamic_schema_loader method
- Fixed TypeError in ManifestDeclarativeSource._stream_configs() missing required positional argument 'config'
- Added empty_config parameter when calling _stream_configs during schema detection
- This enables config-free discover to work for static schema connectors
Manual testing shows this fixes the immediate TypeError but additional work needed for datetime parsing issues.
Co-Authored-By: AJ Steers <[email protected]>1 parent b956a30 commit 6cf6e1c
File tree
2 files changed
+2
-2
lines changed- airbyte_cdk
- sources/declarative
- test/standard_tests
2 files changed
+2
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
| 621 | + | |
621 | 622 | | |
622 | 623 | | |
623 | 624 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments