You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nifi-nifiCKANDatasetBackup-processors/src/main/java/net/atos/qrowd/processors/nifiCKANDatasetBackup/CKAN_Package_Backup.java
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,22 @@
38
38
importjava.time.format.DateTimeFormatter;
39
39
importjava.util.*;
40
40
41
+
/**
42
+
* Copyright 2018 Atos
43
+
*
44
+
* Licensed under the Apache License, Version 2.0 (the "License");
45
+
* you may not use this file except in compliance with the License.
46
+
* You may obtain a copy of the License at
47
+
*
48
+
* http://www.apache.org/licenses/LICENSE-2.0
49
+
*
50
+
* Unless required by applicable law or agreed to in writing, software
51
+
* distributed under the License is distributed on an "AS IS" BASIS,
52
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
53
+
* See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: nifi-nifiCKANFlowfileUploader-processors/src/main/java/net/atos/qrowd/processors/nifiCKANprocessor/CKAN_Flowfile_Uploader.java
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,22 @@
37
37
importjava.nio.file.Paths;
38
38
importjava.util.*;
39
39
40
+
/**
41
+
* Copyright 2018 Atos
42
+
*
43
+
* Licensed under the Apache License, Version 2.0 (the "License");
44
+
* you may not use this file except in compliance with the License.
45
+
* You may obtain a copy of the License at
46
+
*
47
+
* http://www.apache.org/licenses/LICENSE-2.0
48
+
*
49
+
* Unless required by applicable law or agreed to in writing, software
50
+
* distributed under the License is distributed on an "AS IS" BASIS,
51
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
52
+
* See the License for the specific language governing permissions and
53
+
* limitations under the License.
54
+
*/
55
+
40
56
@Tags({"ckan","web service","request","local"})
41
57
@CapabilityDescription("Nifi Processor that will upload the specified flowfile to CKAN through its API, it will create the organization and package if needed.")
42
58
@ReadsAttributes
@@ -94,6 +110,13 @@ public class CKAN_Flowfile_Uploader extends AbstractProcessor {
0 commit comments