Henk Griffioen created AIRFLOW-1136:
---------------------------------------
Summary: Invalid parameters are not captured for Sqoop operators
Key: AIRFLOW-1136
URL: https://issues.apache.org/jira/browse/AIRFLOW-1136
Project: Apache Airflow
Issue Type: Bug
Reporter: Henk Griffioen
Assignee: Henk Griffioen
Priority: Minor
1. The Sqoophook exports data as text if argument file_type is anything other
than 'avro', 'sequence' or 'parquet'. Correct behaviour would be to error out
if file_type is not 'avro', 'sequence', 'parquet' or 'text'.
2. SqoopOperator runs the import command if argument cmd_type is anything other
than 'export'. Correct behaviour would be to error out if cmd_type is not
'import' or 'export'.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)