Uh oh!
There was an error while loading. Please reload this page.
Added AWS RDS operators - #20907
Conversation
kazanzhy
commented
Jan 17, 2022
Hi, @dstandish. |
c7888c5 to
9af1954CompareUh oh!
There was an error while loading. Please reload this page.
9af1954 to
1e1af84Compare57ba57c to
42b0d0fComparedstandish
commented
Feb 3, 2022
Hi sorry for the delay I was out for a bit then catching up on stuff. Anything in particular you need guidance on? Or just it's ready to go and needs review. |
kazanzhy
commented
Feb 3, 2022
Thanks for helping, @dstandish. I think it's ready for review. Talking about RdsHook (#20642), there are some strange mypy errors that are not caused by my changes. |
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.
ccb7966 to
061da0eCompare061da0e to
c935747Compare022ea65 to
e95b0bbComparekazanzhy
commented
Feb 21, 2022
Methods that are used in tests were implemented by me and available since version |
df40cc2 to
87c99f0Compare5fc7b80 to
1c64923Compare1c64923 to
7382ba5CompareThe RdsHook is already merged and |
Added AWS RDS management operators.
Based on: #20642 and #22005
The main issue that I have is how to test it. There are several options to do that:
unittest.mock, but as I understand Airflow is moving fromunittestpytestpytest-mocklibrarymotolibrary.Unfortunatelymock_rds2doesn't support operations with clusters, exports, and event subscriptions.I've added these methods and they are available since version
moto>=3.0.2