Uh oh!
There was an error while loading. Please reload this page.
Add oss_task_handler into alibaba-provider and enable remote logging to OSS - #21785
Conversation
EricGao888
commented
Feb 24, 2022
- In order to add more support for Alibaba Cloud(related: Alibaba Cloud support #17200), we could add oss_task_handler into alibaba-provider to enable remote-logging to OSS(alibaba cloud object storage service)
- Currently there's no python lib directly providing mocked oss to use in test, we may find a way to mock oss and add more unit tests later but not in this pr. It will probably take some more time. related: Switch Alibaba tests to use Mocks #17617
- This pr closes: Add oss_task_handler for alibaba provider #21748
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
potiuk
commented
Feb 28, 2022
Some static checks/docs are failing. |
EricGao888
commented
Feb 28, 2022
I've fixed the checks/docs failures in the latest commit. Thx for the reminder. |
EricGao888
commented
Mar 1, 2022
@mik-laj Could you please take a look at this pr? BTW, I will fix the unit tests in alibaba provider in a separate pr, using unittest.mock to replace the real external storage during unit test. THX |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
potiuk
commented
Mar 7, 2022
You need to rebase @EricGao888 |
EricGao888
commented
Mar 8, 2022
@potiuk Thanks for the reminder! I will rebase it, resolve the comments above and submit a new commit today. |
EricGao888
commented
Mar 8, 2022
potiuk
commented
Mar 8, 2022
LGTM. @mik-laj ? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
potiuk
commented
Mar 8, 2022
@EricGao888 - just the few suggestions from @mik-laj and we can merge it :) |
EricGao888
commented
Mar 8, 2022
|
EricGao888
commented
Mar 9, 2022
Seems docs build failed. Not sure whether should I rebase again? Looks like related: #22100 |
EricGao888
commented
Mar 10, 2022
mik-laj
commented
Mar 10, 2022
@EricGao888 I rebased this PR. |