File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/airflow/providers/alibaba/cloud/log Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ requires-python = ">=3.10"
5959# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
6060dependencies = [
6161 " apache-airflow>=2.11.0" ,
62- " apache-airflow-providers-common-compat>=1.10.1" ,
62+ " apache-airflow-providers-common-compat>=1.10.1" , # use next version
6363 " oss2>=2.14.0" ,
6464 " alibabacloud_adb20211201>=1.0.0" ,
6565 " alibabacloud_tea_openapi>=0.3.7" ,
Original file line number Diff line number Diff line change 2626
2727import attrs
2828
29- from airflow .configuration import conf
3029from airflow .providers .alibaba .cloud .hooks .oss import OSSHook
30+ from airflow .providers .common .compat .sdk import conf
3131from airflow .utils .log .file_task_handler import FileTaskHandler
3232from airflow .utils .log .logging_mixin import LoggingMixin
3333
You can’t perform that action at this time.
0 commit comments