{{modelsManager.selectedModel.partition_desc.partition_type}}
(Column Type should be DATE or TIMESTAMP Type) {{!!(modelsManager.selectedModel.partition_desc.partition_date_column)?modelsManager.selectedModel.partition_desc.partition_date_column: ''}}
{{(modelsManager.selectedModel.partition_desc.partition_date_format)}}
{{modelsManager.selectedModel.capacity}}

WHERE

{{modelsManager.selectedModel.filter_condition}}

Tips

  1. Partition date column not required,leave as default if cube always need full build
  2. Partition date column will select 'date' type column from fact table
  3. Where clause to filter data from source
  4. Do not include date column which will be used for incremental refresh
  5. Do not include "Where"
  6. Please verify SQL when finish cube design from SQL view of cube