csvpath 0.0.570__tar.gz → 0.0.571__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (355) hide show
  1. {csvpath-0.0.570 → csvpath-0.0.571}/PKG-INFO +3 -3
  2. {csvpath-0.0.570 → csvpath-0.0.571}/assets/config/config.ini +7 -7
  3. {csvpath-0.0.570 → csvpath-0.0.571}/assets/config/jenkins-local-azure.ini +11 -10
  4. {csvpath-0.0.570 → csvpath-0.0.571}/assets/config/jenkins-local-filesystem-mysql.ini +9 -7
  5. {csvpath-0.0.570 → csvpath-0.0.571}/assets/config/jenkins-local-gcs.ini +12 -10
  6. csvpath-0.0.570/assets/config/jenkins-local-sftp.ini → csvpath-0.0.571/assets/config/jenkins-local-s3.ini +13 -12
  7. csvpath-0.0.571/assets/config/jenkins-local-sftp.ini +118 -0
  8. csvpath-0.0.570/assets/config/jenkins-windows-s3.ini → csvpath-0.0.571/assets/config/jenkins-windows-azure.ini +17 -23
  9. {csvpath-0.0.570 → csvpath-0.0.571}/assets/config/jenkins-windows-gcs.ini +13 -7
  10. {csvpath-0.0.570 → csvpath-0.0.571}/assets/config/jenkins-windows-local.ini +8 -12
  11. csvpath-0.0.570/assets/config/jenkins-local-s3.ini → csvpath-0.0.571/assets/config/jenkins-windows-s3.ini +16 -12
  12. {csvpath-0.0.570 → csvpath-0.0.571}/assets/config/jenkins-windows-sftp.ini +8 -3
  13. csvpath-0.0.570/assets/config/local-localhost-sftp.ini → csvpath-0.0.571/assets/config/local-localhost-sftp.___ +5 -4
  14. {csvpath-0.0.570 → csvpath-0.0.571}/config/config.ini +10 -10
  15. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/csvpath.py +3 -1
  16. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/files/file_manager.py +113 -95
  17. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/scripts/scripts_results_listener.py +31 -6
  18. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/paths/paths_manager.py +186 -134
  19. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/paths/paths_registrar.py +6 -1
  20. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/result_serializer.py +0 -7
  21. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/results_manager.py +8 -4
  22. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/azure/azure_data_reader.py +3 -2
  23. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/azure/azure_data_writer.py +4 -9
  24. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/azure/azure_nos.py +18 -3
  25. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/box.py +12 -6
  26. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/cache.py +22 -24
  27. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/config.py +37 -1
  28. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/gcs/gcs_data_writer.py +3 -9
  29. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/gcs/gcs_nos.py +8 -0
  30. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/gcs/gcs_utils.py +0 -4
  31. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/line_spooler.py +3 -7
  32. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/log_utility.py +21 -2
  33. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/nos.py +5 -2
  34. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/path_util.py +7 -0
  35. csvpath-0.0.571/csvpath/util/py_file_utility.py +8 -0
  36. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/results_reference_finder_2.py +3 -1
  37. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/results_tools/identity_finder.py +7 -2
  38. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/run_home_maker.py +5 -2
  39. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/s3/s3_data_writer.py +5 -2
  40. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/s3/s3_nos.py +9 -0
  41. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/sftp/sftp_data_writer.py +5 -0
  42. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/sftp/sftp_nos.py +5 -14
  43. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/sftp/sftp_walk.py +20 -5
  44. {csvpath-0.0.570 → csvpath-0.0.571}/pyproject.toml +3 -3
  45. csvpath-0.0.570/assets/config/jenkins-windows-azure.ini +0 -147
  46. {csvpath-0.0.570 → csvpath-0.0.571}/LICENSE +0 -0
  47. {csvpath-0.0.570 → csvpath-0.0.571}/README.md +0 -0
  48. {csvpath-0.0.570 → csvpath-0.0.571}/assets/config/function.imports +0 -0
  49. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/mac/azure-pipeline.gopipeline.json +0 -0
  50. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/mac/azure.sh +0 -0
  51. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/mac/gcs-pipeline.gopipeline.json +0 -0
  52. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/mac/gcs.sh +0 -0
  53. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/mac/local-pipeline.gopipeline copy.json +0 -0
  54. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/mac/local.sh +0 -0
  55. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/mac/s3-pipeline.gopipeline.json +0 -0
  56. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/mac/s3.sh +0 -0
  57. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/mac/sftp-pipeline.gopipeline.json +0 -0
  58. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/mac/sftp.sh +0 -0
  59. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/windows/azure.bat +0 -0
  60. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/windows/gcs.bat +0 -0
  61. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/windows/local.bat +0 -0
  62. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/windows/s3.bat +0 -0
  63. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/windows/sftp.bat +0 -0
  64. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/windows/windows-azure.gopipeline.json +0 -0
  65. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/windows/windows-gcs.gopipeline.json +0 -0
  66. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/windows/windows-local.gopipeline.json +0 -0
  67. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/windows/windows-s3.gopipeline.json +0 -0
  68. {csvpath-0.0.570 → csvpath-0.0.571}/assets/gocd/windows/windows-sftp.gopipeline.json +0 -0
  69. {csvpath-0.0.570 → csvpath-0.0.571}/assets/integrations/sftpplus/handle_auto_arrival.bat +0 -0
  70. {csvpath-0.0.570 → csvpath-0.0.571}/assets/integrations/sftpplus/handle_auto_arrival.py +0 -0
  71. {csvpath-0.0.570 → csvpath-0.0.571}/assets/integrations/sftpplus/handle_auto_arrival.sh +0 -0
  72. {csvpath-0.0.570 → csvpath-0.0.571}/assets/integrations/sftpplus/handle_mailbox_arrival.bat +0 -0
  73. {csvpath-0.0.570 → csvpath-0.0.571}/assets/integrations/sftpplus/handle_mailbox_arrival.py +0 -0
  74. {csvpath-0.0.570 → csvpath-0.0.571}/assets/integrations/sftpplus/handle_mailbox_arrival.sh +0 -0
  75. {csvpath-0.0.570 → csvpath-0.0.571}/assets/integrations/sqlite/csvpath +0 -0
  76. {csvpath-0.0.570 → csvpath-0.0.571}/assets/integrations/sqlite/schema.sql +0 -0
  77. {csvpath-0.0.570 → csvpath-0.0.571}/config/env.json +0 -0
  78. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/__init__.py +0 -0
  79. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/cli/__init__.py +0 -0
  80. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/cli/asker.py +0 -0
  81. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/cli/cli.py +0 -0
  82. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/cli/const.py +0 -0
  83. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/cli/debug_config.py +0 -0
  84. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/cli/drill_down.py +0 -0
  85. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/cli/function_describer.py +0 -0
  86. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/cli/function_lister.py +0 -0
  87. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/cli/selecter.py +0 -0
  88. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/csvpaths.py +0 -0
  89. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/__init__.py +0 -0
  90. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/errors/error.py +0 -0
  91. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/errors/error_collector.py +0 -0
  92. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/errors/error_comms.py +0 -0
  93. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/errors/error_manager.py +0 -0
  94. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/files/file_metadata.py +0 -0
  95. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/files/file_registrar.py +0 -0
  96. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/files/files_listener.py +0 -0
  97. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/files/lines_and_headers_cacher.py +0 -0
  98. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ckan/ckan.py +0 -0
  99. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ckan/ckan_listener.py +0 -0
  100. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ckan/datafile.py +0 -0
  101. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ckan/dataset.py +0 -0
  102. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/event.py +0 -0
  103. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/event_result.py +0 -0
  104. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/file_listener_ol.py +0 -0
  105. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/job.py +0 -0
  106. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/ol_listener.py +0 -0
  107. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/paths_listener_ol.py +0 -0
  108. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/result_listener_ol.py +0 -0
  109. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/results_listener_ol.py +0 -0
  110. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/run.py +0 -0
  111. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/run_listener_ol.py +0 -0
  112. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/run_state.py +0 -0
  113. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/ol/sender.py +0 -0
  114. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/otlp/error_metrics.py +0 -0
  115. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/otlp/metrics.py +0 -0
  116. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/otlp/otlp_error_listener.py +0 -0
  117. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/otlp/otlp_file_listener.py +0 -0
  118. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/otlp/otlp_listener.py +0 -0
  119. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/otlp/otlp_paths_listener.py +0 -0
  120. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/otlp/otlp_result_listener.py +0 -0
  121. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/otlp/otlp_results_listener.py +0 -0
  122. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sftp/sftp_sender.py +0 -0
  123. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sftpplus/arrival_handler.py +0 -0
  124. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sftpplus/rpc.py +0 -0
  125. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sftpplus/sftpplus_listener.py +0 -0
  126. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sftpplus/transfer_creator.py +0 -0
  127. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sftpplus/transfers.py +0 -0
  128. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/slack/event.py +0 -0
  129. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/slack/sender.py +0 -0
  130. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sql/engine.py +0 -0
  131. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sql/sql_file_listener.py +0 -0
  132. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sql/sql_listener.py +0 -0
  133. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sql/sql_paths_listener.py +0 -0
  134. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sql/sql_result_listener.py +0 -0
  135. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sql/sql_results_listener.py +0 -0
  136. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sql/tables.py +0 -0
  137. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sql/updates.py +0 -0
  138. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sqlite/schema.sql +0 -0
  139. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sqlite/sqlite_result_listener.py +0 -0
  140. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/sqlite/sqlite_results_listener.py +0 -0
  141. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/webhook/webhook_listener.py +0 -0
  142. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/integrations/webhook/webhook_results_listener.py +0 -0
  143. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/listener.py +0 -0
  144. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/metadata.py +0 -0
  145. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/paths/paths_listener.py +0 -0
  146. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/paths/paths_metadata.py +0 -0
  147. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/registrar.py +0 -0
  148. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/readers/file_errors_reader.py +0 -0
  149. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/readers/file_lines_reader.py +0 -0
  150. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/readers/file_printouts_reader.py +0 -0
  151. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/readers/file_unmatched_reader.py +0 -0
  152. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/readers/readers.py +0 -0
  153. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/result.py +0 -0
  154. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/result_file_reader.py +0 -0
  155. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/result_metadata.py +0 -0
  156. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/result_registrar.py +0 -0
  157. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/results_metadata.py +0 -0
  158. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/results/results_registrar.py +0 -0
  159. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/run/run_listener_stdout.py +0 -0
  160. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/run/run_metadata.py +0 -0
  161. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/run/run_registrar.py +0 -0
  162. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/managers/test_listener.py +0 -0
  163. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/__init__.py +0 -0
  164. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/__init__.py +0 -0
  165. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/args.py +0 -0
  166. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/args_helper.py +0 -0
  167. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/boolean/all.py +0 -0
  168. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/boolean/andf.py +0 -0
  169. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/boolean/any.py +0 -0
  170. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/boolean/between.py +0 -0
  171. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/boolean/empty.py +0 -0
  172. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/boolean/exists.py +0 -0
  173. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/boolean/inf.py +0 -0
  174. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/boolean/no.py +0 -0
  175. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/boolean/notf.py +0 -0
  176. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/boolean/orf.py +0 -0
  177. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/boolean/yes.py +0 -0
  178. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/counting/count.py +0 -0
  179. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/counting/count_bytes.py +0 -0
  180. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/counting/count_headers.py +0 -0
  181. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/counting/count_lines.py +0 -0
  182. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/counting/count_scans.py +0 -0
  183. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/counting/counter.py +0 -0
  184. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/counting/every.py +0 -0
  185. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/counting/has_matches.py +0 -0
  186. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/counting/increment.py +0 -0
  187. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/counting/tally.py +0 -0
  188. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/counting/total_lines.py +0 -0
  189. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/dates/now.py +0 -0
  190. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/function.py +0 -0
  191. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/function_factory.py +0 -0
  192. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/function_finder.py +0 -0
  193. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/function_focus.py +0 -0
  194. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/headers/append.py +0 -0
  195. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/headers/collect.py +0 -0
  196. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/headers/empty_stack.py +0 -0
  197. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/headers/end.py +0 -0
  198. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/headers/header_name.py +0 -0
  199. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/headers/header_names_mismatch.py +0 -0
  200. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/headers/headers.py +0 -0
  201. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/headers/insert.py +0 -0
  202. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/headers/mismatch.py +0 -0
  203. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/headers/replace.py +0 -0
  204. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/headers/reset_headers.py +0 -0
  205. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/lines/advance.py +0 -0
  206. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/lines/after_blank.py +0 -0
  207. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/lines/dups.py +0 -0
  208. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/lines/first.py +0 -0
  209. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/lines/first_line.py +0 -0
  210. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/lines/last.py +0 -0
  211. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/lines/stop.py +0 -0
  212. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/above.py +0 -0
  213. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/add.py +0 -0
  214. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/divide.py +0 -0
  215. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/equals.py +0 -0
  216. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/intf.py +0 -0
  217. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/mod.py +0 -0
  218. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/multiply.py +0 -0
  219. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/odd.py +0 -0
  220. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/round.py +0 -0
  221. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/subtotal.py +0 -0
  222. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/subtract.py +0 -0
  223. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/math/sum.py +0 -0
  224. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/misc/fingerprint.py +0 -0
  225. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/misc/importf.py +0 -0
  226. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/misc/random.py +0 -0
  227. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/print/jinjaf.py +0 -0
  228. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/print/print_line.py +0 -0
  229. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/print/print_queue.py +0 -0
  230. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/print/printf.py +0 -0
  231. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/print/table.py +0 -0
  232. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/stats/minf.py +0 -0
  233. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/stats/nminmax.py +0 -0
  234. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/stats/percent.py +0 -0
  235. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/stats/percent_unique.py +0 -0
  236. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/stats/stdev.py +0 -0
  237. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/alter.py +0 -0
  238. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/caps.py +0 -0
  239. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/concat.py +0 -0
  240. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/contains.py +0 -0
  241. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/length.py +0 -0
  242. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/lower.py +0 -0
  243. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/metaphone.py +0 -0
  244. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/regex.py +0 -0
  245. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/starts_with.py +0 -0
  246. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/strip.py +0 -0
  247. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/substring.py +0 -0
  248. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/strings/upper.py +0 -0
  249. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/testing/debug.py +0 -0
  250. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/types/__init__.py +0 -0
  251. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/types/boolean.py +0 -0
  252. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/types/datatype.py +0 -0
  253. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/types/datef.py +0 -0
  254. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/types/decimal.py +0 -0
  255. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/types/email.py +0 -0
  256. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/types/nonef.py +0 -0
  257. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/types/string.py +0 -0
  258. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/types/type.py +0 -0
  259. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/types/url.py +0 -0
  260. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/validity/fail.py +0 -0
  261. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/validity/failed.py +0 -0
  262. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/validity/line.py +0 -0
  263. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/variables/get.py +0 -0
  264. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/variables/pushpop.py +0 -0
  265. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/variables/put.py +0 -0
  266. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/variables/track.py +0 -0
  267. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/functions/variables/variables.py +0 -0
  268. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/lark_parser.py +0 -0
  269. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/lark_transformer.py +0 -0
  270. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/matcher.py +0 -0
  271. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/productions/__init__.py +0 -0
  272. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/productions/equality.py +0 -0
  273. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/productions/expression.py +0 -0
  274. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/productions/header.py +0 -0
  275. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/productions/matchable.py +0 -0
  276. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/productions/qualified.py +0 -0
  277. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/productions/reference.py +0 -0
  278. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/productions/term.py +0 -0
  279. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/productions/variable.py +0 -0
  280. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/util/exceptions.py +0 -0
  281. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/util/expression_encoder.py +0 -0
  282. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/util/expression_utility.py +0 -0
  283. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/util/lark_print_parser.py +0 -0
  284. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/util/print_parser.py +0 -0
  285. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/matching/util/runtime_data_collector.py +0 -0
  286. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/error_mode.py +0 -0
  287. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/explain_mode.py +0 -0
  288. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/files_mode.py +0 -0
  289. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/logic_mode.py +0 -0
  290. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/mode_controller.py +0 -0
  291. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/print_mode.py +0 -0
  292. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/return_mode.py +0 -0
  293. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/run_mode.py +0 -0
  294. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/source_mode.py +0 -0
  295. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/transfer_mode.py +0 -0
  296. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/unmatched_mode.py +0 -0
  297. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/modes/validation_mode.py +0 -0
  298. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/scanning/__init__.py +0 -0
  299. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/scanning/scanner2.py +0 -0
  300. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/scanning/scanner2_parser.py +0 -0
  301. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/scanning/scanner2_transformer.py +0 -0
  302. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/azure/azure_fingerprinter.py +0 -0
  303. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/azure/azure_utils.py +0 -0
  304. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/azure/azure_xlsx_data_reader.py +0 -0
  305. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/backend_check.py +0 -0
  306. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/caser.py +0 -0
  307. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/class_loader.py +0 -0
  308. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/code.py +0 -0
  309. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/config_env.py +0 -0
  310. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/config_exception.py +0 -0
  311. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/date_util.py +0 -0
  312. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/exceptions.py +0 -0
  313. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/file_info.py +0 -0
  314. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/file_readers.py +0 -0
  315. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/file_writers.py +0 -0
  316. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/gcs/gcs_data_reader.py +0 -0
  317. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/gcs/gcs_fingerprinter.py +0 -0
  318. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/gcs/gcs_xlsx_data_reader.py +0 -0
  319. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/hasher.py +0 -0
  320. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/http/http_data_reader.py +0 -0
  321. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/intermediary.py +0 -0
  322. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/last_line_stats.py +0 -0
  323. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/line_counter.py +0 -0
  324. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/line_monitor.py +0 -0
  325. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/metadata_parser.py +0 -0
  326. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/pandas_data_reader.py +0 -0
  327. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/printer.py +0 -0
  328. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/files_reference_finder_2.py +0 -0
  329. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/files_tools/fingerprint_finder.py +0 -0
  330. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/files_tools/range_finder.py +0 -0
  331. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/ref_utils.py +0 -0
  332. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/reference_exceptions.py +0 -0
  333. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/reference_grammar.py +0 -0
  334. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/reference_manifest_entry_finder.py +0 -0
  335. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/reference_parser.py +0 -0
  336. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/reference_results.py +0 -0
  337. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/reference_transformer.py +0 -0
  338. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/results_tools/data_finder.py +0 -0
  339. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/results_tools/date_filter.py +0 -0
  340. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/results_tools/path_filter.py +0 -0
  341. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/results_tools/resolve_possibles.py +0 -0
  342. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/results_tools/token_filters.py +0 -0
  343. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/results_tools/yesterday_or_today_translator.py +0 -0
  344. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/references/tools/date_completer.py +0 -0
  345. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/s3/s3_data_reader.py +0 -0
  346. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/s3/s3_fingerprinter.py +0 -0
  347. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/s3/s3_utils.py +0 -0
  348. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/s3/s3_xlsx_data_reader.py +0 -0
  349. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/sftp/sftp_config.py +0 -0
  350. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/sftp/sftp_data_reader.py +0 -0
  351. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/sftp/sftp_fingerprinter.py +0 -0
  352. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/sftp/sftp_xlsx_data_reader.py +0 -0
  353. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/sqliter.py +0 -0
  354. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/template_util.py +0 -0
  355. {csvpath-0.0.570 → csvpath-0.0.571}/csvpath/util/var_utility.py +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: csvpath
