You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/18 10:58:58 UTC

[GitHub] [airflow] michaelosthege opened a new issue #8433: Support slackclient v2 with 2.0

michaelosthege opened a new issue #8433: Support slackclient v2 with 2.0
URL: https://github.com/apache/airflow/issues/8433
 
 
   **Description**
   Slack migrated their Python client to v2. In v1 they ended support for Python 2.7 with its EOL.
   
   Airflow 2.0 will also end support for Python 2.7, so there's no need for the outdated dependency to stick around.
   
   **Use case / motivation**
   The [Python Slack SDK documentation](https://slack.dev/python-slackclient/) for v1 of the SDK is nowhere to be found, taking all the fun out of using it.
   
   Furthermore, [Slack does not add new features to the v1 SDK](https://github.com/slackapi/python-slackclient/wiki/Migrating-to-2.x#minimum-python-versions).
   
   **Related Issues / PR**
   PR https://github.com/apache/airflow/pull/5519 already implemented the change for the Slack operators, but was not merged because Python 2 was still supported at the time.
   
   The corresponding [AIRFLOW-4543](https://issues.apache.org/jira/browse/AIRFLOW-4543) ticket is closed and cannot be reopened.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] boring-cyborg[bot] commented on issue #8433: Support slackclient v2 with 2.0

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #8433: Support slackclient v2 with 2.0
URL: https://github.com/apache/airflow/issues/8433#issuecomment-615841556
 
 
   Thanks for opening your first issue here! Be sure to follow the issue template!
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services