tests.system.providers.http.example_http

Example HTTP operator and sensor

Module Contents

Functions

get_next_page_cursor(response)

Take the raw request.Response object, and check for a cursor.

Attributes

ENV_ID

DAG_ID

dag

task_post_op

task_post_op_formenc

task_get_op

task_get_op_response_filter

task_put_op

task_del_op

task_http_sensor_check

task_http_sensor_check_async

task_get_paginated

test_run

tests.system.providers.http.example_http.ENV_ID[source]
tests.system.providers.http.example_http.DAG_ID = 'example_http_operator'[source]
tests.system.providers.http.example_http.dag[source]
tests.system.providers.http.example_http.task_post_op[source]
tests.system.providers.http.example_http.task_post_op_formenc[source]
tests.system.providers.http.example_http.task_get_op[source]
tests.system.providers.http.example_http.task_get_op_response_filter[source]
tests.system.providers.http.example_http.task_put_op[source]
tests.system.providers.http.example_http.task_del_op[source]
tests.system.providers.http.example_http.task_http_sensor_check[source]
tests.system.providers.http.example_http.task_http_sensor_check_async[source]
tests.system.providers.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.providers.http.example_http.task_get_paginated[source]
tests.system.providers.http.example_http.test_run[source]

Was this entry helpful?