I have a problem building metadata-ingestion: I've...
# ingestion
b
I have a problem building metadata-ingestion: I've recently started getting this error from testQuick:
Copy code
=========================== short test summary info ============================
FAILED tests/unit/test_airflow.py::test_lineage_backend[airflow-1-10-x-decl]
FAILED tests/unit/test_airflow.py::test_lineage_backend[airflow-2-x-decl] - a...
========== 2 failed, 141 passed, 14 deselected, 2 warnings in 14.86s ===========
Copy code
FAILED tests/unit/test_airflow.py::test_lineage_backend[airflow-1-10-x-decl] - airflow.exceptions.DagRunNotFound: DagRun for 'test_lineage_is_sent_to_backend' with date 2021-11-13 00:00:00+00:00 not found

FAILED tests/unit/test_airflow.py::test_lineage_backend[airflow-2-x-decl] - airflow.exceptions.DagRunNotFound: DagRun for 'test_lineage_is_sent_to_backend' with date 2021-11-13 00:00:00+00:00 not found
m
Hi @billions-tent-29367, is this occuring during the ./gradlew metadata-ingestion:build command?
Could I also request for a dump of your pip freeze? I tried the testQiock command locally on a fresh master and it seems to work fine
b
yes, it happens during the above command. also if you run the specific test file via pytest. I tried a clean install at least once. we are running from v0.8.14 at the moment. I was hoping for a "oh, you're missing X" or at least an error someone had already seen. :-(
m
Hi @billions-tent-29367, Since you are running the code locally, do you mean you are on the latest head? Could you also paste in the full stacktrace of the tests ?
b
No, I'm running from tag v0.8.14.