mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
fix(charts): Time grain is None when dataset uses Jinja (#25842)
This commit is contained in:
@@ -307,6 +307,7 @@ test('should convert a queryObject with x-axis although FF is disabled', () => {
|
||||
extras: {
|
||||
having: '',
|
||||
where: "(foo in ('a', 'b'))",
|
||||
time_grain_sqla: 'P1W',
|
||||
},
|
||||
applied_time_extras: {},
|
||||
columns: [
|
||||
|
||||
Reference in New Issue
Block a user