We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1302c9 + 38671b5 commit 41a5b88Copy full SHA for 41a5b88
1 file changed
KustoSchemaTools/Parser/KustoLoader/KustoContinuousExportBulkLoader.cs
@@ -4,7 +4,7 @@ namespace KustoSchemaTools.Parser.KustoLoader
4
{
5
public class KustoContinuousExportBulkLoader : KustoBulkEntityLoader<ContinuousExport>
6
7
- const string LoadContinuousExports = @".show database hydro cslschema script
+ const string LoadContinuousExports = @".show database cslschema script
8
| parse-where DatabaseSchemaScript with '.create-or-alter continuous-export ' EntityName:string ' to table ' ExternalTable:string ' with (forcedLatency=time(' ForcedLatency:timespan '), intervalBetweenRuns=time('IntervalBetweenRuns:timespan '), sizeLimit='SizeLimit:long', distributed='Distributed:bool', managedIdentity='ManagedIdentity:string') <| ' Query:string
9
| project EntityName=trim("" "",EntityName), Body = bag_pack(
10
'ExternalTable', ExternalTable,
0 commit comments