cleanup
This commit is contained in:
parent
a20b9681cb
commit
c4b3ee7e3b
@ -249,6 +249,12 @@ namespace AsPartitionProcessing
|
||||
Server server = new Server();
|
||||
try
|
||||
{
|
||||
LogMessage("", false);
|
||||
LogMessage($"Merge partitions into {partitionKey} for table {analysisServicesTable}", false);
|
||||
LogMessage(new String('-', partitionKey.Length + analysisServicesTable.Length + 33), false);
|
||||
LogMessage("", false);
|
||||
LogMessage("=>Actions & progress:", false);
|
||||
|
||||
//Check target granularity
|
||||
if (targetGranularity == Granularity.Daily)
|
||||
{
|
||||
@ -357,18 +363,6 @@ namespace AsPartitionProcessing
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Merge day partitions into a month partition.
|
||||
/// </summary>
|
||||
/// <param name="modelConfiguration">Configuration info for the model</param>
|
||||
/// <param name="messageLogger">Pointer to logging method</param>
|
||||
/// <param name="monthPartitionKey">Month partition key following yyyymm</param>
|
||||
public static void MergeDaysToMonth(ModelConfiguration modelConfiguration, LogMessageDelegate messageLogger, string monthPartitionKey)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Private Methods
|
||||
@ -512,7 +506,6 @@ namespace AsPartitionProcessing
|
||||
partitionsExisting.Add(partition);
|
||||
}
|
||||
}
|
||||
partitionsExisting.Sort();
|
||||
|
||||
return partitionsExisting;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user