3
- Version: 0.0.570
4
- Summary: A data preboarding framework for managing and validating CSV, Excel, and other tabular data files using a Collect, Store, Validate, Publish pattern to create a trusted publisher for downstream data consumers.
3
+ Version: 0.0.571
4
+ Summary: A data preboarding framework for ingesting, managing, and validating CSV, Excel, and other tabular data files using a Collect, Store, Validate, Publish architecture to create a trusted publisher for downstream data consumers.
5
5
  Author: David Kershaw
6
- Author-email: dk107dk@hotmail.com
6
+ Author-email: info@csvpath.org
7
7
  Requires-Python: >3.10,<4.0
8
8
  Classifier: Development Status :: 3 - Alpha
9
9
  Classifier: Environment :: Console
@@ -37,11 +37,11 @@ use_cache = yes
37
37
  imports = config/functions.imports
38
38
 
39
39
  [results]
40
- archive = archive
40
+ archive = tmp/local/archive
41
41
 
42
42
  [inputs]
43
- files = inputs/named_files
44
- csvpaths = inputs/named_paths
43
+ files = tmp/local/inputs/named_files
44
+ csvpaths = tmp/local/inputs/named_paths
45
45
  on_unmatched_file_fingerprints = halt
46
46
  allow_http_files = True
47
47
  allow_local_files = True
