Commit 415eb81
authored
fix: Override BaseHook init to support Airflow v1
Aiflow v1's BaseHook has the following __init__ signature:
def __init__(self, source)
This source argument is not used by us (or anywhere else in BaseHook), so we override it to not require it.1 parent 3b65cca commit 415eb81
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
387 | 390 | | |
388 | 391 | | |
389 | 392 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments