[
https://issues.apache.org/jira/browse/AIRFLOW-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mariko Wakabayashi updated AIRFLOW-4019:
----------------------------------------
Description:
*Bug*
{code:java}
[2019-03-05 18:52:32,317] {models.py:1788} ERROR - 'AthenaSensor' object has no
attribute 'mode'
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/airflow/models.py", line 1657,
in _run_raw_task
result = task_copy.execute(context=context)
File
"/usr/local/lib/python3.6/site-packages/airflow/sensors/base_sensor_operator.py",
line 92, in execute
if self.reschedule:
File
"/usr/local/lib/python3.6/site-packages/airflow/sensors/base_sensor_operator.py",
line 123, in reschedule
return self.mode == 'reschedule'{code}
*Fix*
* AWS Athena Sensor's first argument to super() is incorrect
*
[https://github.com/apache/airflow/blob/master/airflow/contrib/sensors/aws_athena_sensor.py#L59]
was:
*Bug*
{code:java}
[2019-03-05 18:52:32,317] {models.py:1788} ERROR - 'AthenaSensor' object has no
attribute 'mode'
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/airflow/models.py", line 1657,
in _run_raw_task
result = task_copy.execute(context=context)
File
"/usr/local/lib/python3.6/site-packages/airflow/sensors/base_sensor_operator.py",
line 92, in execute
if self.reschedule:
File
"/usr/local/lib/python3.6/site-packages/airflow/sensors/base_sensor_operator.py",
line 123, in reschedule
return self.mode == 'reschedule'{code}
*Fix*
* AWS Athena Sensor's first argument to super() is incorrect
*
[https://github.com/apache/airflow/blob/master/airflow/contrib/sensors/aws_athena_sensor.py#L59]
> AWS Athena Sensor's object has no attribute 'mode'
> --------------------------------------------------
>
> Key: AIRFLOW-4019
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4019
> Project: Apache Airflow
> Issue Type: Bug
> Components: contrib
> Affects Versions: 1.10.2
> Reporter: Mariko Wakabayashi
> Assignee: Mariko Wakabayashi
> Priority: Major
>
> *Bug*
> {code:java}
> [2019-03-05 18:52:32,317] {models.py:1788} ERROR - 'AthenaSensor' object has
> no attribute 'mode'
> Traceback (most recent call last):
> File "/usr/local/lib/python3.6/site-packages/airflow/models.py", line 1657,
> in _run_raw_task
> result = task_copy.execute(context=context)
> File
> "/usr/local/lib/python3.6/site-packages/airflow/sensors/base_sensor_operator.py",
> line 92, in execute
> if self.reschedule:
> File
> "/usr/local/lib/python3.6/site-packages/airflow/sensors/base_sensor_operator.py",
> line 123, in reschedule
> return self.mode == 'reschedule'{code}
> *Fix*
> * AWS Athena Sensor's first argument to super() is incorrect
> *
> [https://github.com/apache/airflow/blob/master/airflow/contrib/sensors/aws_athena_sensor.py#L59]
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)