Commit 1e662c3
szachovy
Explicitly define SQL_QUERY_MUTATOR as passthrough function
PR #118 set SQL_QUERY_MUTATOR = None which caused 'NoneType' object is
not callable in the Celery sql_lab worker. The previous commit removed
that line, but explicitly defining the passthrough function ensures the
Superset config module loading path cannot re-introduce a None value
regardless of import order or config overlay behavior.1 parent 753af74 commit 1e662c3
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
0 commit comments