This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 1dd427a2ff2 Add multi-select state filter to worker page (#58505)
     add d0127682fac Add Neo4jSensor to Neo4j Provider (#58549)

No new revisions were added by this update.

Summary of changes:
 docs/spelling_wordlist.txt                         |   2 +
 providers/neo4j/docs/index.rst                     |   1 +
 providers/neo4j/docs/sensors/neo4j.rst             | 222 +++++++++++++++
 providers/neo4j/provider.yaml                      |   5 +
 .../airflow/providers/neo4j/get_provider_info.py   |   8 +-
 .../airflow/providers/neo4j/sensors}/__init__.py   |   0
 .../src/airflow/providers/neo4j/sensors/neo4j.py   | 130 +++++++++
 ...mple_neo4j_query.py => example_neo4j_sensor.py} |  27 +-
 .../neo4j/tests/unit/neo4j/sensors}/__init__.py    |   0
 .../neo4j/tests/unit/neo4j/sensors/test_neo4j.py   | 306 +++++++++++++++++++++
 10 files changed, 692 insertions(+), 9 deletions(-)
 create mode 100644 providers/neo4j/docs/sensors/neo4j.rst
 copy {airflow-core/src/airflow/_shared => 
providers/neo4j/src/airflow/providers/neo4j/sensors}/__init__.py (100%)
 create mode 100644 providers/neo4j/src/airflow/providers/neo4j/sensors/neo4j.py
 copy providers/neo4j/tests/system/neo4j/{example_neo4j_query.py => 
example_neo4j_sensor.py} (67%)
 copy {airflow-core/src/airflow/api/common => 
providers/neo4j/tests/unit/neo4j/sensors}/__init__.py (100%)
 create mode 100644 providers/neo4j/tests/unit/neo4j/sensors/test_neo4j.py

Reply via email to