Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
updated sample
Browse files Browse the repository at this point in the history
  • Loading branch information
spelluru committed Aug 3, 2017
1 parent 2b7a5f0 commit f7b4547
Showing 1 changed file with 54 additions and 2 deletions.
56 changes: 54 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

using System;
using System.Text;
using Microsoft.IdentityModel.Clients.ActiveDirectory;
using Microsoft.IdentityModel.Clients.ActiveDirectory; //Install-Package Microsoft.IdentityModel.Clients.ActiveDirectory
using System.Net;
using System.IO;
using System.Threading.Tasks;
Expand Down Expand Up @@ -372,7 +372,59 @@ static string SampleJson(string name)
}},
],
}}
}}
}},
""previews"": [
{{
""properties"": {{
""preview"": [
{{
""OrderId"": 1,
""CustomerID"": 11,
""OrderDate"": null
}},
{{
""OrderId"": 2,
""CustomerID"": 12,
""OrderDate"": ""08/02/2017""
}}
],
""key"": ""SqlExtractor"",
""fromSourceSystem"": true
}}
}}
],
""tableDataProfiles"": [
{{
""properties"": {{
""dataModifiedTime"": ""2015 -12-31T00:32:22.4832805-08:00"",
""schemaModifiedTime"": ""2015 -12-31T00:32:22.4832805-08:00"",
""size"": 9223372036854775807,
""numberOfRows"": 9223372036854775807,
""key"": ""Test"",
""fromSourceSystem"": true
}}
}}
],
""columnsDataProfiles"": [
{{
""properties"": {{
""columns"": [
{{
""columnName"": ""OrderId"",
""type"": ""int"",
""min"": ""1"",
""max"": ""1002"",
""stdev"": 50,
""avg"": 201,
""nullCount"": 0,
""distinctCount"": 12121212
}}
],
""key"": ""Test"",
""fromSourceSystem"": true
}}
}}
],
}}
}}
", name);
Expand Down

0 comments on commit f7b4547

Please sign in to comment.