cosmotech-acceleration-library 1.0.0__tar.gz → 1.0.1__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 (184) hide show
  1. {cosmotech_acceleration_library-1.0.0/cosmotech_acceleration_library.egg-info → cosmotech_acceleration_library-1.0.1}/PKG-INFO +7 -10
  2. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/__init__.py +1 -1
  3. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/adx/runner.py +1 -3
  4. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/postgresql/runner.py +3 -1
  5. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/postgresql/store.py +3 -0
  6. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/adx_send_data.py +7 -7
  7. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/adx_send_runnerdata.py +10 -10
  8. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/api.py +1 -1
  9. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/postgres_send_runner_metadata.py +23 -11
  10. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/rds_load_csv.py +8 -8
  11. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/rds_send_csv.py +6 -6
  12. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/rds_send_store.py +6 -6
  13. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/run_load_data.py +10 -10
  14. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/runtemplate_load_handler.py +5 -5
  15. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/tdl_load_files.py +6 -6
  16. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/tdl_send_files.py +7 -7
  17. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/wsf_load_file.py +5 -5
  18. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/wsf_send_file.py +6 -6
  19. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/az_storage_upload.py +6 -6
  20. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/s3_bucket_delete.py +8 -8
  21. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/s3_bucket_download.py +9 -9
  22. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/s3_bucket_upload.py +10 -10
  23. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/store/dump_to_azure.py +9 -9
  24. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/store/dump_to_postgresql.py +22 -10
  25. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/store/dump_to_s3.py +10 -10
  26. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/store/list_tables.py +3 -3
  27. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/store/load_csv_folder.py +3 -3
  28. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/store/load_from_singlestore.py +8 -8
  29. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/store/reset.py +2 -2
  30. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/store/store.py +1 -1
  31. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/main.py +8 -6
  32. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/utils/decorators.py +1 -1
  33. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/api/api.yml +8 -0
  34. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/api/postgres_send_runner_metadata.yml +17 -0
  35. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/api/rds_load_csv.yml +13 -0
  36. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/api/rds_send_csv.yml +12 -0
  37. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/api/rds_send_store.yml +12 -0
  38. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/api/run_load_data.yml +15 -0
  39. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/api/runtemplate_load_handler.yml +7 -0
  40. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/api/tdl_load_files.yml +14 -0
  41. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/api/tdl_send_files.yml +18 -0
  42. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/api/wsf_load_file.yml +10 -0
  43. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/api/wsf_send_file.yml +12 -0
  44. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/main.yml +9 -0
  45. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/storage/adx_send_data.yml +8 -0
  46. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/storage/adx_send_runnerdata.yml +15 -0
  47. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/storage/az_storage_upload.yml +8 -0
  48. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/storage/s3_bucket_delete.yml +17 -0
  49. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/storage/s3_bucket_download.yml +18 -0
  50. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/storage/s3_bucket_upload.yml +21 -0
  51. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/storage/storage.yml +4 -0
  52. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/store/dump_to_azure.yml +23 -0
  53. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/store/dump_to_postgresql.yml +20 -0
  54. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/store/dump_to_s3.yml +26 -0
  55. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/store/list_tables.yml +5 -0
  56. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/store/load_csv_folder.yml +5 -0
  57. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/store/load_from_singlestore.yml +16 -0
  58. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/store/reset.yml +4 -0
  59. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commands/store/store.yml +4 -0
  60. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commons/decorators.yml +2 -0
  61. cosmotech_acceleration_library-1.0.1/cosmotech/translation/csm_data/en-US/csm_data/commons/version.yml +4 -0
  62. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1/cosmotech_acceleration_library.egg-info}/PKG-INFO +7 -10
  63. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech_acceleration_library.egg-info/SOURCES.txt +29 -1
  64. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech_acceleration_library.egg-info/requires.txt +6 -9
  65. cosmotech_acceleration_library-1.0.1/requirements.dev.txt +3 -0
  66. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/requirements.doc.txt +3 -4
  67. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/requirements.txt +1 -7
  68. cosmotech_acceleration_library-1.0.0/cosmotech/translation/csm_data/en-US/csm-data.yml +0 -434
  69. cosmotech_acceleration_library-1.0.0/requirements.dev.txt +0 -3
  70. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/LICENSE +0 -0
  71. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/MANIFEST.in +0 -0
  72. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/README.md +0 -0
  73. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/aws/__init__.py +0 -0
  74. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/aws/s3.py +0 -0
  75. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/__init__.py +0 -0
  76. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/adx/__init__.py +0 -0
  77. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/adx/auth.py +0 -0
  78. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/adx/ingestion.py +0 -0
  79. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/adx/query.py +0 -0
  80. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/adx/store.py +0 -0
  81. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/adx/tables.py +0 -0
  82. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/adx/utils.py +0 -0
  83. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/blob.py +0 -0
  84. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/functions.py +0 -0
  85. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/azure/storage.py +0 -0
  86. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/__init__.py +0 -0
  87. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/connection.py +0 -0
  88. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/dataset/__init__.py +0 -0
  89. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/dataset/converters.py +0 -0
  90. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/dataset/download/__init__.py +0 -0
  91. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/dataset/download/adt.py +0 -0
  92. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/dataset/download/common.py +0 -0
  93. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/dataset/download/file.py +0 -0
  94. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/dataset/download/twingraph.py +0 -0
  95. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/dataset/utils.py +0 -0
  96. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/parameters.py +0 -0
  97. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/run.py +0 -0
  98. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/run_data.py +0 -0
  99. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/run_template.py +0 -0
  100. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/runner/__init__.py +0 -0
  101. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/runner/data.py +0 -0
  102. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/runner/datasets.py +0 -0
  103. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/runner/download.py +0 -0
  104. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/runner/metadata.py +0 -0
  105. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/runner/parameters.py +0 -0
  106. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/twin_data_layer.py +0 -0
  107. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/cosmotech_api/workspace.py +0 -0
  108. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/csm/__init__.py +0 -0
  109. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/csm/engine/__init__.py +0 -0
  110. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/postgresql/__init__.py +0 -0
  111. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/singlestore/__init__.py +0 -0
  112. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/singlestore/store.py +0 -0
  113. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/store/__init__.py +0 -0
  114. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/store/csv.py +0 -0
  115. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/store/native_python.py +0 -0
  116. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/store/pandas.py +0 -0
  117. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/store/pyarrow.py +0 -0
  118. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/store/store.py +0 -0
  119. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/utils/__init__.py +0 -0
  120. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/utils/api.py +0 -0
  121. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/utils/logger.py +0 -0
  122. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/coal/utils/postgresql.py +0 -0
  123. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/__init__.py +0 -0
  124. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/__init__.py +0 -0
  125. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/api/__init__.py +0 -0
  126. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/commands/store/__init__.py +0 -0
  127. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/utils/__init__.py +0 -0
  128. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/csm_data/utils/click.py +0 -0
  129. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/__init__.py +0 -0
  130. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/api/postgres_send_runner_metadata.json +0 -0
  131. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/api/rds_load_csv.json +0 -0
  132. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/api/rds_send_csv.json +0 -0
  133. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/api/rds_send_store.json +0 -0
  134. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/api/run_load_data.json +0 -0
  135. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/api/runtemplate_load_handler.json +0 -0
  136. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/api/tdl_load_files.json +0 -0
  137. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/api/tdl_send_files.json +0 -0
  138. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/api/try_api_connection.json +0 -0
  139. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/api/wsf_load_file.json +0 -0
  140. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/api/wsf_send_file.json +0 -0
  141. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/main/adx_send_runnerdata.json +0 -0
  142. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/main/az_storage_upload.json +0 -0
  143. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/main/s3_bucket_delete.json +0 -0
  144. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/main/s3_bucket_download.json +0 -0
  145. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/main/s3_bucket_upload.json +0 -0
  146. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/store/store_dump_to_azure.json +0 -0
  147. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/store/store_dump_to_postgresql.json +0 -0
  148. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/store/store_dump_to_s3.json +0 -0
  149. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/store/store_list_tables.json +0 -0
  150. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/store/store_load_csv_folder.json +0 -0
  151. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/store/store_load_from_singlestore.json +0 -0
  152. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/orchestrator_plugins/csm-data/templates/store/store_reset.json +0 -0
  153. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/__init__.py +0 -0
  154. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/common/data_transfer.yml +0 -0
  155. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/common/errors.yml +0 -0
  156. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/common/file_operations.yml +0 -0
  157. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/common/progress.yml +0 -0
  158. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/common/timing.yml +0 -0
  159. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/common/validation.yml +0 -0
  160. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/cosmotech_api/connection.yml +0 -0
  161. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/cosmotech_api/run_data.yml +0 -0
  162. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/cosmotech_api/run_template.yml +0 -0
  163. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/cosmotech_api/runner.yml +0 -0
  164. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/cosmotech_api/solution.yml +0 -0
  165. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/cosmotech_api/workspace.yml +0 -0
  166. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/services/adx.yml +0 -0
  167. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/services/api.yml +0 -0
  168. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/services/azure_storage.yml +0 -0
  169. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/services/database.yml +0 -0
  170. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/services/dataset.yml +0 -0
  171. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/services/postgresql.yml +0 -0
  172. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/services/s3.yml +0 -0
  173. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/solution.yml +0 -0
  174. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/coal/en-US/coal/web.yml +0 -0
  175. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech/translation/csm_data/__init__.py +0 -0
  176. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech_acceleration_library.egg-info/dependency_links.txt +0 -0
  177. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech_acceleration_library.egg-info/entry_points.txt +0 -0
  178. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech_acceleration_library.egg-info/not-zip-safe +0 -0
  179. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/cosmotech_acceleration_library.egg-info/top_level.txt +0 -0
  180. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/pyproject.toml +0 -0
  181. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/requirements.all.txt +0 -0
  182. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/requirements.extra.txt +0 -0
  183. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/requirements.test.txt +0 -0
  184. {cosmotech_acceleration_library-1.0.0 → cosmotech_acceleration_library-1.0.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cosmotech_acceleration_library
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Acceleration libraries for CosmoTech cloud based solution development
5
5
  Author-email: Cosmo Tech <platform@cosmotech.com>
6
6
  Project-URL: Homepage, https://www.cosmotech.com
@@ -15,14 +15,12 @@ Requires-Dist: azure-kusto-data~=4.4.1
15
15
  Requires-Dist: azure-kusto-ingest~=4.4.1
16
16
  Requires-Dist: tenacity~=8.3.0
17
17
  Requires-Dist: python-keycloak~=4.7.3
18
- Requires-Dist: redis==4.4.4
19
- Requires-Dist: redisgraph_bulk_loader==0.10.2
20
18
  Requires-Dist: cosmotech-api~=3.2
21
19
  Requires-Dist: boto3~=1.35.19
22
20
  Requires-Dist: requests~=2.32.3
23
21
  Requires-Dist: singlestoredb~=1.10.0
24
22
  Requires-Dist: cosmotech-run-orchestrator~=2.0.0
25
- Requires-Dist: pyarrow~=17.0.0
23
+ Requires-Dist: pyarrow~=20.0.0
26
24
  Requires-Dist: adbc-driver-manager~=1.1.0
27
25
  Requires-Dist: adbc-driver-sqlite~=1.1.0
28
26
  Requires-Dist: adbc-driver-postgresql~=1.1.0
@@ -36,18 +34,17 @@ Requires-Dist: python-dateutil~=2.8
36
34
  Requires-Dist: rich~=13.7
37
35
  Requires-Dist: setuptools
38
36
  Provides-Extra: doc
39
- Requires-Dist: mkdocs~=1.5.3; extra == "doc"
37
+ Requires-Dist: mkdocs~=1.6.1; extra == "doc"
40
38
  Requires-Dist: mkdocs-click~=0.8.1; extra == "doc"
41
39
  Requires-Dist: mkdocs-gen-files~=0.5.0; extra == "doc"
42
40
  Requires-Dist: mkdocstrings[python]~=0.28.2; extra == "doc"
43
- Requires-Dist: mkdocs-awesome-pages-plugin~=2.9.3; extra == "doc"
41
+ Requires-Dist: mkdocs-awesome-nav~=3.1.2; extra == "doc"
44
42
  Requires-Dist: pymdown-extensions~=10.7; extra == "doc"
45
43
  Requires-Dist: requirements-parser~=0.11.0; extra == "doc"
46
- Requires-Dist: setuptools~=70.3.0; extra == "doc"
47
44
  Requires-Dist: mike~=2.0.0; extra == "doc"
48
45
  Requires-Dist: griffe~=1.5.7; extra == "doc"
49
46
  Requires-Dist: mkdocs-include-dir-to-nav~=1.2.0; extra == "doc"
50
- Requires-Dist: mkdocs-material[imaging]~=9.5.18; extra == "doc"
47
+ Requires-Dist: mkdocs-material[imaging]~=9.6.14; extra == "doc"
51
48
  Requires-Dist: mkdocs-table-reader-plugin~=2.0.3; extra == "doc"
52
49
  Requires-Dist: mkdocs-literate-nav~=0.6.1; extra == "doc"
53
50
  Provides-Extra: test
@@ -57,8 +54,8 @@ Requires-Dist: pytest-cov; extra == "test"
57
54
  Provides-Extra: extra
58
55
  Requires-Dist: pandas~=2.2.2; extra == "extra"
59
56
  Provides-Extra: dev
60
- Requires-Dist: black==23.3.0; extra == "dev"
61
- Requires-Dist: pre-commit==3.3.2; extra == "dev"
57
+ Requires-Dist: black~=24.3.0; extra == "dev"
58
+ Requires-Dist: pre-commit~=3.3.2; extra == "dev"
62
59
  Provides-Extra: all
63
60
  Requires-Dist: CosmoTech_Acceleration_Library[dev,doc,extra,test]; extra == "all"
64
61
  Dynamic: license-file
@@ -5,4 +5,4 @@
5
5
  # etc., to any person is prohibited unless it has been previously and
6
6
  # specifically authorized by written means by Cosmo Tech.
7
7
 
8
- __version__ = "1.0.0"
8
+ __version__ = "1.0.1"
@@ -160,9 +160,7 @@ def insert_csv_files(
160
160
  color = (
161
161
  "red"
162
162
  if status == IngestionStatus.FAILURE
163
- else "green"
164
- if status == IngestionStatus.SUCCESS
165
- else "bright_black"
163
+ else "green" if status == IngestionStatus.SUCCESS else "bright_black"
166
164
  )
167
165
  LOGGER.info(
168
166
  T("coal.services.adx.status_report").format(table=ingestion_ids[_id], status=status.name, color=color)
@@ -32,6 +32,7 @@ def send_runner_metadata_to_postgresql(
32
32
  postgres_user: str,
33
33
  postgres_password: str,
34
34
  table_prefix: str = "Cosmotech_",
35
+ force_encode: bool = False,
35
36
  ) -> None:
36
37
  """
37
38
  Send runner metadata to a PostgreSQL database.
@@ -47,6 +48,7 @@ def send_runner_metadata_to_postgresql(
47
48
  postgres_user: PostgreSQL username
48
49
  postgres_password: PostgreSQL password
49
50
  table_prefix: Table prefix
51
+ force_encode: force password encoding to percent encoding
50
52
  """
51
53
  # Get runner metadata
52
54
  with get_api_client()[0] as api_client:
@@ -54,7 +56,7 @@ def send_runner_metadata_to_postgresql(
54
56
 
55
57
  # Generate PostgreSQL URI
56
58
  postgresql_full_uri = generate_postgresql_full_uri(
57
- postgres_host, str(postgres_port), postgres_db, postgres_user, postgres_password
59
+ postgres_host, str(postgres_port), postgres_db, postgres_user, postgres_password, force_encode=force_encode
58
60
  )
59
61
 
60
62
  # Connect to PostgreSQL and update runner metadata
@@ -31,6 +31,7 @@ def dump_store_to_postgresql(
31
31
  postgres_password: str,
32
32
  table_prefix: str = "Cosmotech_",
33
33
  replace: bool = True,
34
+ force_encode: bool = False,
34
35
  ) -> None:
35
36
  """
36
37
  Dump Store data to a PostgreSQL database.
@@ -45,6 +46,7 @@ def dump_store_to_postgresql(
45
46
  postgres_password: PostgreSQL password
46
47
  table_prefix: Table prefix
47
48
  replace: Whether to replace existing tables
49
+ force_encode: force password encoding
48
50
  """
49
51
  _s = Store(store_location=store_folder)
50
52
 
@@ -72,6 +74,7 @@ def dump_store_to_postgresql(
72
74
  postgres_user,
73
75
  postgres_password,
74
76
  replace,
77
+ force_encode,
75
78
  )
76
79
  total_rows += rows
77
80
  _up_time = perf_counter()
@@ -12,14 +12,14 @@ from cosmotech.csm_data.utils.decorators import web_help, translate_help
12
12
 
13
13
  @click.command()
14
14
  @web_help("csm-data/adx-send-data")
15
- @translate_help("csm-data.commands.storage.adx_send_data.description")
15
+ @translate_help("csm_data.commands.storage.adx_send_data.description")
16
16
  @click.option(
17
17
  "--adx-uri",
18
18
  envvar="AZURE_DATA_EXPLORER_RESOURCE_URI",
19
19
  show_envvar=True,
20
20
  required=True,
21
21
  metavar="URI",
22
- help=T("csm-data.commands.storage.adx_send_data.parameters.adx_uri"),
22
+ help=T("csm_data.commands.storage.adx_send_data.parameters.adx_uri"),
23
23
  )
24
24
  @click.option(
25
25
  "--adx-ingest-uri",
@@ -27,7 +27,7 @@ from cosmotech.csm_data.utils.decorators import web_help, translate_help
27
27
  show_envvar=True,
28
28
  required=True,
29
29
  metavar="URI",
30
- help=T("csm-data.commands.storage.adx_send_data.parameters.adx_ingest_uri"),
30
+ help=T("csm_data.commands.storage.adx_send_data.parameters.adx_ingest_uri"),
31
31
  )
32
32
  @click.option(
33
33
  "--database-name",
@@ -35,7 +35,7 @@ from cosmotech.csm_data.utils.decorators import web_help, translate_help
35
35
  show_envvar=True,
36
36
  required=True,
37
37
  metavar="NAME",
38
- help=T("csm-data.commands.storage.adx_send_data.parameters.database_name"),
38
+ help=T("csm_data.commands.storage.adx_send_data.parameters.database_name"),
39
39
  )
40
40
  @click.option(
41
41
  "--wait/--no-wait",
@@ -44,19 +44,19 @@ from cosmotech.csm_data.utils.decorators import web_help, translate_help
44
44
  show_envvar=True,
45
45
  default=False,
46
46
  show_default=True,
47
- help=T("csm-data.commands.storage.adx_send_data.parameters.waiting_ingestion"),
47
+ help=T("csm_data.commands.storage.adx_send_data.parameters.waiting_ingestion"),
48
48
  )
49
49
  @click.option(
50
50
  "--tag",
51
51
  envvar="CSM_DATA_ADX_TAG",
52
52
  show_envvar=True,
53
53
  default=None,
54
- help=T("csm-data.commands.storage.adx_send_data.parameters.adx_tag"),
54
+ help=T("csm_data.commands.storage.adx_send_data.parameters.adx_tag"),
55
55
  )
56
56
  @click.option(
57
57
  "--store-folder",
58
58
  envvar="CSM_PARAMETERS_ABSOLUTE_PATH",
59
- help=T("csm-data.commands.storage.adx_send_data.parameters.store_folder"),
59
+ help=T("csm_data.commands.storage.adx_send_data.parameters.store_folder"),
60
60
  metavar="PATH",
61
61
  type=str,
62
62
  show_envvar=True,
@@ -12,12 +12,12 @@ from cosmotech.orchestrator.utils.translate import T
12
12
 
13
13
  @click.command()
14
14
  @web_help("csm-data/adx-send-runner-data")
15
- @translate_help("csm-data.commands.storage.adx_send_runnerdata.description")
15
+ @translate_help("csm_data.commands.storage.adx_send_runnerdata.description")
16
16
  @click.option(
17
17
  "--dataset-absolute-path",
18
18
  envvar="CSM_DATASET_ABSOLUTE_PATH",
19
19
  show_envvar=True,
20
- help=T("csm-data.commands.storage.adx_send_runnerdata.parameters.dataset_absolute_path"),
20
+ help=T("csm_data.commands.storage.adx_send_runnerdata.parameters.dataset_absolute_path"),
21
21
  metavar="PATH",
22
22
  required=True,
23
23
  )
@@ -26,7 +26,7 @@ from cosmotech.orchestrator.utils.translate import T
26
26
  envvar="CSM_PARAMETERS_ABSOLUTE_PATH",
27
27
  metavar="PATH",
28
28
  show_envvar=True,
29
- help=T("csm-data.commands.storage.adx_send_runnerdata.parameters.parameters_absolute_path"),
29
+ help=T("csm_data.commands.storage.adx_send_runnerdata.parameters.parameters_absolute_path"),
30
30
  required=True,
31
31
  )
32
32
  @click.option(
@@ -35,7 +35,7 @@ from cosmotech.orchestrator.utils.translate import T
35
35
  show_envvar=True,
36
36
  required=True,
37
37
  metavar="UUID",
38
- help=T("csm-data.commands.storage.adx_send_runnerdata.parameters.runner_id"),
38
+ help=T("csm_data.commands.storage.adx_send_runnerdata.parameters.runner_id"),
39
39
  )
40
40
  @click.option(
41
41
  "--adx-uri",
@@ -43,7 +43,7 @@ from cosmotech.orchestrator.utils.translate import T
43
43
  show_envvar=True,
44
44
  required=True,
45
45
  metavar="URI",
46
- help=T("csm-data.commands.storage.adx_send_runnerdata.parameters.adx_uri"),
46
+ help=T("csm_data.commands.storage.adx_send_runnerdata.parameters.adx_uri"),
47
47
  )
48
48
  @click.option(
49
49
  "--adx-ingest-uri",
@@ -51,7 +51,7 @@ from cosmotech.orchestrator.utils.translate import T
51
51
  show_envvar=True,
52
52
  required=True,
53
53
  metavar="URI",
54
- help=T("csm-data.commands.storage.adx_send_runnerdata.parameters.adx_ingest_uri"),
54
+ help=T("csm_data.commands.storage.adx_send_runnerdata.parameters.adx_ingest_uri"),
55
55
  )
56
56
  @click.option(
57
57
  "--database-name",
@@ -59,7 +59,7 @@ from cosmotech.orchestrator.utils.translate import T
59
59
  show_envvar=True,
60
60
  required=True,
61
61
  metavar="NAME",
62
- help=T("csm-data.commands.storage.adx_send_runnerdata.parameters.database_name"),
62
+ help=T("csm_data.commands.storage.adx_send_runnerdata.parameters.database_name"),
63
63
  )
64
64
  @click.option(
65
65
  "--send-parameters/--no-send-parameters",
@@ -68,7 +68,7 @@ from cosmotech.orchestrator.utils.translate import T
68
68
  show_envvar=True,
69
69
  default=False,
70
70
  show_default=True,
71
- help=T("csm-data.commands.storage.adx_send_runnerdata.parameters.send_parameters"),
71
+ help=T("csm_data.commands.storage.adx_send_runnerdata.parameters.send_parameters"),
72
72
  )
73
73
  @click.option(
74
74
  "--send-datasets/--no-send-datasets",
@@ -77,7 +77,7 @@ from cosmotech.orchestrator.utils.translate import T
77
77
  show_envvar=True,
78
78
  default=False,
79
79
  show_default=True,
80
- help=T("csm-data.commands.storage.adx_send_runnerdata.parameters.send_datasets"),
80
+ help=T("csm_data.commands.storage.adx_send_runnerdata.parameters.send_datasets"),
81
81
  )
82
82
  @click.option(
83
83
  "--wait/--no-wait",
@@ -85,7 +85,7 @@ from cosmotech.orchestrator.utils.translate import T
85
85
  show_envvar=True,
86
86
  default=False,
87
87
  show_default=True,
88
- help=T("csm-data.commands.storage.adx_send_runnerdata.parameters.wait"),
88
+ help=T("csm_data.commands.storage.adx_send_runnerdata.parameters.wait"),
89
89
  )
90
90
  def adx_send_runnerdata(
91
91
  send_parameters: bool,
@@ -28,7 +28,7 @@ from cosmotech.orchestrator.utils.translate import T
28
28
  @click.group(invoke_without_command=True)
29
29
  @web_help("csm-data/api")
30
30
  @click.pass_context
31
- @translate_help("csm-data.commands.api.description")
31
+ @translate_help("csm_data.commands.api.api.description")
32
32
  def api(ctx: click.Context):
33
33
  if ctx.invoked_subcommand is None:
34
34
  try:
@@ -12,11 +12,11 @@ from cosmotech.orchestrator.utils.translate import T
12
12
 
13
13
  @click.command()
14
14
  @web_help("csm-data/api/postgres-send-runner-metadata")
15
- @translate_help("csm-data.commands.api.postgres_send_runner_metadata.description")
15
+ @translate_help("csm_data.commands.api.postgres_send_runner_metadata.description")
16
16
  @click.option(
17
17
  "--organization-id",
18
18
  envvar="CSM_ORGANIZATION_ID",
19
- help=T("csm-data.commands.api.postgres_send_runner_metadata.parameters.organization_id"),
19
+ help=T("csm_data.commands.api.postgres_send_runner_metadata.parameters.organization_id"),
20
20
  metavar="o-XXXXXXXX",
21
21
  type=str,
22
22
  show_envvar=True,
@@ -25,7 +25,7 @@ from cosmotech.orchestrator.utils.translate import T
25
25
  @click.option(
26
26
  "--workspace-id",
27
27
  envvar="CSM_WORKSPACE_ID",
28
- help=T("csm-data.commands.api.postgres_send_runner_metadata.parameters.workspace_id"),
28
+ help=T("csm_data.commands.api.postgres_send_runner_metadata.parameters.workspace_id"),
29
29
  metavar="w-XXXXXXXX",
30
30
  type=str,
31
31
  show_envvar=True,
@@ -34,7 +34,7 @@ from cosmotech.orchestrator.utils.translate import T
34
34
  @click.option(
35
35
  "--runner-id",
36
36
  envvar="CSM_RUNNER_ID",
37
- help=T("csm-data.commands.api.postgres_send_runner_metadata.parameters.runner_id"),
37
+ help=T("csm_data.commands.api.postgres_send_runner_metadata.parameters.runner_id"),
38
38
  metavar="r-XXXXXXXX",
39
39
  type=str,
40
40
  show_envvar=True,
@@ -42,21 +42,21 @@ from cosmotech.orchestrator.utils.translate import T
42
42
  )
43
43
  @click.option(
44
44
  "--table-prefix",
45
- help=T("csm-data.commands.api.postgres_send_runner_metadata.parameters.table_prefix"),
45
+ help=T("csm_data.commands.api.postgres_send_runner_metadata.parameters.table_prefix"),
46
46
  metavar="PREFIX",
47
47
  type=str,
48
48
  default="Cosmotech_",
49
49
  )
50
50
  @click.option(
51
51
  "--postgres-host",
52
- help=T("csm-data.commands.api.postgres_send_runner_metadata.parameters.postgres_host"),
52
+ help=T("csm_data.commands.api.postgres_send_runner_metadata.parameters.postgres_host"),
53
53
  envvar="POSTGRES_HOST_URI",
54
54
  show_envvar=True,
55
55
  required=True,
56
56
  )
57
57
  @click.option(
58
58
  "--postgres-port",
59
- help=T("csm-data.commands.api.postgres_send_runner_metadata.parameters.postgres_port"),
59
+ help=T("csm_data.commands.api.postgres_send_runner_metadata.parameters.postgres_port"),
60
60
  envvar="POSTGRES_HOST_PORT",
61
61
  show_envvar=True,
62
62
  required=False,
@@ -64,32 +64,42 @@ from cosmotech.orchestrator.utils.translate import T
64
64
  )
65
65
  @click.option(
66
66
  "--postgres-db",
67
- help=T("csm-data.commands.api.postgres_send_runner_metadata.parameters.postgres_db"),
67
+ help=T("csm_data.commands.api.postgres_send_runner_metadata.parameters.postgres_db"),
68
68
  envvar="POSTGRES_DB_NAME",
69
69
  show_envvar=True,
70
70
  required=True,
71
71
  )
72
72
  @click.option(
73
73
  "--postgres-schema",
74
- help=T("csm-data.commands.api.postgres_send_runner_metadata.parameters.postgres_schema"),
74
+ help=T("csm_data.commands.api.postgres_send_runner_metadata.parameters.postgres_schema"),
75
75
  envvar="POSTGRES_DB_SCHEMA",
76
76
  show_envvar=True,
77
77
  required=True,
78
78
  )
79
79
  @click.option(
80
80
  "--postgres-user",
81
- help=T("csm-data.commands.api.postgres_send_runner_metadata.parameters.postgres_user"),
81
+ help=T("csm_data.commands.api.postgres_send_runner_metadata.parameters.postgres_user"),
82
82
  envvar="POSTGRES_USER_NAME",
83
83
  show_envvar=True,
84
84
  required=True,
85
85
  )
86
86
  @click.option(
87
87
  "--postgres-password",
88
- help=T("csm-data.commands.api.postgres_send_runner_metadata.parameters.postgres_password"),
88
+ help=T("csm_data.commands.api.postgres_send_runner_metadata.parameters.postgres_password"),
89
89
  envvar="POSTGRES_USER_PASSWORD",
90
90
  show_envvar=True,
91
91
  required=True,
92
92
  )
93
+ @click.option(
94
+ "--encode-password/--no-encode-password",
95
+ "force_encode",
96
+ help=T("csm_data.commands.store.postgres_send_runner_metadata.parameters.encode_password"),
97
+ envvar="CSM_PSQL_FORCE_PASSWORD_ENCODING",
98
+ show_envvar=True,
99
+ default=True,
100
+ is_flag=True,
101
+ show_default=True,
102
+ )
93
103
  def postgres_send_runner_metadata(
94
104
  organization_id,
95
105
  workspace_id,
@@ -101,6 +111,7 @@ def postgres_send_runner_metadata(
101
111
  postgres_schema,
102
112
  postgres_user,
103
113
  postgres_password,
114
+ force_encode: bool,
104
115
  ):
105
116
  # Import the function at the start of the command
106
117
  from cosmotech.coal.postgresql import send_runner_metadata_to_postgresql
@@ -116,4 +127,5 @@ def postgres_send_runner_metadata(
116
127
  postgres_schema=postgres_schema,
117
128
  postgres_user=postgres_user,
118
129
  postgres_password=postgres_password,
130
+ force_encode=force_encode,
119
131
  )
@@ -14,7 +14,7 @@ from cosmotech.orchestrator.utils.translate import T
14
14
  @click.option(
15
15
  "--target-folder",
16
16
  envvar="CSM_DATASET_ABSOLUTE_PATH",
17
- help=T("csm-data.commands.api.rds_load_csv.parameters.target_folder"),
17
+ help=T("csm_data.commands.api.rds_load_csv.parameters.target_folder"),
18
18
  metavar="PATH",
19
19
  type=str,
20
20
  show_envvar=True,
@@ -23,7 +23,7 @@ from cosmotech.orchestrator.utils.translate import T
23
23
  @click.option(
24
24
  "--organization-id",
25
25
  envvar="CSM_ORGANIZATION_ID",
26
- help=T("csm-data.commands.api.rds_load_csv.parameters.organization_id"),
26
+ help=T("csm_data.commands.api.rds_load_csv.parameters.organization_id"),
27
27
  metavar="o-XXXXXXXX",
28
28
  type=str,
29
29
  show_envvar=True,
@@ -32,7 +32,7 @@ from cosmotech.orchestrator.utils.translate import T
32
32
  @click.option(
33
33
  "--workspace-id",
34
34
  envvar="CSM_WORKSPACE_ID",
35
- help=T("csm-data.commands.api.rds_load_csv.parameters.workspace_id"),
35
+ help=T("csm_data.commands.api.rds_load_csv.parameters.workspace_id"),
36
36
  metavar="w-XXXXXXXX",
37
37
  type=str,
38
38
  show_envvar=True,
@@ -41,7 +41,7 @@ from cosmotech.orchestrator.utils.translate import T
41
41
  @click.option(
42
42
  "--runner-id",
43
43
  envvar="CSM_RUNNER_ID",
44
- help=T("csm-data.commands.api.rds_load_csv.parameters.runner_id"),
44
+ help=T("csm_data.commands.api.rds_load_csv.parameters.runner_id"),
45
45
  metavar="r-XXXXXXXX",
46
46
  type=str,
47
47
  show_envvar=True,
@@ -50,7 +50,7 @@ from cosmotech.orchestrator.utils.translate import T
50
50
  @click.option(
51
51
  "--run-id",
52
52
  envvar="CSM_RUN_ID",
53
- help=T("csm-data.commands.api.rds_load_csv.parameters.run_id"),
53
+ help=T("csm_data.commands.api.rds_load_csv.parameters.run_id"),
54
54
  metavar="run-XXXXXX",
55
55
  type=str,
56
56
  show_envvar=True,
@@ -58,7 +58,7 @@ from cosmotech.orchestrator.utils.translate import T
58
58
  )
59
59
  @click.option(
60
60
  "--file-name",
61
- help=T("csm-data.commands.api.rds_load_csv.parameters.file_name"),
61
+ help=T("csm_data.commands.api.rds_load_csv.parameters.file_name"),
62
62
  metavar="NAME",
63
63
  type=str,
64
64
  default="results",
@@ -67,14 +67,14 @@ from cosmotech.orchestrator.utils.translate import T
67
67
  )
68
68
  @click.option(
69
69
  "--query",
70
- help=T("csm-data.commands.api.rds_load_csv.parameters.query"),
70
+ help=T("csm_data.commands.api.rds_load_csv.parameters.query"),
71
71
  metavar="SQL_QUERY",
72
72
  type=str,
73
73
  default="SELECT table_name FROM information_schema.tables WHERE table_schema='public'",
74
74
  show_default=True,
75
75
  )
76
76
  @web_help("csm-data/api/rds-load-csv")
77
- @translate_help("csm-data.commands.api.rds_load_csv.description")
77
+ @translate_help("csm_data.commands.api.rds_load_csv.description")
78
78
  def rds_load_csv(target_folder, organization_id, workspace_id, runner_id, run_id, file_name, query):
79
79
  # Import the function at the start of the command
80
80
  from cosmotech.coal.cosmotech_api import load_csv_from_run_data
@@ -14,7 +14,7 @@ from cosmotech.orchestrator.utils.translate import T
14
14
  @click.option(
15
15
  "--source-folder",
16
16
  envvar="CSM_DATASET_ABSOLUTE_PATH",
17
- help=T("csm-data.commands.api.rds_send_csv.parameters.source_folder"),
17
+ help=T("csm_data.commands.api.rds_send_csv.parameters.source_folder"),
18
18
  metavar="PATH",
19
19
  type=str,
20
20
  show_envvar=True,
@@ -23,7 +23,7 @@ from cosmotech.orchestrator.utils.translate import T
23
23
  @click.option(
24
24
  "--organization-id",
25
25
  envvar="CSM_ORGANIZATION_ID",
26
- help=T("csm-data.commands.api.rds_send_csv.parameters.organization_id"),
26
+ help=T("csm_data.commands.api.rds_send_csv.parameters.organization_id"),
27
27
  metavar="o-XXXXXXXX",
28
28
  type=str,
29
29
  show_envvar=True,
@@ -32,7 +32,7 @@ from cosmotech.orchestrator.utils.translate import T
32
32
  @click.option(
33
33
  "--workspace-id",
34
34
  envvar="CSM_WORKSPACE_ID",
35
- help=T("csm-data.commands.api.rds_send_csv.parameters.workspace_id"),
35
+ help=T("csm_data.commands.api.rds_send_csv.parameters.workspace_id"),
36
36
  metavar="w-XXXXXXXX",
37
37
  type=str,
38
38
  show_envvar=True,
@@ -41,7 +41,7 @@ from cosmotech.orchestrator.utils.translate import T
41
41
  @click.option(
42
42
  "--runner-id",
43
43
  envvar="CSM_RUNNER_ID",
44
- help=T("csm-data.commands.api.rds_send_csv.parameters.runner_id"),
44
+ help=T("csm_data.commands.api.rds_send_csv.parameters.runner_id"),
45
45
  metavar="r-XXXXXXXX",
46
46
  type=str,
47
47
  show_envvar=True,
@@ -50,14 +50,14 @@ from cosmotech.orchestrator.utils.translate import T
50
50
  @click.option(
51
51
  "--run-id",
52
52
  envvar="CSM_RUN_ID",
53
- help=T("csm-data.commands.api.rds_send_csv.parameters.run_id"),
53
+ help=T("csm_data.commands.api.rds_send_csv.parameters.run_id"),
54
54
  metavar="run-XXXXXX",
55
55
  type=str,
56
56
  show_envvar=True,
57
57
  required=True,
58
58
  )
59
59
  @web_help("csm-data/api/rds-send-csv")
60
- @translate_help("csm-data.commands.api.rds_send_csv.description")
60
+ @translate_help("csm_data.commands.api.rds_send_csv.description")
61
61
  def rds_send_csv(source_folder, organization_id, workspace_id, runner_id, run_id):
62
62
  # Import the function at the start of the command
63
63
  from cosmotech.coal.cosmotech_api import send_csv_to_run_data
@@ -14,7 +14,7 @@ from cosmotech.orchestrator.utils.translate import T
14
14
  @click.option(
15
15
  "--store-folder",
16
16
  envvar="CSM_PARAMETERS_ABSOLUTE_PATH",
17
- help=T("csm-data.commands.api.rds_send_store.parameters.store_folder"),
17
+ help=T("csm_data.commands.api.rds_send_store.parameters.store_folder"),
18
18
  metavar="PATH",
19
19
  type=str,
20
20
  show_envvar=True,
@@ -23,7 +23,7 @@ from cosmotech.orchestrator.utils.translate import T
23
23
  @click.option(
24
24
  "--organization-id",
25
25
  envvar="CSM_ORGANIZATION_ID",
26
- help=T("csm-data.commands.api.rds_send_store.parameters.organization_id"),
26
+ help=T("csm_data.commands.api.rds_send_store.parameters.organization_id"),
27
27
  metavar="o-XXXXXXXX",
28
28
  type=str,
29
29
  show_envvar=True,
@@ -32,7 +32,7 @@ from cosmotech.orchestrator.utils.translate import T
32
32
  @click.option(
33
33
  "--workspace-id",
34
34
  envvar="CSM_WORKSPACE_ID",
35
- help=T("csm-data.commands.api.rds_send_store.parameters.workspace_id"),
35
+ help=T("csm_data.commands.api.rds_send_store.parameters.workspace_id"),
36
36
  metavar="w-XXXXXXXX",
37
37
  type=str,
38
38
  show_envvar=True,
@@ -41,7 +41,7 @@ from cosmotech.orchestrator.utils.translate import T
41
41
  @click.option(
42
42
  "--runner-id",
43
43
  envvar="CSM_RUNNER_ID",
44
- help=T("csm-data.commands.api.rds_send_store.parameters.runner_id"),
44
+ help=T("csm_data.commands.api.rds_send_store.parameters.runner_id"),
45
45
  metavar="r-XXXXXXXX",
46
46
  type=str,
47
47
  show_envvar=True,
@@ -50,14 +50,14 @@ from cosmotech.orchestrator.utils.translate import T
50
50
  @click.option(
51
51
  "--run-id",
52
52
  envvar="CSM_RUN_ID",
53
- help=T("csm-data.commands.api.rds_send_store.parameters.run_id"),
53
+ help=T("csm_data.commands.api.rds_send_store.parameters.run_id"),
54
54
  metavar="run-XXXXXX",
55
55
  type=str,
56
56
  show_envvar=True,
57
57
  required=True,
58
58
  )
59
59
  @web_help("csm-data/api/rds-send-store")
60
- @translate_help("csm-data.commands.api.rds_send_store.description")
60
+ @translate_help("csm_data.commands.api.rds_send_store.description")
61
61
  def rds_send_store(store_folder, organization_id, workspace_id, runner_id, run_id):
62
62
  # Import the function at the start of the command
63
63
  from cosmotech.coal.cosmotech_api import send_store_to_run_data
@@ -16,7 +16,7 @@ from cosmotech.orchestrator.utils.translate import T
16
16
  "--organization-id",
17
17
  envvar="CSM_ORGANIZATION_ID",
18
18
  show_envvar=True,
19
- help=T("csm-data.commands.api.run_load_data.parameters.organization_id"),
19
+ help=T("csm_data.commands.api.run_load_data.parameters.organization_id"),
20
20
  metavar="o-##########",
21
21
  required=True,
22
22
  )
@@ -24,7 +24,7 @@ from cosmotech.orchestrator.utils.translate import T
24
24
  "--workspace-id",
25
25
  envvar="CSM_WORKSPACE_ID",
26
26
  show_envvar=True,
27
- help=T("csm-data.commands.api.run_load_data.parameters.workspace_id"),
27
+ help=T("csm_data.commands.api.run_load_data.parameters.workspace_id"),
28
28
  metavar="w-##########",
29
29
  required=True,
30
30
  )
@@ -32,7 +32,7 @@ from cosmotech.orchestrator.utils.translate import T
32
32
  "--runner-id",
33
33
  envvar="CSM_RUNNER_ID",
34
34
  show_envvar=True,
35
- help=T("csm-data.commands.api.run_load_data.parameters.runner_id"),
35
+ help=T("csm_data.commands.api.run_load_data.parameters.runner_id"),
36
36
  metavar="s-##########",
37
37
  required=True,
38
38
  )
@@ -40,7 +40,7 @@ from cosmotech.orchestrator.utils.translate import T
40
40
  "--dataset-absolute-path",
41
41
  envvar="CSM_DATASET_ABSOLUTE_PATH",
42
42
  show_envvar=True,
43
- help=T("csm-data.commands.api.run_load_data.parameters.dataset_absolute_path"),
43
+ help=T("csm_data.commands.api.run_load_data.parameters.dataset_absolute_path"),
44
44
  metavar="PATH",
45
45
  required=True,
46
46
  )
@@ -49,7 +49,7 @@ from cosmotech.orchestrator.utils.translate import T
49
49
  envvar="CSM_PARAMETERS_ABSOLUTE_PATH",
50
50
  metavar="PATH",
51
51
  show_envvar=True,
52
- help=T("csm-data.commands.api.run_load_data.parameters.parameters_absolute_path"),
52
+ help=T("csm_data.commands.api.run_load_data.parameters.parameters_absolute_path"),
53
53
  required=True,
54
54
  )
55
55
  @click.option(
@@ -58,7 +58,7 @@ from cosmotech.orchestrator.utils.translate import T
58
58
  show_envvar=True,
59
59
  default=True,
60
60
  show_default=True,
61
- help=T("csm-data.commands.api.run_load_data.parameters.write_json"),
61
+ help=T("csm_data.commands.api.run_load_data.parameters.write_json"),
62
62
  )
63
63
  @click.option(
64
64
  "--write-csv/--no-write-csv",
@@ -66,7 +66,7 @@ from cosmotech.orchestrator.utils.translate import T
66
66
  show_envvar=True,
67
67
  default=False,
68
68
  show_default=True,
69
- help=T("csm-data.commands.api.run_load_data.parameters.write_csv"),
69
+ help=T("csm_data.commands.api.run_load_data.parameters.write_csv"),
70
70
  )
71
71
  @click.option(
72
72
  "--fetch-dataset/--no-fetch-dataset",
@@ -74,7 +74,7 @@ from cosmotech.orchestrator.utils.translate import T
74
74
  show_envvar=True,
75
75
  default=True,
76
76
  show_default=True,
77
- help=T("csm-data.commands.api.run_load_data.parameters.fetch_dataset"),
77
+ help=T("csm_data.commands.api.run_load_data.parameters.fetch_dataset"),
78
78
  )
79
79
  @click.option(
80
80
  "--parallel/--no-parallel",
@@ -82,12 +82,12 @@ from cosmotech.orchestrator.utils.translate import T
82
82
  show_envvar=True,
83
83
  default=True,
84
84
  show_default=True,
85
- help=T("csm-data.commands.api.run_load_data.parameters.parallel"),
85
+ help=T("csm_data.commands.api.run_load_data.parameters.parallel"),
86
86
  )
87
87
  @require_env("CSM_API_SCOPE", "The identification scope of a Cosmotech API")
88
88
  @require_env("CSM_API_URL", "The URL to a Cosmotech API")
89
89
  @web_help("csm-data/api/run-load-data")
90
- @translate_help("csm-data.commands.api.run_load_data.description")
90
+ @translate_help("csm_data.commands.api.run_load_data.description")
91
91
  def run_load_data(
92
92
  runner_id: str,
93
93
  workspace_id: str,