@@ -84,10 +84,10 @@ slack.results = from csvpath.managers.integrations.slack.sender import SlackSend
84
84
  [gcs]
85
85
 
86
86
  [sftp]
87
- server = 192.168.67.2
88
- port = 10022
89
- username = tinpenny
90
- password = tinpenny
87
+ server = 192.168.1.152
88
+ port = 2022
89
+ username = python
90
+ password = hangzhou
91
91
 
92
92
  [sqlite]
93
93
  db = archive/csvpath.db
@@ -11,7 +11,7 @@ extensions = csvpath, csvpaths
11
11
  extensions = csv, tsv, dat, tab, psv, ssv
12
12
 
13
13
  [errors]
14
- csvpath = print,fail,collect
14
+ csvpath = raise, collect, print
15
15
  csvpaths = print,collect
16
16
  use_format = full
17
17
  pattern = {time}:{file}:{line}:{paths}:{instance}:{chain}: {message}
@@ -36,11 +36,11 @@ use_cache = no
36
36
  imports = config/functions.imports
37
37
 
38
38
  [results]
39
- archive = archive
39
+ archive = tmp/azure/archive
40
40
 
41
41
  [inputs]
42
- files = azure://csvpath/inputs/named_files
43
- csvpaths = inputs/named_paths
42
+ files = azure://csvpath/mac/inputs/named_files
43
+ csvpaths = tmp/azure/inputs/named_paths
44
44
  on_unmatched_file_fingerprints = halt
