tests.system.providers.qubole.example_qubole
¶
Module Contents¶
Functions¶
|
Compares the results of two QuboleOperator tasks. |
Attributes¶
- 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