File tree Expand file tree Collapse file tree
DataPipelineTools.Functions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using SqlCollaborative . Azure . DataPipelineTools . DataLake . Model ;
2- using Microsoft . Extensions . Logging ;
1+ using Microsoft . Extensions . Logging ;
32using Newtonsoft . Json . Linq ;
43using SqlCollaborative . Azure . DataPipelineTools . Common ;
4+ using SqlCollaborative . Azure . DataPipelineTools . DataLake . Model ;
55
6- namespace SqlCollaborative . Azure . DataPipelineTools . Functions
6+ namespace SqlCollaborative . Azure . DataPipelineTools . Functions . Common
77{
88 public abstract class FunctionsBase
99 {
Original file line number Diff line number Diff line change 1- using SqlCollaborative . Azure . DataPipelineTools . DataLake ;
2- using Microsoft . Azure . Functions . Extensions . DependencyInjection ;
1+ using Microsoft . Azure . Functions . Extensions . DependencyInjection ;
32using Microsoft . Extensions . DependencyInjection ;
3+ using SqlCollaborative . Azure . DataPipelineTools . DataLake ;
4+ using SqlCollaborative . Azure . DataPipelineTools . Functions . Common ;
5+ using SqlCollaborative . Azure . DataPipelineTools . Functions . DataLake ;
46
5- [ assembly: FunctionsStartup ( typeof ( SqlCollaborative . Azure . DataPipelineTools . Functions . Startup ) ) ]
6- namespace SqlCollaborative . Azure . DataPipelineTools . Functions
7+ [ assembly: FunctionsStartup ( typeof ( Startup ) ) ]
8+ namespace SqlCollaborative . Azure . DataPipelineTools . Functions . Common
79{
810 public class Startup : FunctionsStartup
911 {
Original file line number Diff line number Diff line change 1- using SqlCollaborative . Azure . DataPipelineTools . DataLake . Model ;
1+ using System . Collections . Generic ;
2+ using System . IO ;
3+ using System . Linq ;
24using Microsoft . AspNetCore . Http ;
35using Microsoft . Extensions . Logging ;
46using Microsoft . Extensions . Primitives ;
57using Newtonsoft . Json ;
6- using System ;
7- using System . Collections . Generic ;
8- using System . IO ;
9- using System . Linq ;
10- using System . Text ;
118using SqlCollaborative . Azure . DataPipelineTools . Common ;
9+ using SqlCollaborative . Azure . DataPipelineTools . DataLake . Model ;
1210
13- namespace SqlCollaborative . Azure . DataPipelineTools . Functions
11+ namespace SqlCollaborative . Azure . DataPipelineTools . Functions . DataLake
1412{
1513 public class DataLakeConfigFactory
1614 {
Original file line number Diff line number Diff line change 11using System ;
2+ using System . Linq ;
23using System . Threading . Tasks ;
4+ using Microsoft . AspNetCore . Http ;
35using Microsoft . AspNetCore . Mvc ;
46using Microsoft . Azure . WebJobs ;
57using Microsoft . Azure . WebJobs . Extensions . Http ;
6- using Microsoft . AspNetCore . Http ;
78using Microsoft . Extensions . Logging ;
8- using System . Linq ;
99using SqlCollaborative . Azure . DataPipelineTools . DataLake ;
10+ using SqlCollaborative . Azure . DataPipelineTools . Functions . Common ;
1011
11- namespace SqlCollaborative . Azure . DataPipelineTools . Functions
12+ namespace SqlCollaborative . Azure . DataPipelineTools . Functions . DataLake
1213{
1314 public partial class DataLakeFunctions : FunctionsBase
1415 {
You can’t perform that action at this time.
0 commit comments