[
https://issues.apache.org/jira/browse/AIRFLOW-6507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012796#comment-17012796
]
ASF subversion and git services commented on AIRFLOW-6507:
----------------------------------------------------------
Commit 835e6c1cf239ca4f34bd326ac814684ec7ffca23 in airflow's branch
refs/heads/master from Kousuke Saruta
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=835e6c1 ]
[AIRFLOW-6507] Replace the use of imp.load_source with another solution. (#7099)
> Replace the use of imp.load_source with another solution.
> ---------------------------------------------------------
>
> Key: AIRFLOW-6507
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6507
> Project: Apache Airflow
> Issue Type: Improvement
> Components: models
> Affects Versions: 1.10.8
> Reporter: Kousuke Saruta
> Assignee: Kousuke Saruta
> Priority: Minor
> Fix For: 2.0.0
>
>
> As of Python 3.4, imp module will be deprecated and recommended to use
> importlib.
> [https://docs.python.org/3/library/imp.html]
> Almost all the part of code in Airflow uses importlib except for
> imp.load_source in models/dagbag.py.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)