[fix] Adding time grains to Table (#8825)

This commit is contained in:
John Bodley 2019-12-13 09:27:20 +13:00 committed by GitHub
parent ec43609820
commit 18fbe56462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -59,4 +59,12 @@ export default {
validators: [],
},
},
sectionOverrides: {
druidTimeSeries: {
controlSetRows: [['granularity', 'druid_time_origin'], ['time_range']],
},
sqlaTimeSeries: {
controlSetRows: [['granularity_sqla', 'time_grain_sqla'], ['time_range']],
},
},
};