Example HTTP operator and sensor
Module Contents
Attributes
-
tests.system.http.example_http.ENV_ID[source]
-
tests.system.http.example_http.DAG_ID = 'example_http_operator'[source]
-
tests.system.http.example_http.dag[source]
-
tests.system.http.example_http.task_post_op[source]
-
tests.system.http.example_http.task_post_op_formenc[source]
-
tests.system.http.example_http.task_get_op[source]
-
tests.system.http.example_http.task_get_op_response_filter[source]
-
tests.system.http.example_http.task_put_op[source]
-
tests.system.http.example_http.task_del_op[source]
-
tests.system.http.example_http.task_http_sensor_check[source]
-
tests.system.http.example_http.task_http_sensor_check_async[source]
-
tests.system.http.example_http.get_next_page_cursor(response)[source]
Take the raw request.Response object, and check for a cursor.
If a cursor exists, this function creates and return parameters to call
the next page of result.
-
tests.system.http.example_http.task_get_paginated[source]
-
tests.system.http.example_http.test_run[source]