tests.system.providers.qubole.example_qubole

Module Contents

Functions

compare_result(hive_show_table, hive_s3_location[, ti])

Compares the results of two QuboleOperator tasks.

Attributes

START_DATE

ENV_ID

DAG_ID

test_run

tests.system.providers.qubole.example_qubole.START_DATE[source]
tests.system.providers.qubole.example_qubole.ENV_ID[source]
tests.system.providers.qubole.example_qubole.DAG_ID = 'example_qubole_operator'[source]
tests.system.providers.qubole.example_qubole.compare_result(hive_show_table, hive_s3_location, ti=None)[source]

Compares the results of two QuboleOperator tasks.

Parameters
  • hive_show_table – The “hive_show_table” task.

  • hive_s3_location – The “hive_s3_location” task.

  • ti – The TaskInstance object.

Returns

True if the files are the same, False otherwise.

Return type

bool

tests.system.providers.qubole.example_qubole.test_run[source]

Was this entry helpful?