Commit e944b15
authored
Rds Operator pass custom conn_id to superclass (apache#51196)
* Adjuste RDSHook to pass aws_conn_id to Hooks
* Added tests for changes and changed name of defaul conn_id in in RdsBaseOperator
* Fixed pre-commit errors
* Removed unnecessary args from RDSBaseOperator1 parent 2b89c0d commit e944b15
File tree
2 files changed
+12
-4
lines changed- providers/amazon
- src/airflow/providers/amazon/aws/operators
- tests/unit/amazon/aws/operators
2 files changed
+12
-4
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | 57 | | |
60 | 58 | | |
61 | | - | |
62 | | - | |
63 | 59 | | |
64 | 60 | | |
65 | 61 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
177 | 189 | | |
178 | 190 | | |
179 | 191 | | |
| |||
0 commit comments