[
https://issues.apache.org/jira/browse/AIRFLOW-2545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fokko Driesprong resolved AIRFLOW-2545.
---------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
1.10.0
> example_kubernetes_operator.py is causing a DeprecationWarning to be
> displayed during default install
> -----------------------------------------------------------------------------------------------------
>
> Key: AIRFLOW-2545
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2545
> Project: Apache Airflow
> Issue Type: Bug
> Affects Versions: 1.10
> Reporter: Craig Rodrigues
> Assignee: Craig Rodrigues
> Priority: Minor
> Fix For: 1.10.0, 2.0.0
>
>
> |!https://mail.google.com/mail/u/0/images/cleardot.gif|id=:ts!|
>
> {{I tested master branch by putting the following in my requirements.txt:}}
> {{git+https://github.com/rodrigc/incubator-airflow@master#egg=apache-airflow[celery,crypto,emr,hive,hdfs,ldap,mysql,postgres,redis,slack,s3]}}
> and did a pip install -r requirements.txt
>
> and then saw this DeprecationWarning:
>
> [2018-05-29 14:06:27,567] \{example_kubernetes_operator.py:30} WARNING -
> Could not import KubernetesPodOperator
> /Users/c-craigr/airflow2/lib/python2.7/site-packages/airflow/models.py:2315:
> PendingDeprecationWarning: Invalid arguments were passed to BaseOperator.
> Support for passing such arguments will be dropped in Airflow 2.0. Invalid
> arguments were:
> *args: ()
> **kwargs: {'name': 'airflow-test-pod', 'image': 'ubuntu:16.04', 'labels':
> {'foo': 'bar'}
> , 'namespace': 'default', 'cmds': ['bash', '-cx'], 'arguments': ['echo',
> '10'], 'in_cluster': False, 'get_logs': True
> category=PendingDeprecationWarning
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)