mage-ai 0.9.76__py3-none-any.whl → 0.9.78__py3-none-any.whl

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.

Potentially problematic release.


This version of mage-ai might be problematic. Click here for more details.

Files changed (166) hide show
  1. mage_ai/api/resources/GitFileResource.py +8 -0
  2. mage_ai/cli/main.py +6 -1
  3. mage_ai/data_preparation/executors/block_executor.py +8 -3
  4. mage_ai/data_preparation/executors/pipeline_executor.py +35 -19
  5. mage_ai/data_preparation/git/utils.py +2 -2
  6. mage_ai/data_preparation/logging/logger_manager.py +18 -2
  7. mage_ai/data_preparation/models/block/__init__.py +29 -22
  8. mage_ai/data_preparation/models/block/outputs.py +7 -1
  9. mage_ai/data_preparation/models/constants.py +2 -0
  10. mage_ai/data_preparation/storage/local_storage.py +4 -1
  11. mage_ai/io/config.py +1 -0
  12. mage_ai/io/mssql.py +16 -9
  13. mage_ai/io/postgres.py +3 -0
  14. mage_ai/orchestration/db/migrations/versions/39d36f1dab73_create_genericjob.py +47 -0
  15. mage_ai/orchestration/db/models/oauth.py +2 -1
  16. mage_ai/orchestration/db/models/schedules.py +105 -0
  17. mage_ai/orchestration/job_manager.py +19 -0
  18. mage_ai/orchestration/notification/sender.py +2 -2
  19. mage_ai/orchestration/pipeline_scheduler_original.py +146 -1
  20. mage_ai/orchestration/queue/config.py +11 -1
  21. mage_ai/orchestration/queue/process_queue.py +2 -0
  22. mage_ai/server/api/base.py +41 -0
  23. mage_ai/server/api/constants.py +1 -0
  24. mage_ai/server/constants.py +1 -1
  25. mage_ai/server/frontend_dist/404.html +2 -2
  26. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-3881267993576e2c.js +1 -0
  27. mage_ai/server/frontend_dist/_next/static/{qR0jauUABqPaFMjUsYeoG → yqYUo8S74SIsh2zOwDJBS}/_buildManifest.js +1 -1
  28. mage_ai/server/frontend_dist/block-layout.html +2 -2
  29. mage_ai/server/frontend_dist/compute.html +2 -2
  30. mage_ai/server/frontend_dist/files.html +2 -2
  31. mage_ai/server/frontend_dist/global-data-products/[...slug].html +2 -2
  32. mage_ai/server/frontend_dist/global-data-products.html +2 -2
  33. mage_ai/server/frontend_dist/global-hooks/[...slug].html +2 -2
  34. mage_ai/server/frontend_dist/global-hooks.html +2 -2
  35. mage_ai/server/frontend_dist/index.html +2 -2
  36. mage_ai/server/frontend_dist/manage/files.html +2 -2
  37. mage_ai/server/frontend_dist/manage/overview.html +2 -2
  38. mage_ai/server/frontend_dist/manage/pipeline-runs.html +2 -2
  39. mage_ai/server/frontend_dist/manage/settings.html +2 -2
  40. mage_ai/server/frontend_dist/manage/users/[user].html +2 -2
  41. mage_ai/server/frontend_dist/manage/users/new.html +2 -2
  42. mage_ai/server/frontend_dist/manage/users.html +2 -2
  43. mage_ai/server/frontend_dist/manage.html +2 -2
  44. mage_ai/server/frontend_dist/oauth.html +3 -3
  45. mage_ai/server/frontend_dist/overview.html +2 -2
  46. mage_ai/server/frontend_dist/pipeline-runs.html +2 -2
  47. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +2 -2
  48. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +2 -2
  49. mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html +2 -2
  50. mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
  51. mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +2 -2
  52. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +2 -2
  53. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
  54. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +2 -2
  55. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +2 -2
  56. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +2 -2
  57. mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html +2 -2
  58. mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +2 -2
  59. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +2 -2
  60. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +2 -2
  61. mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
  62. mage_ai/server/frontend_dist/pipelines.html +2 -2
  63. mage_ai/server/frontend_dist/platform/global-hooks/[...slug].html +2 -2
  64. mage_ai/server/frontend_dist/platform/global-hooks.html +2 -2
  65. mage_ai/server/frontend_dist/settings/account/profile.html +2 -2
  66. mage_ai/server/frontend_dist/settings/platform/preferences.html +2 -2
  67. mage_ai/server/frontend_dist/settings/platform/settings.html +2 -2
  68. mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html +2 -2
  69. mage_ai/server/frontend_dist/settings/workspace/permissions.html +2 -2
  70. mage_ai/server/frontend_dist/settings/workspace/preferences.html +2 -2
  71. mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html +2 -2
  72. mage_ai/server/frontend_dist/settings/workspace/roles.html +2 -2
  73. mage_ai/server/frontend_dist/settings/workspace/sync-data.html +2 -2
  74. mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html +2 -2
  75. mage_ai/server/frontend_dist/settings/workspace/users.html +2 -2
  76. mage_ai/server/frontend_dist/settings.html +2 -2
  77. mage_ai/server/frontend_dist/sign-in.html +5 -5
  78. mage_ai/server/frontend_dist/templates/[...slug].html +2 -2
  79. mage_ai/server/frontend_dist/templates.html +2 -2
  80. mage_ai/server/frontend_dist/terminal.html +2 -2
  81. mage_ai/server/frontend_dist/test.html +2 -2
  82. mage_ai/server/frontend_dist/triggers.html +2 -2
  83. mage_ai/server/frontend_dist/v2/canvas.html +2 -2
  84. mage_ai/server/frontend_dist/v2.html +2 -2
  85. mage_ai/server/frontend_dist/version-control.html +2 -2
  86. mage_ai/server/frontend_dist_base_path_template/404.html +2 -2
  87. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-3881267993576e2c.js +1 -0
  88. mage_ai/server/frontend_dist_base_path_template/_next/static/{iCySon3_GCldnbC5U7C-s → xAmU_ZNdoOy8aaJdtbt_F}/_buildManifest.js +1 -1
  89. mage_ai/server/frontend_dist_base_path_template/block-layout.html +2 -2
  90. mage_ai/server/frontend_dist_base_path_template/compute.html +2 -2
  91. mage_ai/server/frontend_dist_base_path_template/files.html +2 -2
  92. mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html +2 -2
  93. mage_ai/server/frontend_dist_base_path_template/global-data-products.html +2 -2
  94. mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html +2 -2
  95. mage_ai/server/frontend_dist_base_path_template/global-hooks.html +2 -2
  96. mage_ai/server/frontend_dist_base_path_template/index.html +2 -2
  97. mage_ai/server/frontend_dist_base_path_template/manage/files.html +2 -2
  98. mage_ai/server/frontend_dist_base_path_template/manage/overview.html +2 -2
  99. mage_ai/server/frontend_dist_base_path_template/manage/pipeline-runs.html +2 -2
  100. mage_ai/server/frontend_dist_base_path_template/manage/settings.html +2 -2
  101. mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html +2 -2
  102. mage_ai/server/frontend_dist_base_path_template/manage/users/new.html +2 -2
  103. mage_ai/server/frontend_dist_base_path_template/manage/users.html +2 -2
  104. mage_ai/server/frontend_dist_base_path_template/manage.html +2 -2
  105. mage_ai/server/frontend_dist_base_path_template/oauth.html +3 -3
  106. mage_ai/server/frontend_dist_base_path_template/overview.html +2 -2
  107. mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html +2 -2
  108. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html +2 -2
  109. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html +2 -2
  110. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html +2 -2
  111. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html +2 -2
  112. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html +2 -2
  113. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html +2 -2
  114. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
  115. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html +2 -2
  116. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html +2 -2
  117. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html +2 -2
  118. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html +2 -2
  119. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html +2 -2
  120. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html +2 -2
  121. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html +2 -2
  122. mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html +2 -2
  123. mage_ai/server/frontend_dist_base_path_template/pipelines.html +2 -2
  124. mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html +2 -2
  125. mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html +2 -2
  126. mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html +2 -2
  127. mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html +2 -2
  128. mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html +2 -2
  129. mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html +2 -2
  130. mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html +2 -2
  131. mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html +2 -2
  132. mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html +2 -2
  133. mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html +2 -2
  134. mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html +2 -2
  135. mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html +2 -2
  136. mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html +2 -2
  137. mage_ai/server/frontend_dist_base_path_template/settings.html +2 -2
  138. mage_ai/server/frontend_dist_base_path_template/sign-in.html +5 -5
  139. mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html +2 -2
  140. mage_ai/server/frontend_dist_base_path_template/templates.html +2 -2
  141. mage_ai/server/frontend_dist_base_path_template/terminal.html +2 -2
  142. mage_ai/server/frontend_dist_base_path_template/test.html +2 -2
  143. mage_ai/server/frontend_dist_base_path_template/triggers.html +2 -2
  144. mage_ai/server/frontend_dist_base_path_template/v2/canvas.html +2 -2
  145. mage_ai/server/frontend_dist_base_path_template/v2.html +2 -2
  146. mage_ai/server/frontend_dist_base_path_template/version-control.html +2 -2
  147. mage_ai/server/scheduler_manager.py +2 -0
  148. mage_ai/server/terminal_server.py +3 -0
  149. mage_ai/settings/server.py +3 -1
  150. mage_ai/streaming/sources/kafka.py +2 -1
  151. mage_ai/tests/data_preparation/executors/test_block_executor.py +3 -3
  152. mage_ai/tests/data_preparation/logging/test_logger_manager.py +24 -5
  153. mage_ai/tests/data_preparation/models/test_variable.py +2 -0
  154. mage_ai/tests/io/create_table/test_postgresql.py +3 -2
  155. mage_ai/tests/orchestration/notification/test_sender.py +5 -1
  156. mage_ai/tests/streaming/sources/test_kafka.py +2 -2
  157. {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/METADATA +72 -107
  158. {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/RECORD +164 -163
  159. {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/WHEEL +1 -1
  160. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-432da20df91511fb.js +0 -1
  161. mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-432da20df91511fb.js +0 -1
  162. /mage_ai/server/frontend_dist/_next/static/{qR0jauUABqPaFMjUsYeoG → yqYUo8S74SIsh2zOwDJBS}/_ssgManifest.js +0 -0
  163. /mage_ai/server/frontend_dist_base_path_template/_next/static/{iCySon3_GCldnbC5U7C-s → xAmU_ZNdoOy8aaJdtbt_F}/_ssgManifest.js +0 -0
  164. {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/entry_points.txt +0 -0
  165. {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/licenses/LICENSE +0 -0
  166. {mage_ai-0.9.76.dist-info → mage_ai-0.9.78.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5