45
45
  allow_http_files = True
46
46
  allow_local_files = True
@@ -65,6 +65,7 @@ slack.file = from csvpath.managers.integrations.slack.sender import SlackSender
65
65
  slack.paths = from csvpath.managers.integrations.slack.sender import SlackSender
66
66
  slack.result = from csvpath.managers.integrations.slack.sender import SlackSender
67
67
  slack.results = from csvpath.managers.integrations.slack.sender import SlackSender
68
+ scripts.results = from csvpath.managers.integrations.scripts.scripts_results_listener import ScriptsResultsListener
68
69
 
69
70
  [otlp]
70
71
 
@@ -75,10 +76,10 @@ slack.results = from csvpath.managers.integrations.slack.sender import SlackSend
75
76
  [gcs]
76
77
 
77
78
  [sftp]
78
- server = 172.17.0.3
79
- port = 10022
80
- username = tinpenny
81
- password = tinpenny
79
+ server = 192.168.1.152
80
+ port = 2022
81
+ username = python
82
+ password = hangzhou
82
83
 
83
84
  [sqlite]
84
85
  db = archive/csvpath.db
@@ -91,7 +92,7 @@ port = SFTPPLUS_PORT
91
92
  admin_username = SFTPPLUS_ADMIN_USERNAME
92
93
  admin_password = SFTPPLUS_ADMIN_PASSWORD
93
94
  api_url = https://localhost:10020/json
94
- scripts_dir =
95
+ scripts_dir =
95
96
  execute_timeout = 300
96
97
 
97
98
  [ckan]
@@ -106,7 +107,7 @@ timeout = 5
106
107
  verify = False
107
108
 
