Skip to content

PoC pagination reset

7dcbc04
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

PoC pagination reset #779

PoC pagination reset
7dcbc04
Select commit
Loading
Failed to load commit list.
GitHub Actions / PyTest Results (Fast) failed Oct 1, 2025 in 0s

1 errors in 3s

1 tests   0 ✅  3s ⏱️
1 suites  0 💤
1 files    0 ❌  1 🔥

Results for commit 7dcbc04.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / PyTest Results (Fast)

unit_tests.legacy.sources.declarative.test_manifest_declarative_source with error

build/test-results/pytest-results.xml [took 0s]
Raw output
collection failure
unit_tests/legacy/sources/declarative/test_manifest_declarative_source.py:42: in <module>
    from unit_tests.sources.declarative.parsers.test_model_to_component_factory import get_retriever
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/airbyte-cdk-LAWzOSa7-py3.10/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:186: in exec_module
    exec(co, module.__dict__)
unit_tests/sources/declarative/parsers/test_model_to_component_factory.py:2202: in <module>
    DefaultPaginator(
E   TypeError: DefaultPaginator.__init__() missing 1 required positional argument: 'cursor'