108
109
  [slack]
109
- webhook_url =
110
+ webhook_url =
110
111
 
111
112
  [extensions]
112
113
  csvpath_files = None
@@ -30,11 +30,11 @@ use_cache = no
30
30
  imports = config/functions.imports
31
31
 
32
32
  [results]
33
- archive = archive
33
+ archive = tmp/mysql/archive
34
34
 
35
35
  [inputs]
36
- files = inputs/named_files
37
- csvpaths = inputs/named_paths
36
+ files = tmp/mysql/inputs/named_files
37
+ csvpaths = tmp/mysql/inputs/named_paths
38
38
  on_unmatched_file_fingerprints = halt
39
39
  allow_http_files=True
40
40
  allow_local_files=True
@@ -64,6 +64,7 @@ slack.file = from csvpath.managers.integrations.slack.sender import SlackSender
64
64
  slack.paths = from csvpath.managers.integrations.slack.sender import SlackSender
65
65
  slack.result = from csvpath.managers.integrations.slack.sender import SlackSender
66
66
  slack.results = from csvpath.managers.integrations.slack.sender import SlackSender
67
+ scripts.results = from csvpath.managers.integrations.scripts.scripts_results_listener import ScriptsResultsListener
67
68
 
68
69
  [otlp]
69
70
  # add OTLP config here if not relying directly on the env vars
@@ -78,10 +79,11 @@ slack.results = from csvpath.managers.integrations.slack.sender import SlackSend
78
79
  #
79
80
 
80
81
  [sftp]
81
- server = 192.168.67.2
82
- port = 10022
83
- username = tinpenny
84
- password = tinpenny
82
+ server = 192.168.1.152
83
+ port = 2022
84
+ username = python
85
+ password = hangzhou
86
+
85
87
 
86
88
  [sql]
87
89
  dialect = mysql
@@ -36,17 +36,17 @@ use_cache = no
36
36
  imports = config/functions.imports
37
37
 
38
38
  [results]
39
- archive = archive
39
+ archive = tmp/gcs/archive
40
40
 
41
41
  [inputs]
42
- files = gs://csvpath-testing-1/inputs/named_files
43
- csvpaths = named_paths
42
+ files = gs://csvpath-testing-1/mac/inputs/named_files
43
+ csvpaths = tmp/gcs/named_paths
44
44
  on_unmatched_file_fingerprints = halt
45
45
  allow_http_files = True
46
46
  allow_local_files = True
47
47
 
48
48
  [listeners]
49
- groups =
49
+ groups =
50
50
  sqlite.result = from csvpath.managers.integrations.sqlite.sqlite_result_listener import SqliteResultListener
51
51
  sqlite.results = from csvpath.managers.integrations.sqlite.sqlite_results_listener import SqliteResultsListener
52
52
  default.file = from csvpath.managers.files.files_listener import FilesListener
@@ -65,6 +65,7 @@ slack.file = from csvpath.managers.integrations.slack.sender import SlackSender
65
65
  slack.paths = from csvpath.managers.integrations.slack.sender import SlackSender
66
66
  slack.result = from csvpath.managers.integrations.slack.sender import SlackSender
67
67
  slack.results = from csvpath.managers.integrations.slack.sender import SlackSender
68
+ scripts.results = from csvpath.managers.integrations.scripts.scripts_results_listener import ScriptsResultsListener
68
69
 
69
70
  [otlp]
70
71
 
@@ -75,10 +76,11 @@ slack.results = from csvpath.managers.integrations.slack.sender import SlackSend
75
76
  [gcs]
76
77
 
77
78
  [sftp]
78
- server = 172.17.0.3
79
- port = 10022
80
- username = tinpenny
81
- password = tinpenny
79
+ server = 192.168.1.152
80
+ port = 2022
81
+ username = python
82
+ password = hangzhou
83
+
82
84
 
83
85
  [sqlite]
84
86
  db = archive/csvpath.db
@@ -91,7 +93,7 @@ port = SFTPPLUS_PORT
91
93
  admin_username = SFTPPLUS_ADMIN_USERNAME
92
94
  admin_password = SFTPPLUS_ADMIN_PASSWORD
93
95
  api_url = https://localhost:10020/json
94
- scripts_dir =
96
+ scripts_dir =
95
97
  execute_timeout = 300
96
98
 
97
99
  [ckan]
@@ -106,7 +108,7 @@ timeout = 5
106
108
  verify = False
107
109
 
108
110
  [slack]
109
- webhook_url =
111
+ webhook_url =
110
112
 
111
113
  [extensions]
112
114
  csvpath_files = None
@@ -1,3 +1,9 @@
1
+ [testing]
2
+ azure.skip = yes
3
+ gcs.skip = yes
4
+ s3.skip = no
5
+ sftp.skip = yes
6
+
1
7
  [csvpath_files]
2
8
  extensions = csvpath, csvpaths
3
9
 
@@ -18,7 +24,7 @@ log_files_to_keep = 100
18
24
  log_file_size = 52428800
19
25
 
20
26
  [config]
21
- path = assets/config/jenkins-local-sftp.ini
27
+ path = assets/config/jenkins-local-s3.ini
22
28
  allow_var_sub = True
23
29
  var_sub_source = env
24
30
 
@@ -30,21 +36,15 @@ use_cache = no
30
36
  imports = config/functions.imports
31
37
 
32
38
  [results]
33
- archive = archive
39
+ archive = tmp/s3/archive
34
40
 
35
41
  [inputs]
36
- files = inputs/named_files
37
- csvpaths = sftp://192.168.1.152:2022/inputs/named_paths
42
+ files = s3://csvpath-example-1/mac/inputs/named_files
43
+ csvpaths = tmp/s3/inputs/named_paths
38
44
  on_unmatched_file_fingerprints = halt
39
45
  allow_http_files = True
40
46
  allow_local_files = True
41
47
 
42
- [testing]
43
- azure.skip = yes
44
- gcs.skip = yes
45
- s3.skip = yes
46
- sftp.skip = no
47
-
48
48
  [listeners]
49
49
  groups = default
50
50
  sqlite.result = from csvpath.managers.integrations.sqlite.sqlite_result_listener import SqliteResultListener
@@ -65,6 +65,7 @@ slack.file = from csvpath.managers.integrations.slack.sender import SlackSender
65
65
  slack.paths = from csvpath.managers.integrations.slack.sender import SlackSender
66
66
  slack.result = from csvpath.managers.integrations.slack.sender import SlackSender
67
67
  slack.results = from csvpath.managers.integrations.slack.sender import SlackSender
68
+ scripts.results = from csvpath.managers.integrations.scripts.scripts_results_listener import ScriptsResultsListener
68
69
 
69
70
  [otlp]
70
71
 
@@ -91,7 +92,7 @@ port = SFTPPLUS_PORT
91
92
  admin_username = SFTPPLUS_ADMIN_USERNAME
92
93
  admin_password = SFTPPLUS_ADMIN_PASSWORD
93
94
  api_url = https://localhost:10020/json
94
- scripts_dir =
95
+ scripts_dir =
95
96
  execute_timeout = 300
96
97
 
97
98
  [ckan]
@@ -106,7 +107,7 @@ timeout = 5
106
107
  verify = False
107
108
 
108
109
  [slack]
109
- webhook_url =
110
+ webhook_url =
110
111
 
111
112
  [extensions]
112
113
  csvpath_files = None
@@ -0,0 +1,118 @@
1
+ [csvpath_files]
2
+ extensions = csvpath, csvpaths
3
+
4
+ [csv_files]
5
+ extensions = csv, tsv, dat, tab, psv, ssv
6
+
7
+ [errors]
8
+ csvpath = raise, collect, print
9
+ csvpaths = raise, print
10
+ use_format = full
11
+ pattern = {time}:{file}:{line}:{paths}:{instance}:{chain}: {message}
12
+
13
+ [logging]
14
+ csvpath = debug
15
+ csvpaths = debug
16
+ log_file = logs/csvpath.log
17
+ log_files_to_keep = 100
18
+ log_file_size = 52428800
19
+
20
+ [config]
21
+ path = assets/config/jenkins-local-sftp.ini
22
+ allow_var_sub = True
23
+ var_sub_source = env
24
+
25
+ [cache]
26
+ path = cache
27
+ use_cache = no
28
+
29
+ [functions]
30
+ imports = config/functions.imports
31
+
32
+ [results]
33
+ archive = tmp/sftp/archive
34
+
35
+ [inputs]
36
+ files = sftp://192.168.1.152:2022/mac/inputs/named_files
37
+ csvpaths = tmp/sftp/inputs/named_paths
38
+ on_unmatched_file_fingerprints = halt
39
+ allow_http_files = True
40
+ allow_local_files = True
41
+
42
+ [testing]
43
+ azure.skip = yes
44
+ gcs.skip = yes
45
+ s3.skip = yes
46
+ sftp.skip = no
47
+
48
+ [listeners]
49
+ groups = default
50
+ sqlite.result = from csvpath.managers.integrations.sqlite.sqlite_result_listener import SqliteResultListener
51
+ sqlite.results = from csvpath.managers.integrations.sqlite.sqlite_results_listener import SqliteResultsListener
52
+ default.file = from csvpath.managers.files.files_listener import FilesListener
53
+ default.paths = from csvpath.managers.paths.paths_listener import PathsListener
54
+ otlp.result = from csvpath.managers.integrations.otlp.otlp_result_listener import OpenTelemetryResultListener
55
+ otlp.results = from csvpath.managers.integrations.otlp.otlp_results_listener import OpenTelemetryResultsListener
56
+ otlp.errors = from csvpath.managers.integrations.otlp.otlp_error_listener import OpenTelemetryErrorListener
57
+ sftpplus.paths = from csvpath.managers.integrations.sftpplus.sftpplus_listener import SftpPlusListener
58
+ sftp.results = from csvpath.managers.integrations.sftp.sftp_listener import SftpListener
59
+ ckan.results = from csvpath.managers.integrations.ckan.ckan_listener import CkanListener
60
+ openlineage.file = from csvpath.managers.integrations.ol.file_listener_ol import OpenLineageFileListener
61
+ openlineage.paths = from csvpath.managers.integrations.ol.paths_listener_ol import OpenLineagePathsListener
62
+ openlineage.result = from csvpath.managers.integrations.ol.result_listener_ol import OpenLineageResultListener
63
+ openlineage.results = from csvpath.managers.integrations.ol.results_listener_ol import OpenLineageResultsListener
64
+ slack.file = from csvpath.managers.integrations.slack.sender import SlackSender
65
+ slack.paths = from csvpath.managers.integrations.slack.sender import SlackSender
66
+ slack.result = from csvpath.managers.integrations.slack.sender import SlackSender
67
+ slack.results = from csvpath.managers.integrations.slack.sender import SlackSender
68
+ scripts.results = from csvpath.managers.integrations.scripts.scripts_results_listener import ScriptsResultsListener
69
+
70
+ [scripts]
71
+ run_scripts = yes
72
+ shell = /bin/bash
73
+
74
+ [otlp]
75
+
76
+ [aws]
77
+
78
+ [azure]
79
+
80
+ [gcs]
81
+
82
+ [sftp]
83
+ server = 192.168.1.152
84
+ port = 2022
85
+ username = python
86
+ password = hangzhou
87
+
88
+ [sqlite]
89
+ db = archive/csvpath.db
90
+
91
+ [sftpplus]
92
+ mailbox_user = MAILBOX_USER
93
+ mailbox_password = MAILBOX_PASSWORD
94
+ server = SFTPPLUS_SERVER
95
+ port = SFTPPLUS_PORT
96
+ admin_username = SFTPPLUS_ADMIN_USERNAME
97
+ admin_password = SFTPPLUS_ADMIN_PASSWORD
98
+ api_url = https://localhost:10020/json
99
+ scripts_dir =
100
+ execute_timeout = 300
101
+
102
+ [ckan]
103
+ server = http://localhost:80
104
+ api_token = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI3akJwc1ZuSkVrZm1aNnBtVTJfTW5CNlJXZ211YjdOOHVXZ1l1cUFDa0Q4IiwiaWF0IjoxNzM0NzE4NDQ3fQ.QXWXoJoSxVES4NwXYBteYUD7enX9D5T2htmETLGFzrs
105
+
106
+ [openlineage]
107
+ base_url = http://localhost:5000
108
+ endpoint = api/v1/lineage
109
+ api_key = "none"
110
+ timeout = 5
111
+ verify = False
112
+
113
+ [slack]
114
+ webhook_url =
115
+
116
+ [extensions]
117
+ csvpath_files = None
118
+
@@ -1,10 +1,3 @@
1
- [testing]
2
- azure.skip = yes
3
- gcs.skip = yes
4
- s3.skip = no
5
- sftp.skip = yes
6
-
7
-
8
1
  [csvpath_files]
9
2
  extensions = csvpath, csvpaths
10
3
 
@@ -13,7 +6,7 @@ extensions = csv, tsv, dat, tab, psv, ssv
13
6
 
14
7
  [errors]
15
8
  csvpath = raise, collect, print
16
- csvpaths = raise, collect, print
9
+ csvpaths = raise, collect
17
10
  use_format = full
18
11
  pattern = {time}:{file}:{line}:{paths}:{instance}:{chain}: {message}
19
12
 
@@ -23,10 +16,11 @@ csvpaths = debug
23
16
  log_file = logs\csvpath.log
24
17
  log_files_to_keep = 100
25
18
  log_file_size = 52428800
19
+ handler = file
26
20
 
27
21
  [config]
28
- path = assets\config\jenkins-s3.ini
29
- allow_var_sub=True
22
+ path = assets\config\jenkins-windows-azure.ini
23
+ allow_var_sub = True
30
24
  var_sub_source = env
31
25
 
32
26
  [cache]
@@ -37,14 +31,14 @@ use_cache = no
37
31
  imports = config\functions.imports
38
32
 
39
33
  [results]
40
- archive = archive
34
+ archive = tmp\azure\archive
41
35
 
42
36
  [inputs]
43
- files = s3://csvpath-example-1/inputs/named_files
44
- csvpaths = inputs\named_paths
37
+ files = azure://csvpath/windows/inputs/named_files
38
+ csvpaths = tmp\azure\inputs\named_paths
45
39
  on_unmatched_file_fingerprints = halt
46
- allow_http_files=True
47
- allow_local_files=True
40
+ allow_http_files = True
41
+ allow_local_files = True
48
42
 
49
43
  [listeners]
50
44
  groups =
@@ -66,24 +60,24 @@ slack.file = from csvpath.managers.integrations.slack.sender import SlackSender
66
60
  slack.paths = from csvpath.managers.integrations.slack.sender import SlackSender
67
61
  slack.result = from csvpath.managers.integrations.slack.sender import SlackSender
68
62
  slack.results = from csvpath.managers.integrations.slack.sender import SlackSender
63
+ scripts.results = from csvpath.managers.integrations.scripts.scripts_results_listener import ScriptsResultsListener
69
64
 
70
65
  [otlp]
71
- # add OTLP config here if not relying directly on the env vars
72
66
 
73
67
  [aws]
74
- #
75
68
 
76
69
  [azure]
77
- #
78
70
 
79
71
  [gcs]
80
- #
72
+
73
+ [scripts]
74
+ run_scripts=yes
81
75
 
82
76
  [sftp]
83
- server = 172.17.0.3
84
- port = 10022
85
- username = tinpenny
86
- password = tinpenny
77
+ server = 192.168.1.152
78
+ port = 2022
79
+ username = python
80
+ password = hangzhou
87
81
 
88
82
  [sqlite]
89
83
  db = archive\csvpath.db
@@ -30,11 +30,11 @@ use_cache = no
30
30
  imports = config\functions.imports
31
31
 
32
32
  [results]
33
- archive = archive
33
+ archive = tmp\gcs\archive
34
34
 
35
35
  [inputs]
36
- files = gs://csvpath-testing-1/inputs/named_files
37
- csvpaths = inputs\named_paths
36
+ files = gs://csvpath-testing-1/windows/inputs/named_files
37
+ csvpaths = tmp\gcs\input\named_paths
38
38
  on_unmatched_file_fingerprints = halt
39
39
  allow_http_files=True
40
40
  allow_local_files=True
@@ -54,6 +54,8 @@ sftp.skip=yes
54
54
  groups =
55
55
  #slack, marquez, ckan, sftp, sftpplus, otlp, default, sqlite
56
56
 
57
+ scripts.results = from csvpath.managers.integrations.scripts.scripts_results_listener import ScriptsResultsListener
58
+
57
59
  # add sqlite to capture staging, loads, and results in a local sqlite db
58
60
  sqlite.result = from csvpath.managers.integrations.sqlite.sqlite_result_listener import SqliteResultListener
59
61
  sqlite.results = from csvpath.managers.integrations.sqlite.sqlite_results_listener import SqliteResultsListener
@@ -111,14 +113,18 @@ slack.results = from csvpath.managers.integrations.slack.sender import SlackSend
111
113
  #
112
114
 
113
115
  [sftp]
114
- server = 172.17.0.3
115
- port = 10022
116
- username = tinpenny
117
- password = tinpenny
116
+ server = 192.168.1.152
117
+ port = 2022
118
+ username = python
119
+ password = hangzhou
118
120
 
119
121
  [sqlite]
120
122
  db = archive\csvpath.db
121
123
 
124
+ [scripts]
125
+ run_scripts=yes
126
+
127
+
122
128
  [sftpplus]
123
129
  # these are only needed by the csvpath writer
124
130
  mailbox_user = MAILBOX_USER
@@ -6,7 +6,7 @@ extensions = csv, tsv, dat, tab, psv, ssv
6
6
 
7
7
  [errors]
8
8
  csvpath = raise, collect, print
9
- csvpaths = raise, collect, print
9
+ csvpaths = raise, print
10
10
  use_format = full
11
11
  pattern = {time}:{file}:{line}:{paths}:{instance}:{chain}: {message}
12
12
 
@@ -31,17 +31,17 @@ use_cache = no
31
31
  imports = config\functions.imports
32
32
 
33
33
  [results]
34
- archive = archive
34
+ archive = tmp\local\archive
35
35
 
36
36
  [inputs]
37
- files = inputs\named_files
38
- csvpaths = inputs\named_paths
37
+ files = tmp\local\inputs\named_files
38
+ csvpaths = tmp\local\inputs\named_paths
39
39
  on_unmatched_file_fingerprints = halt
40
40
  allow_http_files = True
41
41
  allow_local_files = True
42
42
 
43
43
  [listeners]
44
- groups = scripts
44
+ groups = default
45
45
  scripts.results = from csvpath.managers.integrations.scripts.scripts_results_listener import ScriptsResultsListener
46
46
  sqlite.result = from csvpath.managers.integrations.sqlite.sqlite_result_listener import SqliteResultListener
47
47
  sqlite.results = from csvpath.managers.integrations.sqlite.sqlite_results_listener import SqliteResultsListener
@@ -63,19 +63,15 @@ slack.result = from csvpath.managers.integrations.slack.sender import SlackSende
63
63
  slack.results = from csvpath.managers.integrations.slack.sender import SlackSender
64
64
 
65
65
  [otlp]
66
- # add OTLP config here if not relying directly on the env vars
67
66
 
68
67
  [aws]
69
- #
70
68
 
71
69
  [azure]
72
- #
73
70
 
74
71
  [gcs]
75
- #
76
72
 
77
73
  [sftp]
78
- server = 192.168.73.1
74
+ server = 192.168.1.152
79
75
  port = 2022
80
76
  username = python
81
77
  password = hangzhou
@@ -91,7 +87,7 @@ port = SFTPPLUS_PORT
91
87
  admin_username = SFTPPLUS_ADMIN_USERNAME
92
88
  admin_password = SFTPPLUS_ADMIN_PASSWORD
93
89
  api_url = https://localhost:10020/json
94
- scripts_dir =
90
+ scripts_dir =
95
91
  execute_timeout = 300
96
92
 
97
93
  [ckan]
@@ -106,7 +102,7 @@ timeout = 5
106
102
  verify = False
107
103
 
108
104
  [slack]
109
- webhook_url =
105
+ webhook_url =
110
106
 
111
107
  [scripts]
112
108
  run_scripts = yes
@@ -19,12 +19,12 @@ pattern = {time}:{file}:{line}:{paths}:{instance}:{chain}: {message}
19
19
  [logging]
20
20
  csvpath = debug
21
21
  csvpaths = debug
22
- log_file = logs/csvpath.log
22
+ log_file = logs\csvpath.log
23
23
  log_files_to_keep = 100
24
24
  log_file_size = 52428800
25
25
 
26
26
  [config]
27
- path = assets/config/jenkins-local-s3.ini
27
+ path = assets\config\jenkins-windows-s3.ini
28
28
  allow_var_sub = True
29
29
  var_sub_source = env
30
30
 
@@ -33,20 +33,20 @@ path = cache
33
33
  use_cache = no
34
34
 
35
35
  [functions]
36
- imports = config/functions.imports
36
+ imports = config\functions.imports
37
37
 
38
38
  [results]
39
- archive = archive
39
+ archive = tmp\s3\archive
40
40
 
41
41
  [inputs]
42
- files = s3://csvpath-example-1/inputs/named_files
43
- csvpaths = s3://csvpath-example-1/inputs/named_paths
42
+ files = s3://csvpath-example-1/windows/inputs/named_files
43
+ csvpaths = tmp\s3\inputs\named_paths
44
44
  on_unmatched_file_fingerprints = halt
45
45
  allow_http_files = True
46
46
  allow_local_files = True
47
47
 
48
48
  [listeners]
49
- groups = default
49
+ groups =
50
50
  sqlite.result = from csvpath.managers.integrations.sqlite.sqlite_result_listener import SqliteResultListener
51
51
  sqlite.results = from csvpath.managers.integrations.sqlite.sqlite_results_listener import SqliteResultsListener
52
52
  default.file = from csvpath.managers.files.files_listener import FilesListener
@@ -65,6 +65,7 @@ slack.file = from csvpath.managers.integrations.slack.sender import SlackSender
65
65
  slack.paths = from csvpath.managers.integrations.slack.sender import SlackSender
66
66
  slack.result = from csvpath.managers.integrations.slack.sender import SlackSender
67
67
  slack.results = from csvpath.managers.integrations.slack.sender import SlackSender
68
+ scripts.results = from csvpath.managers.integrations.scripts.scripts_results_listener import ScriptsResultsListener
68
69
 
69
70
  [otlp]
70
71
 
@@ -75,13 +76,13 @@ slack.results = from csvpath.managers.integrations.slack.sender import SlackSend
75
76
  [gcs]
76
77
 
77
78
  [sftp]
78
- server = 172.17.0.3
79
- port = 10022
80
- username = tinpenny
81
- password = tinpenny
79
+ server = 192.168.1.152
80
+ port = 2022
81
+ username = python
82
+ password = hangzhou
82
83
 
83
84
  [sqlite]
84
- db = archive/csvpath.db
85
+ db = archive\csvpath.db
85
86
 
86
87
  [sftpplus]
87
88
  mailbox_user = MAILBOX_USER
@@ -94,6 +95,9 @@ api_url = https://localhost:10020/json
94
95
  scripts_dir =
95
96
  execute_timeout = 300
96
97
 
98
+ [scripts]
99
+ run_scripts = yes
100
+
97
101
  [ckan]
98
102
  server = http://localhost:80
99
103
  api_token = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI3akJwc1ZuSkVrZm1aNnBtVTJfTW5CNlJXZ211YjdOOHVXZ1l1cUFDa0Q4IiwiaWF0IjoxNzM0NzE4NDQ3fQ.QXWXoJoSxVES4NwXYBteYUD7enX9D5T2htmETLGFzrs