mage-ai 0.9.13__py3-none-any.whl → 0.9.15__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.
- mage_ai/ai/generator.py +1 -1
- mage_ai/ai/generator_cmds.py +1 -1
- mage_ai/ai/llm_pipeline_wizard.py +31 -17
- mage_ai/api/policies/PipelineRunPolicy.py +1 -0
- mage_ai/api/presenters/BlockRunPresenter.py +4 -1
- mage_ai/api/presenters/PipelineRunPresenter.py +2 -0
- mage_ai/api/resources/BlockRunResource.py +18 -12
- mage_ai/api/resources/GitBranchResource.py +8 -1
- mage_ai/api/resources/PipelineResource.py +30 -14
- mage_ai/api/resources/PipelineRunResource.py +8 -5
- mage_ai/data_integrations/sources/constants.py +1 -0
- mage_ai/data_preparation/executors/block_executor.py +5 -7
- mage_ai/data_preparation/git/__init__.py +18 -0
- mage_ai/data_preparation/models/block/__init__.py +13 -1
- mage_ai/data_preparation/models/block/dbt/utils/__init__.py +5 -2
- mage_ai/data_preparation/models/block/integration/__init__.py +1 -1
- mage_ai/data_preparation/models/custom_templates/utils.py +14 -4
- mage_ai/data_preparation/models/variable.py +5 -2
- mage_ai/data_preparation/templates/constants.py +16 -0
- mage_ai/data_preparation/templates/data_exporters/mssql.py +32 -0
- mage_ai/data_preparation/templates/data_loaders/mssql.py +27 -0
- mage_ai/io/base.py +5 -0
- mage_ai/io/mssql.py +1 -0
- mage_ai/orchestration/db/models/base.py +15 -15
- mage_ai/orchestration/db/models/oauth.py +35 -4
- mage_ai/orchestration/db/models/schedules.py +4 -0
- mage_ai/orchestration/pipeline_scheduler.py +12 -6
- mage_ai/server/constants.py +1 -1
- mage_ai/server/frontend_dist/404.html +2 -2
- mage_ai/server/frontend_dist/404.html.html +2 -2
- mage_ai/server/frontend_dist/_next/static/chunks/{1005-ee665ba499795660.js → 1005-a2f0e3ee378ef02b.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/1424-fca78f21a81a7183.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/2786-756b3834d10b8711.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/3391-e1578fe1bdb5a557.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/6299-9b785c07dacf22b3.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/7496-7e4dd11e3f3b8e79.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/8952-050e60a8b1eaa32a.js +1 -0
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/9605-e40d076d9fc36d83.js → frontend_dist/_next/static/chunks/9605-9332e1686c46da7d.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{_app-ccc78f4c29a2a431.js → _app-9dae6fa5126cf001.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/files-03841b6dd7d240f6.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/settings-6e2c0e3f818fd4de.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-6e59dc4e57dd2680.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-02295848c811e26a.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-4a2671811a153411.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/{syncs-ddaca2c267def72a.js → syncs-484581ae34a1c596.js} +1 -1
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-ce11db27e4af7869.js → frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-91889109af36a793.js} +1 -1
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-ff1faac7a72b1af1.js → frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-624a2d7cbe6303b4.js} +1 -1
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/triggers-eee16a91f281f92d.js → frontend_dist/_next/static/chunks/pages/triggers-71bbb30dd9b57f80.js} +1 -1
- mage_ai/server/{frontend_dist_base_path_template/_next/static/gJQ7p6K0VGDZzX1HXtRED → frontend_dist/_next/static/h5mR3pjfn_EQy348CZ_ok}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist/files.html +2 -2
- mage_ai/server/frontend_dist/global-data-products/[...slug].html +2 -2
- mage_ai/server/frontend_dist/global-data-products.html +2 -2
- mage_ai/server/frontend_dist/index.html +2 -2
- mage_ai/server/frontend_dist/manage/settings.html +2 -2
- mage_ai/server/frontend_dist/manage/users/[user].html +2 -2
- mage_ai/server/frontend_dist/manage/users/new.html +2 -2
- mage_ai/server/frontend_dist/manage/users.html +2 -2
- mage_ai/server/frontend_dist/manage.html +2 -2
- mage_ai/server/frontend_dist/overview.html +2 -2
- mage_ai/server/frontend_dist/pipeline-runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
- mage_ai/server/frontend_dist/pipelines.html +2 -2
- mage_ai/server/frontend_dist/settings/account/profile.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/preferences.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/sync-data.html +2 -2
- mage_ai/server/frontend_dist/settings/workspace/users.html +2 -2
- mage_ai/server/frontend_dist/settings.html +2 -2
- mage_ai/server/frontend_dist/sign-in.html +11 -11
- mage_ai/server/frontend_dist/templates/[...slug].html +2 -2
- mage_ai/server/frontend_dist/templates.html +2 -2
- mage_ai/server/frontend_dist/terminal.html +2 -2
- mage_ai/server/frontend_dist/test.html +3 -3
- mage_ai/server/frontend_dist/triggers.html +2 -2
- mage_ai/server/frontend_dist/version-control.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/404.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/404.html.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{1005-ee665ba499795660.js → 1005-a2f0e3ee378ef02b.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1424-fca78f21a81a7183.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2786-756b3834d10b8711.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3391-e1578fe1bdb5a557.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6299-9b785c07dacf22b3.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7496-7e4dd11e3f3b8e79.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8952-050e60a8b1eaa32a.js +1 -0
- mage_ai/server/{frontend_dist/_next/static/chunks/9605-e40d076d9fc36d83.js → frontend_dist_base_path_template/_next/static/chunks/9605-9332e1686c46da7d.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{_app-ccc78f4c29a2a431.js → _app-9dae6fa5126cf001.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/files-03841b6dd7d240f6.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/settings-6e2c0e3f818fd4de.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-6e59dc4e57dd2680.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-02295848c811e26a.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs-4a2671811a153411.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/{syncs-ddaca2c267def72a.js → syncs-484581ae34a1c596.js} +1 -1
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-ce11db27e4af7869.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-91889109af36a793.js} +1 -1
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-ff1faac7a72b1af1.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-624a2d7cbe6303b4.js} +1 -1
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/triggers-eee16a91f281f92d.js → frontend_dist_base_path_template/_next/static/chunks/pages/triggers-71bbb30dd9b57f80.js} +1 -1
- mage_ai/server/{frontend_dist/_next/static/O4HzlRY2U3Q47jF8s3D-E → frontend_dist_base_path_template/_next/static/xykYLW_ARw5SevdiponLI}/_buildManifest.js +1 -1
- mage_ai/server/frontend_dist_base_path_template/files.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/global-data-products.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/index.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage/settings.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage/users/new.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage/users.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/manage.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/overview.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/pipelines.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/settings.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/sign-in.html +11 -11
- mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html +2 -2
- mage_ai/server/frontend_dist_base_path_template/templates.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/terminal.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/test.html +3 -3
- mage_ai/server/frontend_dist_base_path_template/triggers.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/version-control.html +2 -2
- mage_ai/server/server.py +12 -1
- mage_ai/services/spark/spark.py +75 -2
- mage_ai/shared/retry.py +1 -1
- mage_ai/tests/data_preparation/models/custom_templates/__init__.py +0 -0
- mage_ai/tests/data_preparation/models/custom_templates/test_utils.py +36 -0
- mage_ai/tests/data_preparation/models/test_block.py +48 -0
- mage_ai/tests/services/spark/__init__.py +0 -0
- mage_ai/tests/services/spark/test_spark.py +52 -0
- {mage_ai-0.9.13.dist-info → mage_ai-0.9.15.dist-info}/METADATA +1 -1
- {mage_ai-0.9.13.dist-info → mage_ai-0.9.15.dist-info}/RECORD +164 -159
- mage_ai/server/frontend_dist/_next/static/chunks/1424-846b754e84e6eac1.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/2786-ba6f486fcaf52ba0.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/3391-6f0a0a5c254cd7f2.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/6299-fcb702d0f3d3291b.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/7496-7d0f9adf0b333801.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/8952-9d6fa18fa9378989.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/files-2dc2a0dfc0ff620d.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/settings-6577159a0af52a78.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-615ab9e61f0f39ed.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-d331e98ad103b13e.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-df014ddb14ebcef4.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1424-846b754e84e6eac1.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2786-ba6f486fcaf52ba0.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3391-6f0a0a5c254cd7f2.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6299-fcb702d0f3d3291b.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7496-7d0f9adf0b333801.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8952-9d6fa18fa9378989.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/files-2dc2a0dfc0ff620d.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/settings-6577159a0af52a78.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-615ab9e61f0f39ed.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-d331e98ad103b13e.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs-df014ddb14ebcef4.js +0 -1
- mage_ai/tests/orchestration/db/test_models.py +0 -710
- /mage_ai/server/frontend_dist/_next/static/{O4HzlRY2U3Q47jF8s3D-E → h5mR3pjfn_EQy348CZ_ok}/_middlewareManifest.js +0 -0
- /mage_ai/server/frontend_dist/_next/static/{O4HzlRY2U3Q47jF8s3D-E → h5mR3pjfn_EQy348CZ_ok}/_ssgManifest.js +0 -0
- /mage_ai/server/frontend_dist_base_path_template/_next/static/{gJQ7p6K0VGDZzX1HXtRED → xykYLW_ARw5SevdiponLI}/_middlewareManifest.js +0 -0
- /mage_ai/server/frontend_dist_base_path_template/_next/static/{gJQ7p6K0VGDZzX1HXtRED → xykYLW_ARw5SevdiponLI}/_ssgManifest.js +0 -0
- {mage_ai-0.9.13.dist-info → mage_ai-0.9.15.dist-info}/LICENSE +0 -0
- {mage_ai-0.9.13.dist-info → mage_ai-0.9.15.dist-info}/WHEEL +0 -0
- {mage_ai-0.9.13.dist-info → mage_ai-0.9.15.dist-info}/entry_points.txt +0 -0
- {mage_ai-0.9.13.dist-info → mage_ai-0.9.15.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
mage_ai/__init__.py,sha256=O6HnFY5wZd6iW_t9qILg8opD0WG6L0pJRz1ZxbSHJbc,4235
|
|
2
2
|
mage_ai/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
mage_ai/ai/constants.py,sha256=ZQWgF2gYBVnHQEV9x27CrpaJYtywFphkQi8_QWVrySY,439
|
|
4
|
-
mage_ai/ai/generator.py,sha256=
|
|
5
|
-
mage_ai/ai/generator_cmds.py,sha256=
|
|
6
|
-
mage_ai/ai/llm_pipeline_wizard.py,sha256=
|
|
4
|
+
mage_ai/ai/generator.py,sha256=042Hflxzo2G3pHOjeeSf4dESkgN9lCTHJQF5BtE1VnI,1899
|
|
5
|
+
mage_ai/ai/generator_cmds.py,sha256=nS48zdeC9kxr2qwgnAY4xg7F7h5Q9HjMrgGYmk9YBSM,2018
|
|
6
|
+
mage_ai/ai/llm_pipeline_wizard.py,sha256=znz2q04yaDnFXWBjt5JQ-UQ09zHGUPafrecJWH5c1Ng,16049
|
|
7
7
|
mage_ai/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
mage_ai/api/api_context.py,sha256=EyB0twuV8Jm0SuYRMj_-CaxdgfMFLQnS2pUhzAwdcCA,455
|
|
9
9
|
mage_ai/api/constants.py,sha256=VM-350ywzKJj0MPfdjI4LCse2g58BZbQ1TxD2e1Mlqs,54
|
|
@@ -50,7 +50,7 @@ mage_ai/api/policies/OauthAccessTokenPolicy.py,sha256=jY1GyEBn-vBYBFRuXFVLFUxUzx
|
|
|
50
50
|
mage_ai/api/policies/OauthPolicy.py,sha256=vuqfF59UsN51Pwa1dI3WvVRQJdyrh8s8r3Tpys2u0ys,1451
|
|
51
51
|
mage_ai/api/policies/OutputPolicy.py,sha256=aF0HWusGldQVrMyrP5NSa1K-aqpvk5bJIYupos1Q_Tk,1085
|
|
52
52
|
mage_ai/api/policies/PipelinePolicy.py,sha256=VHt8Ak4GyONnC0W2QU0Xg4B_UbI--HsZLjl9t3T2CCg,3908
|
|
53
|
-
mage_ai/api/policies/PipelineRunPolicy.py,sha256=
|
|
53
|
+
mage_ai/api/policies/PipelineRunPolicy.py,sha256=DlmS5W50zMAxTab31TyT_6QqHTn5vgFTq4BJjKqP5Rg,3004
|
|
54
54
|
mage_ai/api/policies/PipelineSchedulePolicy.py,sha256=K2iWVWpwZJE0a0UzBl7FTTqsJvc86BraMouI4wZQMIM,3180
|
|
55
55
|
mage_ai/api/policies/PipelineTriggerPolicy.py,sha256=KAI8mQTxZGcsRXmGps7KlcDul1x0I_v-UwqKin9um6c,1315
|
|
56
56
|
mage_ai/api/policies/ProjectPolicy.py,sha256=CHffWnoJQccVgasttFjOW_x7JXIwtdvJXroam8kEssM,1213
|
|
@@ -73,7 +73,7 @@ mage_ai/api/presenters/BackfillPresenter.py,sha256=1e0r0Z_hgoOiuZ1gKN4K0yuYnB4Si
|
|
|
73
73
|
mage_ai/api/presenters/BasePresenter.py,sha256=41qzPjM-BBqyX02nOPjQKKuldbXK28vrmp0rGQhEEpY,5877
|
|
74
74
|
mage_ai/api/presenters/BlockOutputPresenter.py,sha256=CVCRAQEzzs3P8AJQjPlZLI8FCBoxfx0OxeRuzfuTvhI,160
|
|
75
75
|
mage_ai/api/presenters/BlockPresenter.py,sha256=W1kMafzUvVsW48CyxKG2hLlCdW30mm6FG6F2QdDRID4,2762
|
|
76
|
-
mage_ai/api/presenters/BlockRunPresenter.py,sha256=
|
|
76
|
+
mage_ai/api/presenters/BlockRunPresenter.py,sha256=OjHLc-9H_EXK7shQUcoCjBj8Zku9eeAoPvfDFRJtTxA,553
|
|
77
77
|
mage_ai/api/presenters/BlockTemplatePresenter.py,sha256=JCf1phdofmiQcRzSqoSvGu7wwB4XPYQdkhy74blAsJU,288
|
|
78
78
|
mage_ai/api/presenters/ClusterPresenter.py,sha256=gxDmBHx8V0rmzdrJLn26ARnEak2pwVelU8ipRYyXznQ,206
|
|
79
79
|
mage_ai/api/presenters/CustomTemplatePresenter.py,sha256=xlW8W5JjeU_YzqLn1H2eKXYljlu3CgFxyQ_CflI4kV8,1934
|
|
@@ -99,7 +99,7 @@ mage_ai/api/presenters/OauthAccessTokenPresenter.py,sha256=jf6qCqcKK-I7OhsUP-KaU
|
|
|
99
99
|
mage_ai/api/presenters/OauthPresenter.py,sha256=sfXy5o09n-tjtVGioFTexHfozcQ5sgPbtwMaNzmSgNI,214
|
|
100
100
|
mage_ai/api/presenters/OutputPresenter.py,sha256=ybbBQLCA0aWL8gy5RKKnckm6U1nQA0xZLtkwsu7qww0,238
|
|
101
101
|
mage_ai/api/presenters/PipelinePresenter.py,sha256=v-WX2i7U4T5NRLu9fBpU6ci2rmfBIfHJZ-3xFCVHIaE,2780
|
|
102
|
-
mage_ai/api/presenters/PipelineRunPresenter.py,sha256=
|
|
102
|
+
mage_ai/api/presenters/PipelineRunPresenter.py,sha256=A6R_Jnw7fBtBnj8cjxIF7EmWM3lkCWQdK6a25w1I1J0,2553
|
|
103
103
|
mage_ai/api/presenters/PipelineSchedulePresenter.py,sha256=6Mpu0LJELT7HFMgIb2zgRrGWOUxJChYrKK4E_ZhdsSM,2048
|
|
104
104
|
mage_ai/api/presenters/PipelineTriggerPresenter.py,sha256=8Oz8qfkyM_xKihflGb4SM8qkjKoDGzI6k4dO1uaECNI,431
|
|
105
105
|
mage_ai/api/presenters/ProjectPresenter.py,sha256=UabAM7PFPUSQ1KzN2yCDU_9RO4M8grU04cHbwfx6JwU,297
|
|
@@ -124,7 +124,7 @@ mage_ai/api/resources/BackfillResource.py,sha256=7Ib29tJmkj6GfGsLarYmhivsUkYbLG-
|
|
|
124
124
|
mage_ai/api/resources/BaseResource.py,sha256=dtQulFlAt5qDfITSl1PybZlG_g_YPfjS3Gmo92UW51Q,9591
|
|
125
125
|
mage_ai/api/resources/BlockOutputResource.py,sha256=C4duKnU9GirgCEYiG7wOWno07hTKwT8yJKhrve2aQGM,1480
|
|
126
126
|
mage_ai/api/resources/BlockResource.py,sha256=VwMD5P4w3u9B9jVDoWYA-n91MRqDjmqiSezuSQbsyQ8,9679
|
|
127
|
-
mage_ai/api/resources/BlockRunResource.py,sha256=
|
|
127
|
+
mage_ai/api/resources/BlockRunResource.py,sha256=kk9fpyUzk_VkeCqLghtoRsmHxbttfFiq5mCqlIfOlp4,2974
|
|
128
128
|
mage_ai/api/resources/BlockTemplateResource.py,sha256=-DGaBWftuEMv7_avBXVOWOca-1Sl7Hi541EmuAg2bk0,978
|
|
129
129
|
mage_ai/api/resources/ClusterResource.py,sha256=YdlzwRirpI0TlD07aNmG1nRGE898C2dU50-x1rIt63k,1665
|
|
130
130
|
mage_ai/api/resources/CustomTemplateResource.py,sha256=Ie7nNX7_zCWZAxYz8KEXU9ahaVgHDVnh39uR7z958IM,5806
|
|
@@ -137,7 +137,7 @@ mage_ai/api/resources/FileResource.py,sha256=lk3y8V8yZRelmk-2IrPy7NuEbF7R4MABuQH
|
|
|
137
137
|
mage_ai/api/resources/FileVersionResource.py,sha256=2pztr5jKBz4L13FsUjZj168vSnizLxn4fG1mO_g26wI,786
|
|
138
138
|
mage_ai/api/resources/FolderResource.py,sha256=G77Ut-CftDalYkKtzGosAVt3BdaBAJ0Vfbl2bVtG4u4,1191
|
|
139
139
|
mage_ai/api/resources/GenericResource.py,sha256=rknlwnMY4ed0TIFc64X9JhflCPEl8g8B2ks7RXGeLDw,312
|
|
140
|
-
mage_ai/api/resources/GitBranchResource.py,sha256=
|
|
140
|
+
mage_ai/api/resources/GitBranchResource.py,sha256=ccSrSfqyEyHs8eEWQZzPL3bkL4C3Kd5pNJHCg8CryHU,11481
|
|
141
141
|
mage_ai/api/resources/GitCustomBranchResource.py,sha256=yfMAIyngckBnNy-PphwJCzLN7l8USHzaADy74DDRKDY,288
|
|
142
142
|
mage_ai/api/resources/GitFileResource.py,sha256=GTpVrJezV_DxHc8Y2QWySOnVvxnFuZW73Kww3T0oQC8,2310
|
|
143
143
|
mage_ai/api/resources/GlobalDataProductResource.py,sha256=vt9ceQIzW5A34rL5_hHG4xSlGKvESeLu-JTrOisYHG4,1668
|
|
@@ -151,8 +151,8 @@ mage_ai/api/resources/MonitorStatResource.py,sha256=NT0WR0nHrA8OJj-cW97P-JH7q21Q
|
|
|
151
151
|
mage_ai/api/resources/OauthAccessTokenResource.py,sha256=BgEMGdRgmd7U5p5KGXF_idrN9e8GNc7T3TDYm7p3g_E,802
|
|
152
152
|
mage_ai/api/resources/OauthResource.py,sha256=uRakQcOaFIOgmxZ-oXq0E8jIcDTTBF7OAZkpSUrhLZM,4802
|
|
153
153
|
mage_ai/api/resources/OutputResource.py,sha256=IG0e3OlRU5nnI-06rUo3x5sUB1Bu1r_zuEoMAHgLYSM,582
|
|
154
|
-
mage_ai/api/resources/PipelineResource.py,sha256=
|
|
155
|
-
mage_ai/api/resources/PipelineRunResource.py,sha256=
|
|
154
|
+
mage_ai/api/resources/PipelineResource.py,sha256=0ZLnhay2qfXhlEDDm4Fi59gtOLVhmKBDki394GMhr78,13692
|
|
155
|
+
mage_ai/api/resources/PipelineRunResource.py,sha256=LegrXqMTaHve4W18IPkp8SHMs224euXUHBX6ETZDTUw,10848
|
|
156
156
|
mage_ai/api/resources/PipelineScheduleResource.py,sha256=O-FhItEsmJQLsv9qB2fldF7ir9TmN5t-9eMDXH4FTac,9777
|
|
157
157
|
mage_ai/api/resources/PipelineTriggerResource.py,sha256=s4u3b--QhDu_VTihWOtYL8lS-tYHlw6kmocuBB1fwRM,2182
|
|
158
158
|
mage_ai/api/resources/ProjectResource.py,sha256=iF9WREOzL6rQIwAwOZZc5uNyf7vXp6v93NyaMQT_1_g,2645
|
|
@@ -271,7 +271,7 @@ mage_ai/data_integrations/destinations/constants.py,sha256=8SlllB9UaVYMn9Si9rJnh
|
|
|
271
271
|
mage_ai/data_integrations/logger/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
272
272
|
mage_ai/data_integrations/logger/utils.py,sha256=5XNDhI21eMFU0iPTI6NXBomHjDkq0ePprZ2Einla98U,3165
|
|
273
273
|
mage_ai/data_integrations/sources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
274
|
-
mage_ai/data_integrations/sources/constants.py,sha256=
|
|
274
|
+
mage_ai/data_integrations/sources/constants.py,sha256=6YayRWJuu3Mk7RupLyMlrBw2bFGzhjaETHbZLnWE1FI,1170
|
|
275
275
|
mage_ai/data_integrations/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
276
276
|
mage_ai/data_integrations/utils/config.py,sha256=gYsr1pGGrffhD8mrakL9RMdJ8iFweAmb-9Vzf6DjL8s,4561
|
|
277
277
|
mage_ai/data_integrations/utils/parsers.py,sha256=MdR6DlvLu5_tFqQVlhVNPm5v8cm3LoZGhjlCeQPNy3c,1644
|
|
@@ -283,7 +283,7 @@ mage_ai/data_preparation/repo_manager.py,sha256=UbntargHGSi7xY1kv5jylJrPGZNen2bM
|
|
|
283
283
|
mage_ai/data_preparation/variable_manager.py,sha256=R8Tjj5dZkpWOrZS2jfe_9DWhMvAlFr6n3O1wlXv88S8,12099
|
|
284
284
|
mage_ai/data_preparation/executors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
285
285
|
mage_ai/data_preparation/executors/azure_container_instance_executor.py,sha256=DhmaZ877ozPWpyZKWKUbh2ZaBMyBBHF41yx8F8oTl_E,1147
|
|
286
|
-
mage_ai/data_preparation/executors/block_executor.py,sha256=
|
|
286
|
+
mage_ai/data_preparation/executors/block_executor.py,sha256=jVZNljqX4E8HQjgqhxJUtw3OI4-KbQrv-hrcLNkJIb4,24830
|
|
287
287
|
mage_ai/data_preparation/executors/ecs_block_executor.py,sha256=OmN20mkimZ_arrh3Y6UuwMMSXaIaQ-wo9bSTYtOBm6Y,991
|
|
288
288
|
mage_ai/data_preparation/executors/executor_factory.py,sha256=cLTBQ-Ngvot1eir5T-MDtv_BdB53WKngUksDX5YwF8w,7147
|
|
289
289
|
mage_ai/data_preparation/executors/gcp_cloud_run_block_executor.py,sha256=qLYXEo0zUZOdQiDgwVx-eFyela-BnS7hnG2JkVmBVYk,1350
|
|
@@ -293,7 +293,7 @@ mage_ai/data_preparation/executors/pipeline_executor.py,sha256=pTW-TCB7NDXt8_K9N
|
|
|
293
293
|
mage_ai/data_preparation/executors/pyspark_block_executor.py,sha256=hzOqIZcVTIHhHvYlQqk2qNkwgPi6cG3W8UooYqVsEr8,3520
|
|
294
294
|
mage_ai/data_preparation/executors/pyspark_pipeline_executor.py,sha256=OdJ7pdnX1Se0oc2orxeWGgmr0SWD9mkcDTnVk-YSfxo,2806
|
|
295
295
|
mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=zPTpUOGuO8PTHSbsvRQw8GMQ586adjfjVPss5p5z1mE,8225
|
|
296
|
-
mage_ai/data_preparation/git/__init__.py,sha256=
|
|
296
|
+
mage_ai/data_preparation/git/__init__.py,sha256=wgHyG3Y9K-m2CSqZsIgSWr2JqvR1TCVlb6hfNQUl1UM,24932
|
|
297
297
|
mage_ai/data_preparation/git/api.py,sha256=bH-rrD0Miv-CLUT3MIX7wS0J0KROPjQQ78b-ZDj5CcM,5037
|
|
298
298
|
mage_ai/data_preparation/logging/__init__.py,sha256=9jyTtoRLJ_6mgKDeDP043angN4Ib_T8yr7_IEbY9MmU,550
|
|
299
299
|
mage_ai/data_preparation/logging/gcs_logger_manager.py,sha256=OP9Sx_zBITC1jpqwxioapnv5eIFCB1Z4ke4afDDoOK4,2057
|
|
@@ -307,19 +307,19 @@ mage_ai/data_preparation/models/errors.py,sha256=NAuStUn8neLBHNT8kmyfkhAAX4gdsW7
|
|
|
307
307
|
mage_ai/data_preparation/models/file.py,sha256=zqX9OPZruFbAhE8niqkeK7CR0CVUNKwuuEaKbCNfZ4E,11517
|
|
308
308
|
mage_ai/data_preparation/models/pipeline.py,sha256=9wfVGIEksCiMglbq5HqqQFTDpGwWk9wLptX5tN7514U,62169
|
|
309
309
|
mage_ai/data_preparation/models/utils.py,sha256=zAy1CREFEw2xFCyLlBHQObBmlKIW6c8KEG1MyTaYld8,2960
|
|
310
|
-
mage_ai/data_preparation/models/variable.py,sha256=
|
|
311
|
-
mage_ai/data_preparation/models/block/__init__.py,sha256=
|
|
310
|
+
mage_ai/data_preparation/models/variable.py,sha256=toH4BYVYDavjSbTlQWro0uGRAF9bDCcbpbc1UV_XrTI,23889
|
|
311
|
+
mage_ai/data_preparation/models/block/__init__.py,sha256=PepGmKwrV_LyFgxGy09xHf9aMf4tmvRdBdhmCrNByqY,98348
|
|
312
312
|
mage_ai/data_preparation/models/block/constants.py,sha256=jXOliI72z-JjNPixV2mceOi9GHs7NYKCFMgLca3qWTM,1123
|
|
313
313
|
mage_ai/data_preparation/models/block/errors.py,sha256=2h1cT76EvdzJaceO1rfwQwIVLOtCBR40pCnQoPQJ5tM,182
|
|
314
314
|
mage_ai/data_preparation/models/block/utils.py,sha256=OebH-ez6ljw2P8rUzTMlUnLWpXlXrvIfWp36a-pPlHk,25303
|
|
315
315
|
mage_ai/data_preparation/models/block/dbt/__init__.py,sha256=A4s-6MsxRomqMezEE8Sy5yBlniBWKaACIJclzFWc8AI,12521
|
|
316
|
-
mage_ai/data_preparation/models/block/dbt/utils/__init__.py,sha256=
|
|
316
|
+
mage_ai/data_preparation/models/block/dbt/utils/__init__.py,sha256=r7jR7e5E-B8WyzaaiV_FOkWquAfPwW2MOO0_zpZ5SCE,47369
|
|
317
317
|
mage_ai/data_preparation/models/block/extension/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
318
318
|
mage_ai/data_preparation/models/block/extension/block.py,sha256=78sGcXYYn13dWcpZl2xsMqCcRxZ2VVR4XLvnAdRXJUk,2777
|
|
319
319
|
mage_ai/data_preparation/models/block/extension/great_expectations.py,sha256=YjCutv1Gfqb0cTYdeLc8QgbbL3_Gm0nWwd3gTYzFEEU,3476
|
|
320
320
|
mage_ai/data_preparation/models/block/extension/utils.py,sha256=yEUgSNruo6M5YkPP78whpxo9cJK2jCFe5ELrlhS7VzU,1320
|
|
321
321
|
mage_ai/data_preparation/models/block/global_data_product/__init__.py,sha256=f87pMHTgJQbRQV53rUFGmTegp-bLiacMNnrFTy-1H-A,1152
|
|
322
|
-
mage_ai/data_preparation/models/block/integration/__init__.py,sha256=
|
|
322
|
+
mage_ai/data_preparation/models/block/integration/__init__.py,sha256=Bdd2VM17PKVT_XoLJ7ztakUmXGQD9k0uKfzUUlu5iTc,15687
|
|
323
323
|
mage_ai/data_preparation/models/block/r/__init__.py,sha256=-LGeoXPFPPkpJqBDVYimlfSMomSE5Ct3a3kiWX_uc-E,4572
|
|
324
324
|
mage_ai/data_preparation/models/block/r/templates/data_exporter.jinja,sha256=k5MCQgZ75LpcKMA_j9ABvbUIQpU_iDTTtLeiY9Spsio,228
|
|
325
325
|
mage_ai/data_preparation/models/block/r/templates/data_loader.jinja,sha256=pRiRlFCAyLPlqQDJuc9Q8r2FqkaS-K_3Oa-qXdgMepI,312
|
|
@@ -342,7 +342,7 @@ mage_ai/data_preparation/models/custom_templates/__init__.py,sha256=47DEQpj8HBSa
|
|
|
342
342
|
mage_ai/data_preparation/models/custom_templates/constants.py,sha256=1CbpBnb91Iz_f_M2AnT8I0nqgDLdjxfBqBc-QH13V_k,268
|
|
343
343
|
mage_ai/data_preparation/models/custom_templates/custom_block_template.py,sha256=cyC3ZgnlrD-tTZDCdseJQcEANPaOiqXNFSQqd0YKR0U,5406
|
|
344
344
|
mage_ai/data_preparation/models/custom_templates/custom_pipeline_template.py,sha256=_gKE81aIJ9spD3EQlnPWPDQMxaLNV2v5g7PnPjNUlnM,5965
|
|
345
|
-
mage_ai/data_preparation/models/custom_templates/utils.py,sha256=
|
|
345
|
+
mage_ai/data_preparation/models/custom_templates/utils.py,sha256=vQ6U0Nq00JVIp0RH8XymQIP8M_FF6d2xQ1STHzfgECo,2141
|
|
346
346
|
mage_ai/data_preparation/models/global_data_product/__init__.py,sha256=UMq23Ww_TsxwqApJC9GUAWgpXag9WO5tg7cy7Pv_wmU,10914
|
|
347
347
|
mage_ai/data_preparation/models/global_data_product/constants.py,sha256=AN8arLyCWhQOF0IlSytM6X6AWDps6-hbX2mkcCWKC0k,111
|
|
348
348
|
mage_ai/data_preparation/models/pipelines/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -370,7 +370,7 @@ mage_ai/data_preparation/sync/__init__.py,sha256=zxkZXRyuPZsJ6UYlPSc7WKPgwJISX19
|
|
|
370
370
|
mage_ai/data_preparation/sync/base_sync.py,sha256=ISj1quDeDJttBfYw0-YsOc13e5fAMISrQsa1JINLpDU,125
|
|
371
371
|
mage_ai/data_preparation/sync/git_sync.py,sha256=vnpw10YK_0LZiN9jxND3BloZRK0POQ1b9m956efRwvI,1142
|
|
372
372
|
mage_ai/data_preparation/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
373
|
-
mage_ai/data_preparation/templates/constants.py,sha256=
|
|
373
|
+
mage_ai/data_preparation/templates/constants.py,sha256=pAGoLdvZsHgkj_RIbtE8qe7m0ixqGTTtJ3Of-M0pirA,19752
|
|
374
374
|
mage_ai/data_preparation/templates/template.py,sha256=F1I1N7dFuumQPGpJlgvZJHJ10jVdHNeSzD4gkiCe7gQ,9803
|
|
375
375
|
mage_ai/data_preparation/templates/testable.jinja,sha256=i_SSr-xbeZvd-gpUZYdiy_MMa0suckmmn5gfPZOxx3A,333
|
|
376
376
|
mage_ai/data_preparation/templates/utils.py,sha256=239Al1PBiGQoUiSf6hE4Z_FxMITzHs-5W_k-TfzUgEg,2011
|
|
@@ -385,6 +385,7 @@ mage_ai/data_preparation/templates/data_exporters/default.jinja,sha256=7alrU9ll4
|
|
|
385
385
|
mage_ai/data_preparation/templates/data_exporters/file.py,sha256=FLumj58ZiqtxuiXaVvp0tHGpXUBOvrar2sSerjFo8yI,447
|
|
386
386
|
mage_ai/data_preparation/templates/data_exporters/google_cloud_storage.py,sha256=kLzplda63HgKOzvb7DVTcuW0i_oEWIu6gyqqoec2AVI,933
|
|
387
387
|
mage_ai/data_preparation/templates/data_exporters/mongodb.py,sha256=hWC8w9IM0bDJG8DljcoebfVeylBxdiOhZ51ySaElffM,597
|
|
388
|
+
mage_ai/data_preparation/templates/data_exporters/mssql.py,sha256=sS-9KCweI0TjG22QjPrN01_a0hzQqgDzRjXyonVAJIw,1216
|
|
388
389
|
mage_ai/data_preparation/templates/data_exporters/mysql.py,sha256=KaiQQPDPDzzqa1t7kColPsmmZDhODpZ0SI9pyitZb68,1076
|
|
389
390
|
mage_ai/data_preparation/templates/data_exporters/postgres.py,sha256=T_VmF8G1DXrbxcgcntb1cjXmwL6KZmU1ApIV8COveEY,1194
|
|
390
391
|
mage_ai/data_preparation/templates/data_exporters/redshift.py,sha256=66CyEeQyr98OlNm9JDmHG4TL3t0m3UU-pJ5HehlpGag,938
|
|
@@ -414,6 +415,7 @@ mage_ai/data_preparation/templates/data_loaders/druid.py,sha256=Nvn-rCmA1S1yKqnG
|
|
|
414
415
|
mage_ai/data_preparation/templates/data_loaders/file.py,sha256=H0jp7uwr1VACWv0LKeStYwYDbBk-ikD7puHxLQaKXhI,582
|
|
415
416
|
mage_ai/data_preparation/templates/data_loaders/google_cloud_storage.py,sha256=svQJ3bAKtTJO3KIL7adR06NYmtuIxRi_OQkIDFevuB0,898
|
|
416
417
|
mage_ai/data_preparation/templates/data_loaders/mongodb.py,sha256=QKufGA8_6YWzbaryzGrTr0rhMTN58O0Msqw047OHKek,597
|
|
418
|
+
mage_ai/data_preparation/templates/data_loaders/mssql.py,sha256=m5aaiJ5Vud8Q_OIEnbxEdM2mv8CBEnX4pXqtEqMX1gg,857
|
|
417
419
|
mage_ai/data_preparation/templates/data_loaders/mysql.py,sha256=mUrF2PVjOYab-iBzZ--u8NYI8_J7vhINVvSJN6c6gYA,800
|
|
418
420
|
mage_ai/data_preparation/templates/data_loaders/oracledb.py,sha256=FTD5Ys1GSN8HnE6J7Rvy2UR3Qk2DlTR3SUwK-CgUqS4,756
|
|
419
421
|
mage_ai/data_preparation/templates/data_loaders/postgres.py,sha256=ytbSPx8wGx4I2PD23iJ46rTLmHL7xXJMpUS0CY2Ijpk,827
|
|
@@ -514,7 +516,7 @@ mage_ai/extensions/great_expectations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
|
514
516
|
mage_ai/extensions/great_expectations/constants.py,sha256=G0P6zIWyY9E-LqRRFKg7wbEW3fMfjPMjIKiYVosMNI4,374
|
|
515
517
|
mage_ai/io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
516
518
|
mage_ai/io/azure_blob_storage.py,sha256=0A2ChxAsDstT5gcNotecJTqKmzTy_lUIh_9sRKTlYjM,4900
|
|
517
|
-
mage_ai/io/base.py,sha256=
|
|
519
|
+
mage_ai/io/base.py,sha256=56hiJjN6gD7y7ML8BhlQgr0A56CA_8-gBBaRWRs6IrQ,11157
|
|
518
520
|
mage_ai/io/bigquery.py,sha256=J6i9_DFeE4_j26NehY-hYZ76hD3MO2GKmMaNWuAULQ0,15424
|
|
519
521
|
mage_ai/io/clickhouse.py,sha256=hEb9wK1_dB9Cl483BbjM0yR2oiiQ7-g_R_0Rl5bu2Bs,9950
|
|
520
522
|
mage_ai/io/config.py,sha256=Or_wT0rFEsr-PTSQpuxFrwP2ZxGEkqidCsN7pTjngqU,19432
|
|
@@ -525,7 +527,7 @@ mage_ai/io/file.py,sha256=utjld3NWJ6AoTXJQP03SWxPQIEJpIQAUKtrftb1tZxk,2564
|
|
|
525
527
|
mage_ai/io/google_cloud_storage.py,sha256=ij1TeN395izC1eKLz0zQ_4HFT6PzAiQc5apd9i98DuM,6636
|
|
526
528
|
mage_ai/io/io_config.py,sha256=UotqsPwG3EZx31uJWj8IRQhmFnejU6Ok_HIwgX10gtQ,1352
|
|
527
529
|
mage_ai/io/mongodb.py,sha256=7nPsgrGGd-4t4mtLaWKV2ZlxTyvoXrCYRjUfm-pBzr0,3269
|
|
528
|
-
mage_ai/io/mssql.py,sha256
|
|
530
|
+
mage_ai/io/mssql.py,sha256=jVPDIx595wYe9zNqGKC7_3HflY3YpLnfX4HNFDnAJnI,6901
|
|
529
531
|
mage_ai/io/mysql.py,sha256=P_RO7vKP4QAzflwqlusa-1MaoK_BqjKDadjQnPopzBg,5085
|
|
530
532
|
mage_ai/io/oracledb.py,sha256=HwdQg0vnxt0yhyN_Z-r7KQC0fjpkiP_lNkEDe9TOrS8,3567
|
|
531
533
|
mage_ai/io/postgres.py,sha256=MYJaiy_C4hus-KxpenEzRYopIcTsjiBerM4RzwH-lao,13435
|
|
@@ -542,7 +544,7 @@ mage_ai/orchestration/concurrency.py,sha256=fb_Xg_djvQVEfFgUcHISuqHgR-cuOLgA1LaT
|
|
|
542
544
|
mage_ai/orchestration/constants.py,sha256=33dFe_D7RlQ3Ati_hdluObv1PTZjHilVQY0GOgRFXYk,439
|
|
543
545
|
mage_ai/orchestration/execution_process_manager.py,sha256=hKkVMu9FEePh8aT2zOk57gl9VNBsQpvJ9WQZOQ78OhY,3827
|
|
544
546
|
mage_ai/orchestration/job_manager.py,sha256=gVBr8hljfFpnwoInnhbqlTiPVN_VNz5-OepdGJrgHKI,2024
|
|
545
|
-
mage_ai/orchestration/pipeline_scheduler.py,sha256=
|
|
547
|
+
mage_ai/orchestration/pipeline_scheduler.py,sha256=V4bE4UQExSnEYVC_JprJioRDPzDsW-uwxwf4MN0kxrA,58698
|
|
546
548
|
mage_ai/orchestration/run_status_checker.py,sha256=Y9PRm7IYG-JsMNJ1O8DEN-e-zQkWtbF5QG9Esklf60M,2385
|
|
547
549
|
mage_ai/orchestration/backfills/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
548
550
|
mage_ai/orchestration/backfills/service.py,sha256=2jRV2r8b_ZD2OcRaN7TnZw5rUSdk7irK9Rr9-oXk0Rg,5597
|
|
@@ -586,9 +588,9 @@ mage_ai/orchestration/db/migrations/versions/e3593cc2191e_add_key_uuid_to_secret
|
|
|
586
588
|
mage_ai/orchestration/db/migrations/versions/e7beb59b44f9_add_repo_path_to_pipeline_schedule.py,sha256=gvZCXDHJ9xg_maEDJHaKTvq59Zq7mHRmeI32tHTzedM,1127
|
|
587
589
|
mage_ai/orchestration/db/migrations/versions/ec5df57a1c60_add_metrics_to_block_runs.py,sha256=6yGww3f8GptOPgk8i2UfdpJJa3VPrCJMUd8oC4l1jP8,685
|
|
588
590
|
mage_ai/orchestration/db/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
589
|
-
mage_ai/orchestration/db/models/base.py,sha256=
|
|
590
|
-
mage_ai/orchestration/db/models/oauth.py,sha256=
|
|
591
|
-
mage_ai/orchestration/db/models/schedules.py,sha256=
|
|
591
|
+
mage_ai/orchestration/db/models/base.py,sha256=FQsq0iim2o7IBe1p4xdGjE1YkC-mMALDfMNUjh5HOeA,3444
|
|
592
|
+
mage_ai/orchestration/db/models/oauth.py,sha256=w_wS47e00iRzValA3YlMVldKNol-g1d3u1VwmhDPm2A,13202
|
|
593
|
+
mage_ai/orchestration/db/models/schedules.py,sha256=BZmh3IKZR2maCIMgFFD8gMv7MTaQGDy4ff3Id2gEp4w,35513
|
|
592
594
|
mage_ai/orchestration/db/models/secrets.py,sha256=DiL_g4eMrkR5xUW-AKFnhgobYyE8wM2nsoMdM4SC-5c,495
|
|
593
595
|
mage_ai/orchestration/db/models/tags.py,sha256=wUuq0dK-aCO6kCSm1vbig1mCf4Vuc1ZnvGYorP0LEUY,1354
|
|
594
596
|
mage_ai/orchestration/metrics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -624,14 +626,14 @@ mage_ai/sample_datasets/user_emails.csv,sha256=yokgn3bmkkrSZBFC-crJxPXFzKdgLaQbp
|
|
|
624
626
|
mage_ai/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
625
627
|
mage_ai/server/active_kernel.py,sha256=YiYl_IwamkMYg9J2oFQeV76vpwQVZJA6u8ryOTZedMI,2235
|
|
626
628
|
mage_ai/server/app.py,sha256=LjdwgFr3OduHaJOGGPhiGNUGZyYvfYz0OUUe56yfCM8,13229
|
|
627
|
-
mage_ai/server/constants.py,sha256=
|
|
629
|
+
mage_ai/server/constants.py,sha256=XhN5PI71WP6BOhccMy-fVYDI2avZ1393xyqPQaAD9F8,421
|
|
628
630
|
mage_ai/server/docs_server.py,sha256=tz6gqnTUjBACnwcrm33B4p4qVVPkCcKpkvo6BQ_vknc,603
|
|
629
631
|
mage_ai/server/execution_manager.py,sha256=jB8K0_aCO15fZdgE2Kd1zdROiv2VBOLGXWiigvb6rKQ,3457
|
|
630
632
|
mage_ai/server/kernel_output_parser.py,sha256=eOU003y8mkK0w6LmvBNbgrRRZwDTWao2io19UYPO6Co,2436
|
|
631
633
|
mage_ai/server/kernels.py,sha256=Bk_NHLjI05SHVJG91VrUVJqul9VdBFNezWLx6gyyr7w,787
|
|
632
634
|
mage_ai/server/logger.py,sha256=ZQivW37-0K6ty9zOCXQeYfHnSAho-LLvZmSQEI3fOdU,547
|
|
633
635
|
mage_ai/server/scheduler_manager.py,sha256=rY7j6yOEnEE_zMY0-Spt-xp_V6D2pp_pYyXF5bPXehg,2978
|
|
634
|
-
mage_ai/server/server.py,sha256=
|
|
636
|
+
mage_ai/server/server.py,sha256=DtdV1YlMjtX10sA1Jw6XsP720hmTixIi-vIkWcRmDec,18818
|
|
635
637
|
mage_ai/server/subscriber.py,sha256=DiHuAe1xLIhHsiCHD7J4OAVF0jrTcqsE2iO94vV1EjI,712
|
|
636
638
|
mage_ai/server/terminal_server.py,sha256=J9ngsaCM08EKslatIwWIgz1QGd5LO3L3W7NAJuUmWC0,5722
|
|
637
639
|
mage_ai/server/websocket_server.py,sha256=qO9vR_By152SM9ajMZxjceUv-lPB01N4EEqT0HtoDkY,24465
|
|
@@ -652,31 +654,28 @@ mage_ai/server/client/mage.py,sha256=P_uT4tettbdT8eLnjrb6TnBvJ3522RHEUg2sO7KjMzg
|
|
|
652
654
|
mage_ai/server/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
653
655
|
mage_ai/server/data/base.py,sha256=mEenR7pyQ_ETa795RcOx134M6DkSpszcv41FzEu_khM,3862
|
|
654
656
|
mage_ai/server/data/models.py,sha256=K71oIFBs1A3VICS6QIQeF94KkHDu_-XGZRkPnkIWCso,9316
|
|
655
|
-
mage_ai/server/frontend_dist/404.html,sha256=
|
|
656
|
-
mage_ai/server/frontend_dist/404.html.html,sha256=
|
|
657
|
+
mage_ai/server/frontend_dist/404.html,sha256=SIuaksDXUsAv9aO0dJCUOAOlv2niPCovhXorBBWm-qk,9143
|
|
658
|
+
mage_ai/server/frontend_dist/404.html.html,sha256=SIuaksDXUsAv9aO0dJCUOAOlv2niPCovhXorBBWm-qk,9143
|
|
657
659
|
mage_ai/server/frontend_dist/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
|
|
658
|
-
mage_ai/server/frontend_dist/files.html,sha256=
|
|
659
|
-
mage_ai/server/frontend_dist/global-data-products.html,sha256=
|
|
660
|
-
mage_ai/server/frontend_dist/index.html,sha256=
|
|
661
|
-
mage_ai/server/frontend_dist/manage.html,sha256=
|
|
662
|
-
mage_ai/server/frontend_dist/overview.html,sha256=
|
|
663
|
-
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=
|
|
664
|
-
mage_ai/server/frontend_dist/pipelines.html,sha256=
|
|
665
|
-
mage_ai/server/frontend_dist/settings.html,sha256=
|
|
666
|
-
mage_ai/server/frontend_dist/sign-in.html,sha256=
|
|
667
|
-
mage_ai/server/frontend_dist/templates.html,sha256=
|
|
668
|
-
mage_ai/server/frontend_dist/terminal.html,sha256=
|
|
669
|
-
mage_ai/server/frontend_dist/test.html,sha256=
|
|
670
|
-
mage_ai/server/frontend_dist/triggers.html,sha256=
|
|
660
|
+
mage_ai/server/frontend_dist/files.html,sha256=8Nue3MD6gO9MraX7siNUacGCYFX00ACf4q9tKvh0sG0,10620
|
|
661
|
+
mage_ai/server/frontend_dist/global-data-products.html,sha256=RN-KiXJZ5olJ0lJFMlNKhB3kp__VzGfd7ihptJmVgJ0,10275
|
|
662
|
+
mage_ai/server/frontend_dist/index.html,sha256=Is9qMoskD0GWY-JX0bfkXfej9MKgx9rJfbn8n0Qt3SM,7905
|
|
663
|
+
mage_ai/server/frontend_dist/manage.html,sha256=M3XYSfXko_ri-8OMG1NDZ1bEWtQHXJHb1-koR45UQRw,10315
|
|
664
|
+
mage_ai/server/frontend_dist/overview.html,sha256=LMSTFdnrCpwy0SnKq6yjbWL6npul1_LGU384NpxIVsE,11330
|
|
665
|
+
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=fhD2gVFsiRyB_KLgZD7CQbp5TAjjArHkYL2tEwhxt0o,10176
|
|
666
|
+
mage_ai/server/frontend_dist/pipelines.html,sha256=ksVfMBU90XDsWsuSUZWgLyunOVoDFzKA-dcbdjVn9-Y,11099
|
|
667
|
+
mage_ai/server/frontend_dist/settings.html,sha256=7KPvXSHrJubRYctpPFRZodscsaVSlVeL87ybLJEwPO8,7977
|
|
668
|
+
mage_ai/server/frontend_dist/sign-in.html,sha256=TgGKTg2XJIcaqRU3mDem92EPFiFLxpA_1BETUAw173Y,18766
|
|
669
|
+
mage_ai/server/frontend_dist/templates.html,sha256=nGwD4hSzqS7w36KT2pU4GtO4AAmzWg25xvdm0teG11E,11099
|
|
670
|
+
mage_ai/server/frontend_dist/terminal.html,sha256=_dDxbfF2uWhWWGT3-3F8ViP6HLLNvxPSuNJ7MGcsEkU,9927
|
|
671
|
+
mage_ai/server/frontend_dist/test.html,sha256=kbDQwOh6gVQTEB8HMMwEmFTK8cTUYcybabjCNRkUwqE,8328
|
|
672
|
+
mage_ai/server/frontend_dist/triggers.html,sha256=f7OpiRb0UFt5DsUp5MMNAjLPmNkAMFb2odmZviATb9I,10005
|
|
671
673
|
mage_ai/server/frontend_dist/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
672
|
-
mage_ai/server/frontend_dist/version-control.html,sha256=
|
|
673
|
-
mage_ai/server/frontend_dist/_next/static/
|
|
674
|
-
mage_ai/server/frontend_dist/_next/static/O4HzlRY2U3Q47jF8s3D-E/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
|
|
675
|
-
mage_ai/server/frontend_dist/_next/static/O4HzlRY2U3Q47jF8s3D-E/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
676
|
-
mage_ai/server/frontend_dist/_next/static/chunks/1005-ee665ba499795660.js,sha256=aVdROuE9Wcx7hAfLpUOXyMWMhzuXQFWJBomAx9Dm6Ok,29955
|
|
674
|
+
mage_ai/server/frontend_dist/version-control.html,sha256=NnVdXJLllTk19plpsnhHQTBgnjvnkH586pIIQONFFLo,10494
|
|
675
|
+
mage_ai/server/frontend_dist/_next/static/chunks/1005-a2f0e3ee378ef02b.js,sha256=5i2f0k3QmScKEXLhJZEXqKFtokhLuYNO5FANNJ3GOTU,30489
|
|
677
676
|
mage_ai/server/frontend_dist/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
|
|
678
677
|
mage_ai/server/frontend_dist/_next/static/chunks/1240.0819f45820d22263.js,sha256=J0T6Hf6bUPCYwHY9ldwKtZyEe2sZjt7Z0JySRGK5Tno,6458
|
|
679
|
-
mage_ai/server/frontend_dist/_next/static/chunks/1424-
|
|
678
|
+
mage_ai/server/frontend_dist/_next/static/chunks/1424-fca78f21a81a7183.js,sha256=Ax3kkfxs3JNBIsVS6u6KNQm2leBQYSt5XZhZKkwj27s,107604
|
|
680
679
|
mage_ai/server/frontend_dist/_next/static/chunks/1450.d383f64c169d4278.js,sha256=Wta_dDXv2gjlzEgdcOzHlEzECgj6-0a4PCMqT9gaEck,5290
|
|
681
680
|
mage_ai/server/frontend_dist/_next/static/chunks/1484-87d4d4a698ac63dc.js,sha256=7tjS45B7EHrLLP0EOmLjHBV85PWBWce-NBPxlejEQAY,176604
|
|
682
681
|
mage_ai/server/frontend_dist/_next/static/chunks/1774-aa51ef1da7217ff9.js,sha256=wuaRR85vM6iruElj1WdTsltMpISo9jg7SdQbs1Rw03U,8652
|
|
@@ -687,12 +686,12 @@ mage_ai/server/frontend_dist/_next/static/chunks/2545.8371b39c898ae92b.js,sha256
|
|
|
687
686
|
mage_ai/server/frontend_dist/_next/static/chunks/261.0a24b4ece1d29aa1.js,sha256=r4nrqe_UqAeacSU7R5eNrt1pLpaq5emR24u4YCScmdc,10519
|
|
688
687
|
mage_ai/server/frontend_dist/_next/static/chunks/266.e301071d22592682.js,sha256=iP7r9afOmCfCOErl59zVuDXUrXy3rU1T-l9hMcOeW0o,2226
|
|
689
688
|
mage_ai/server/frontend_dist/_next/static/chunks/2714-1e79e9f2e998b544.js,sha256=05020XrbnuhL8gtBtnmoWlxA9r837LD2I8SBiDSRW30,9689
|
|
690
|
-
mage_ai/server/frontend_dist/_next/static/chunks/2786-
|
|
689
|
+
mage_ai/server/frontend_dist/_next/static/chunks/2786-756b3834d10b8711.js,sha256=s2ZlLsYH6fuQLm1NCQZUF7r-f68XebINvBdlmsiuNg8,9910
|
|
691
690
|
mage_ai/server/frontend_dist/_next/static/chunks/2834-d2a1c03968995e8e.js,sha256=2GCLjR_BNqu5gan-BDOJuZBLNhtkR4UJiyYdokB39pI,12601
|
|
692
691
|
mage_ai/server/frontend_dist/_next/static/chunks/29107295-989a0767a635d9d5.js,sha256=uFc2UgaKJ9q_NXBLc5d8rBJfHVQWwr4Vh0F6AcCsVMI,71691
|
|
693
692
|
mage_ai/server/frontend_dist/_next/static/chunks/2920.fb0b924e801abbd0.js,sha256=TYafTt9uy29sLP_vLbMhlAuXoh5EmHS9OsjYoFk2fTo,243759
|
|
694
693
|
mage_ai/server/frontend_dist/_next/static/chunks/2991-d0b13a172f9c1dcd.js,sha256=ALvzc2weB99pXfEASeab-Z-mySB8xS0EEToaTiKbaH0,17462
|
|
695
|
-
mage_ai/server/frontend_dist/_next/static/chunks/3391-
|
|
694
|
+
mage_ai/server/frontend_dist/_next/static/chunks/3391-e1578fe1bdb5a557.js,sha256=bmKJnYSGDBG3CfK2EFj33KMJswJa4X4LoGu_3dO-wcY,11806
|
|
696
695
|
mage_ai/server/frontend_dist/_next/static/chunks/3453.992f4b1667e9882c.js,sha256=PYm5SZCBWpX2kOafRCgG3R9I0Wo8KIW6R0jJ_5-XFCI,3524
|
|
697
696
|
mage_ai/server/frontend_dist/_next/static/chunks/3467.38cd0654ba6f788f.js,sha256=GSh5dCIP7HWFJuchJzpPUJ6TyI3coksbiZwKftDZms8,1618
|
|
698
697
|
mage_ai/server/frontend_dist/_next/static/chunks/3835.df296b4e4078e985.js,sha256=kD2QFPxjs1XDTi-3diXwSlgCno80VqrgU6OL80IHC6M,30652
|
|
@@ -724,7 +723,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/5896-42c94d54cd2c5706.js,sha256
|
|
|
724
723
|
mage_ai/server/frontend_dist/_next/static/chunks/6042.c59010de9e699437.js,sha256=-NvZDftMpENw_cI5W1mFWKELuvdwk0C7GOthSVzyK-4,1867
|
|
725
724
|
mage_ai/server/frontend_dist/_next/static/chunks/6115.0c85e507543394ea.js,sha256=bx0LipgCs8t7iiLta6IKf6uQtCa08tljnDkkfT5etXQ,2203
|
|
726
725
|
mage_ai/server/frontend_dist/_next/static/chunks/6116.871a682ddf535aca.js,sha256=PAdFxBqxuDB05EFqMxacaKmuQIJrUB160PcnFnxJrHA,17641
|
|
727
|
-
mage_ai/server/frontend_dist/_next/static/chunks/6299-
|
|
726
|
+
mage_ai/server/frontend_dist/_next/static/chunks/6299-9b785c07dacf22b3.js,sha256=0oDXYtZ8q2vvoMAJx-RMhdpblrDGAVmYSlzSvbrdtXY,26309
|
|
728
727
|
mage_ai/server/frontend_dist/_next/static/chunks/6422-0cdd6e596dcd43b6.js,sha256=R52kJW5YASVLow70RR5AK_-4B0249ls-0DcmSxNbUUM,24735
|
|
729
728
|
mage_ai/server/frontend_dist/_next/static/chunks/6434.10380ee0968636ba.js,sha256=JIfRFaYohRHyb474neDPA5ylFsL7XWQznS5KXWHDT4o,1467
|
|
730
729
|
mage_ai/server/frontend_dist/_next/static/chunks/6443.7b6d2b4e51018184.js,sha256=sEFAlLLjeX71zwLBY-FEq9UP4jjUsNOODO8rz3nHOjc,2315
|
|
@@ -734,7 +733,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/6958.8f39c585d36737a7.js,sha256
|
|
|
734
733
|
mage_ai/server/frontend_dist/_next/static/chunks/7011-81dd8269c4806d26.js,sha256=wq9OocQMGMRAB8j-7wDEfyckMzrjFKK-anU50QG1p2w,23228
|
|
735
734
|
mage_ai/server/frontend_dist/_next/static/chunks/72fdc299.2d5ec188af5d0049.js,sha256=-PtOMTGLTIR4EbLGpjPy9qcEZ6EgWfTVNFI_lJHdFCw,1409747
|
|
736
735
|
mage_ai/server/frontend_dist/_next/static/chunks/739.3d24945544b37e52.js,sha256=0hHH3YUwHMf_QXqImKNGmk0APmITTmotAht-myKuSLY,3506
|
|
737
|
-
mage_ai/server/frontend_dist/_next/static/chunks/7496-
|
|
736
|
+
mage_ai/server/frontend_dist/_next/static/chunks/7496-7e4dd11e3f3b8e79.js,sha256=NcPopaXe0EBmyBmdM8Y1SBS8E9WgZ-HiiFukjKeWWkk,12689
|
|
738
737
|
mage_ai/server/frontend_dist/_next/static/chunks/7722-76c724a66240561b.js,sha256=_laq2qfw0c4F-XyRoiQOtJwPoJv3pKMgEMVmEISsfgs,11641
|
|
739
738
|
mage_ai/server/frontend_dist/_next/static/chunks/7768-2325216ed654ad05.js,sha256=Edvn7eVrGeabXyM2tTP1Xb5ZJSixhOWO6QCkubsPdi4,42906
|
|
740
739
|
mage_ai/server/frontend_dist/_next/static/chunks/7815-8b68b0eb665fcd2d.js,sha256=IfmLU4qhlOfOZJn1sNbWWBrmy5pNqzZBW2EBCOeU4Vc,17112
|
|
@@ -756,7 +755,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/8807.a68c69c8fe0a8c01.js,sha256
|
|
|
756
755
|
mage_ai/server/frontend_dist/_next/static/chunks/8849.db0d50b4d84b09a6.js,sha256=iSCB9o5hd-_P0fsbwlTyekDkkTOwdyzBPtskoUSUpbc,3020
|
|
757
756
|
mage_ai/server/frontend_dist/_next/static/chunks/8901.21d26d5a1ee473fe.js,sha256=X4nOLltfBeh8tQ_X5YRS9SB43r857SG1kBuJjNrKOh8,4240
|
|
758
757
|
mage_ai/server/frontend_dist/_next/static/chunks/8920.5700e380a2999098.js,sha256=RGvPzExXEFaDQYehD5SQTf1r9XRwqfkf5bIUaZ-l7q8,9937
|
|
759
|
-
mage_ai/server/frontend_dist/_next/static/chunks/8952-
|
|
758
|
+
mage_ai/server/frontend_dist/_next/static/chunks/8952-050e60a8b1eaa32a.js,sha256=flkPRk7odBi7KsgB3e2g96Seh_k-h7hKl4YRwdW0oa0,28106
|
|
760
759
|
mage_ai/server/frontend_dist/_next/static/chunks/9055-d0d25298cb5f4e45.js,sha256=xr7UTu53xds6rJY1K6McfC_hE4RwFcfiXqzku8Ar-T0,82014
|
|
761
760
|
mage_ai/server/frontend_dist/_next/static/chunks/9258.6c6ef544c701a011.js,sha256=Sd-pfR7PFDVoiqfxr5sl61hVIm2qxz5rYYpJ3GGLI4k,8406
|
|
762
761
|
mage_ai/server/frontend_dist/_next/static/chunks/9307.d4baf7aebbcef1f0.js,sha256=XcyG4VF1oJ4zaD2bX8-MQ8r4cfeDmkaIj60zLyAjUkk,2131
|
|
@@ -766,7 +765,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/9404-1fb0792716d46efc.js,sha256
|
|
|
766
765
|
mage_ai/server/frontend_dist/_next/static/chunks/9437.a3c32f45cf9ef69b.js,sha256=UurJl-fsdUw2nmOjc-nnhyVMkXj8okl6vySDFRzkTwM,1655
|
|
767
766
|
mage_ai/server/frontend_dist/_next/static/chunks/9464-84f4879568c00a93.js,sha256=IXLZseq4ZGqPF-EhgyTQUtDrUPwiqbct045uaTrEmzA,17683
|
|
768
767
|
mage_ai/server/frontend_dist/_next/static/chunks/9566.f8bd24768ed14ecb.js,sha256=pAqGV5kPouj_0KzWBivKGBEFobLIBTSrZKfUkkWW6G0,1963
|
|
769
|
-
mage_ai/server/frontend_dist/_next/static/chunks/9605-
|
|
768
|
+
mage_ai/server/frontend_dist/_next/static/chunks/9605-9332e1686c46da7d.js,sha256=t_OofAuWorr1GOT1Bg0z7z7pHAp6ttg3kveoRRXvdYY,47585
|
|
770
769
|
mage_ai/server/frontend_dist/_next/static/chunks/9633.40e5056ca1e2b22a.js,sha256=l3eB2vxSznwceaADgJcllaCAlPPxbpxZmXJdijIyGS8,3826
|
|
771
770
|
mage_ai/server/frontend_dist/_next/static/chunks/9785.5ff26cb26d84d6a1.js,sha256=QnustHrope1ywzpuSb1cjyNZVVyAnckRZIjy69i1mw0,1428
|
|
772
771
|
mage_ai/server/frontend_dist/_next/static/chunks/9855.c4394a68322be9f8.js,sha256=onaKYV-BmOzBmZD_XErY6mN85RN44kegIthhmGew1ag,3480
|
|
@@ -777,9 +776,9 @@ mage_ai/server/frontend_dist/_next/static/chunks/framework-7c365855dab1bf41.js,s
|
|
|
777
776
|
mage_ai/server/frontend_dist/_next/static/chunks/main-714e8aae7672e1fc.js,sha256=LpMgP6bg_6notxE_lfAAp45VVSghkWPtgsvJm1g4LnY,87674
|
|
778
777
|
mage_ai/server/frontend_dist/_next/static/chunks/polyfills-5cd94c89d3acac5f.js,sha256=fLWoemwNBaqyJFy_aiatrYDNMiVA1fY2Dd5iG_kidD8,91434
|
|
779
778
|
mage_ai/server/frontend_dist/_next/static/chunks/webpack-8f51011a10b384a1.js,sha256=O9cTRXsMj3ECWACnw6kLJUM0v-sYCC8ocyDCNpQSYRg,5196
|
|
780
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-
|
|
779
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-9dae6fa5126cf001.js,sha256=HJsp_gL6EmtVjvc0zD3hB526sfwc9J1ymBwXVwec9c8,471989
|
|
781
780
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/_error-235304e5badb19eb.js,sha256=UnruNRSRVtmbfIswQ7oYMowKiJmeSublFaxDjRHcFGo,3190
|
|
782
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/files-
|
|
781
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/files-03841b6dd7d240f6.js,sha256=bpbApyVYmI6lf0T8kjkurnM4mwXX7Bds5K8sIcPgkyI,31958
|
|
783
782
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/global-data-products-2756fe6d9decae4a.js,sha256=uHXaw6QzDS4Ri4VGX_dOMrgT8Z7WP2rwv1fHw5AnL8o,3221
|
|
784
783
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/index-32917acd76697307.js,sha256=6Cis-QG_fFY0sGNOU3eK5PTXqspc0FEZEZAuP6BTm9o,987
|
|
785
784
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-6815a3ece7dc1678.js,sha256=NlaWyRurs7jGGjpHduEik2z8XGMt5L1AvCGP0RCpGxo,27938
|
|
@@ -791,33 +790,36 @@ mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-a5e9561a6c0d2e38.
|
|
|
791
790
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/templates-ce2a29d477a6ce94.js,sha256=gSY4HNCesxPZwIP1MQTf2E5eARTuvWsl4YOIGq3BTqM,4947
|
|
792
791
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-d483cf913167fd8d.js,sha256=rb-lF5rjziN2RW7SX-nP6NVwHazmHAGXCjHnt5dR6mI,5539
|
|
793
792
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/test-b24d77dc84843924.js,sha256=kn2zoiD4YrqkFMXnnCKxRsHsh_uaX3O81xDNErMtBvk,8851
|
|
794
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-
|
|
793
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-71bbb30dd9b57f80.js,sha256=PK98YyzOvTf3iGNElOSJDE13hfXgFT9pGsxd_XEn3JU,20331
|
|
795
794
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/version-control-1dc780d52fbd1573.js,sha256=ow3Uv0Bu0n7XSBMRd-B5D4NnP1wHadyEy5KZFIWAbug,48141
|
|
796
795
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/global-data-products/[...slug]-6d3d53624debede6.js,sha256=RZdbyTitrpZt3xWBKvFyt-AX7yaZGkAfovJ0qu4Y-ro,1520
|
|
797
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/settings-
|
|
796
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/settings-6e2c0e3f818fd4de.js,sha256=26PgQ6zgYV8ddcPUMQKuQ2Hs4rRiFhSRehMvF_x2TfY,18437
|
|
798
797
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users-ec748f838b7b8fad.js,sha256=v8sJuNvThyVfYKrrtsq2eX4v-yGF0Qulyb7qPfugb80,14051
|
|
799
798
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/[user]-3b502aa6d1a04cad.js,sha256=TReCeceFxFTTRjxyrIozbDBWiKLVpzy7TEC2W2mduVk,6647
|
|
800
799
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/new-dd41d718cbb5990c.js,sha256=5U8ggA90sue3O7vjRDWtmIwqslFPONOwU_BzzM91ufo,2626
|
|
801
800
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js,sha256=arFIXJ6FXE4wpSHaC9BqqNdLafoSrmjlrjmQBB1UR2U,4526
|
|
802
801
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-b8b4bed1e8e50068.js,sha256=NZMZ2YIoCeH0eDx1Xi0VtO-REEVV5Yp-0Je02wVl1kU,19055
|
|
803
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-
|
|
804
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-
|
|
802
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-6e59dc4e57dd2680.js,sha256=DDV6RrPqgpoPwBFNQqKccdbX8LmdRuL7WwFfnjFhKmc,309219
|
|
803
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-02295848c811e26a.js,sha256=Ks2nB2uu0XSlZ7gTx5-zXPYx3a9KkIKXk8cgAXEQnAw,36710
|
|
805
804
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-9fa0c4ce1c921a41.js,sha256=3sctLnl-0MAOrAPcq9aCOJAjBKiROsf4cJ57taPVac0,12520
|
|
806
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-
|
|
805
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-4a2671811a153411.js,sha256=RMUj2LuLWn_PCTN7gpJPN70gLD-ynsuOWWr0C3H6Wq0,18912
|
|
807
806
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-8872a6e00280f58c.js,sha256=laiv-qVV1URHrm_Hg9yH9mfFDhGe8GJ7eZ0HVrSXKDo,19874
|
|
808
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-
|
|
809
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-
|
|
807
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-484581ae34a1c596.js,sha256=I7e5v_fYe3RtxTePv6y02Sbgw4h48Ef__Q3FbNjQQ_E,37780
|
|
808
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-624a2d7cbe6303b4.js,sha256=3nJePjLySs9NjxEl1mlpJ1ZksGDBLQo_-UpAzYeEOd4,29362
|
|
810
809
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-07e4a3a674e83578.js,sha256=3XtJKGfjMvOjfmBAQ_EpciNW1o9gW6x6DWpt1o015Qg,30834
|
|
811
810
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-d87d0c21758a2d7c.js,sha256=lYsISBH9g1VUpS10fRbnUaVkabe5gY75LOwlbWc7K0c,14001
|
|
812
811
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-68e1b861ef4fc0d7.js,sha256=yBoT9xc65Mvolba8nxSZoZC79YiXZYCkBOkpxQwpmB4,20805
|
|
813
812
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-d5ef19ca1f9931de.js,sha256=PTwR-9gmrkSIIigGB2bs3jJKm0HNLJI6KciHOQ2JYgA,9762
|
|
814
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-
|
|
813
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-91889109af36a793.js,sha256=aBQ9FeJjN8itUdDPatdVeGksIKuUNT04PrmmzB_bfzM,65275
|
|
815
814
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-c3ff06a12baa40a2.js,sha256=_nhOWzyxHOK5NAMSKvdkemghlVxftRwCn4N-V0A9tOg,8622
|
|
816
815
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-60b4398d7ae00206.js,sha256=n_29dCENdOWHe0olfJU0JAHb3IMVBZhQ1yn03YpHW_k,24617
|
|
817
816
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync-data-05b53444f0e7449b.js,sha256=PXYIYx4qRwdvGg2sujPRajCLBYEv0KyY0sn4ZazroFQ,23280
|
|
818
817
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-89429fea9d64e29d.js,sha256=sEYRuAiSC8LqPbzz8j3aLWe5_VDxjOo-gkJvalMbwU8,9350
|
|
819
818
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/templates/[...slug]-c21b269750441494.js,sha256=rf_6MKWv7QFAqk5bvfd_nbHqfQ7S86oXGq5PnNCvzds,5170
|
|
820
819
|
mage_ai/server/frontend_dist/_next/static/css/d1e8e64d0b07af2f.css,sha256=mdjfcNHDQ5vXWn5xHrFvRm2QTQUGZlPrrUb0ELexj2g,15565
|
|
820
|
+
mage_ai/server/frontend_dist/_next/static/h5mR3pjfn_EQy348CZ_ok/_buildManifest.js,sha256=OiuHPPQVb20ZZVXkE3nz-2Gw53LSjDrDAPOj7ncS-lA,6948
|
|
821
|
+
mage_ai/server/frontend_dist/_next/static/h5mR3pjfn_EQy348CZ_ok/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
|
|
822
|
+
mage_ai/server/frontend_dist/_next/static/h5mR3pjfn_EQy348CZ_ok/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
821
823
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
|
|
822
824
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
|
|
823
825
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Medium.ttf,sha256=lwkfkGI2YftPeXnBDRiPMPSAbYzjJrC8jRrMedzCDY8,283684
|
|
@@ -855,7 +857,7 @@ mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-SemiBold.ttf,sh
|
|
|
855
857
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-SemiBoldItalic.ttf,sha256=4xNDNrikIhglWYAoOlb2LjyYeDo5Gh0G52A72papgR4,93940
|
|
856
858
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-Thin.ttf,sha256=zlgstcLhG4408Fo8JS7sZRC6Mt2XftUXpop3Ja8FywI,87872
|
|
857
859
|
mage_ai/server/frontend_dist/fonts/Roboto_Mono/static/RobotoMono-ThinItalic.ttf,sha256=JfREOX6nw1mHlEYBq_j9_7rLfI3CIcQ5bOBytV-pUi8,93056
|
|
858
|
-
mage_ai/server/frontend_dist/global-data-products/[...slug].html,sha256=
|
|
860
|
+
mage_ai/server/frontend_dist/global-data-products/[...slug].html,sha256=LHVAvW1z7furWfcDr2jbZyN5n7fKB8Wm3G0NBTTJYGo,10276
|
|
859
861
|
mage_ai/server/frontend_dist/images/backfill.jpg,sha256=0cUfwkvBISDC9yXxiDV7o2RPqKI_9OIydX90gw54azk,4404
|
|
860
862
|
mage_ai/server/frontend_dist/images/banner-shape-purple-peach.jpg,sha256=b6fpPLZfxxm7hiWf6Ci1Dv01P3d68k0eK_uu4v43Vss,4854
|
|
861
863
|
mage_ai/server/frontend_dist/images/dashboard-api-key.webp,sha256=5IwOoTLp3RKDrHVQsdCADoQkjcTbh5MTZGqlgyqcXNk,57024
|
|
@@ -866,51 +868,51 @@ mage_ai/server/frontend_dist/images/blocks/grey_block.webp,sha256=cAGmkcJ6edDr3B
|
|
|
866
868
|
mage_ai/server/frontend_dist/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
867
869
|
mage_ai/server/frontend_dist/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
868
870
|
mage_ai/server/frontend_dist/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
|
|
869
|
-
mage_ai/server/frontend_dist/manage/settings.html,sha256=
|
|
870
|
-
mage_ai/server/frontend_dist/manage/users.html,sha256=
|
|
871
|
-
mage_ai/server/frontend_dist/manage/users/[user].html,sha256=
|
|
872
|
-
mage_ai/server/frontend_dist/manage/users/new.html,sha256=
|
|
873
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=
|
|
874
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=
|
|
875
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=
|
|
876
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=
|
|
877
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=
|
|
878
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=
|
|
879
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=
|
|
880
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=
|
|
881
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256
|
|
882
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=
|
|
883
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=
|
|
884
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=
|
|
885
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=
|
|
886
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256
|
|
887
|
-
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=
|
|
888
|
-
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=
|
|
889
|
-
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=
|
|
890
|
-
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=
|
|
891
|
-
mage_ai/server/frontend_dist/templates/[...slug].html,sha256=
|
|
892
|
-
mage_ai/server/frontend_dist_base_path_template/404.html,sha256=
|
|
893
|
-
mage_ai/server/frontend_dist_base_path_template/404.html.html,sha256=
|
|
871
|
+
mage_ai/server/frontend_dist/manage/settings.html,sha256=7RGUYDfycBIKPYXUX3r2fNotg9JdbipKrKQ0SQKdMpE,10333
|
|
872
|
+
mage_ai/server/frontend_dist/manage/users.html,sha256=E0PPvgsSmm1SIT3ooT5k026WS_hh20RDJMVi4POWELY,10015
|
|
873
|
+
mage_ai/server/frontend_dist/manage/users/[user].html,sha256=btfacmr20uNGUyycjfHNahWrmFeS-J5M3dU06FuXxAc,10121
|
|
874
|
+
mage_ai/server/frontend_dist/manage/users/new.html,sha256=XcBS_G82b3iwoV4d2jWM-wuVxbq0RIL4Q8Nex0lpyU4,10023
|
|
875
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=VrI3QTbmUhwvoiQlo5v8oVqa3fNC19zJv1rHxFKXNSE,8019
|
|
876
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=EItLWehXYngKUP4jLpNWKIOGZg_Rhml1IF1veoXow1Y,10211
|
|
877
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=3zvtYb9XGhqGuDlevRHqP-y0t8MApncgWrjmZPHjET4,10083
|
|
878
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=aQDaXDFZQKrmF02W0h9g4FTRt7J6bWuGKgZ0SSznDhk,10590
|
|
879
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=_ouHvqpWcQfxSawjKE7pvLHzHJd_6kZt-wFE1Qr3I-M,10443
|
|
880
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=xKjGM-GPGWSeAuAt4NKKEOyYp9BtcWCx3YmldWXDHHk,10824
|
|
881
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=9G5JFFM4z0grE9zQklka7nO1I29F922kTHkeLgbYpa4,10209
|
|
882
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=TMrlOfnvNFBseovKS9CgNH7O0ane5ZYxCmhAN_1CHag,10203
|
|
883
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=-lxU_p2ZYBrjPuHl4PP_nMGDPpngPToXvUZ-JwXTNAA,10520
|
|
884
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=v9TSTNUrtwsdtuaDAhBpDLHuqwR1M3ci1xxm03kPNvY,10844
|
|
885
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=5vM0kRaW2bhsOudYXhJtQ-J_wpKeTPont__jWaQO7Vs,10465
|
|
886
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=ZuGJw0Wo3IhLJ639u_LoOt5d17Qs9KRxpI3hzvFGLhc,10553
|
|
887
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=nmQJ-LJYBXQGpPJ7Cfp8P_ujTxmtDhJgJxnV8OqHQXs,11168
|
|
888
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=-7vbaefFb2wrCuSU1aWI9l_FXcY_QrDyhm6GS68_8Cc,10920
|
|
889
|
+
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=FTUV_wQeyhc3qh1p986DTVhsRFyIByHSHpQXRlSa0r8,10037
|
|
890
|
+
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=i_6yw6PiMpVWajSAT_tCnYBGDgFDbgwHRvvTbEP9we0,9971
|
|
891
|
+
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=WVnmN-E8vFEgqwnoWSVnS4XXfEyhRqtZa_gcx7ejT0E,9967
|
|
892
|
+
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=z-kgUaiOWQ-p1_QPM59VF21bLZ63pwMLGm3uj6KivZQ,10115
|
|
893
|
+
mage_ai/server/frontend_dist/templates/[...slug].html,sha256=FxkiQTYHbf8mpov7soTfd_XHOeX8drrO6hPnL6il_9g,11033
|
|
894
|
+
mage_ai/server/frontend_dist_base_path_template/404.html,sha256=zoMNS_fQP1eE347KijAHXD9TOtfNe24U5k9Pp5Yv8VA,9616
|
|
895
|
+
mage_ai/server/frontend_dist_base_path_template/404.html.html,sha256=zoMNS_fQP1eE347KijAHXD9TOtfNe24U5k9Pp5Yv8VA,9616
|
|
894
896
|
mage_ai/server/frontend_dist_base_path_template/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
|
|
895
|
-
mage_ai/server/frontend_dist_base_path_template/files.html,sha256=
|
|
896
|
-
mage_ai/server/frontend_dist_base_path_template/global-data-products.html,sha256=
|
|
897
|
-
mage_ai/server/frontend_dist_base_path_template/index.html,sha256=
|
|
898
|
-
mage_ai/server/frontend_dist_base_path_template/manage.html,sha256=
|
|
899
|
-
mage_ai/server/frontend_dist_base_path_template/overview.html,sha256=
|
|
900
|
-
mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html,sha256=
|
|
901
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines.html,sha256=
|
|
902
|
-
mage_ai/server/frontend_dist_base_path_template/settings.html,sha256=
|
|
903
|
-
mage_ai/server/frontend_dist_base_path_template/sign-in.html,sha256=
|
|
904
|
-
mage_ai/server/frontend_dist_base_path_template/templates.html,sha256=
|
|
905
|
-
mage_ai/server/frontend_dist_base_path_template/terminal.html,sha256=
|
|
906
|
-
mage_ai/server/frontend_dist_base_path_template/test.html,sha256=
|
|
907
|
-
mage_ai/server/frontend_dist_base_path_template/triggers.html,sha256=
|
|
897
|
+
mage_ai/server/frontend_dist_base_path_template/files.html,sha256=LCCQ_qdbs-QzIhwmtxvo0-vPqAe7fC8AKUPbJbrXpwc,11549
|
|
898
|
+
mage_ai/server/frontend_dist_base_path_template/global-data-products.html,sha256=mr0triq2oU_qXLMMoDzCS_A-AQs_OvAppcjLV4uZpco,11014
|
|
899
|
+
mage_ai/server/frontend_dist_base_path_template/index.html,sha256=Mt3IBphcIpVYybGvrmWGVGN4pWjISylX40Z9ckR0xec,8378
|
|
900
|
+
mage_ai/server/frontend_dist_base_path_template/manage.html,sha256=MOWtftuAATewwkB1vQRlgz3q3NnqjrI5xxT37hX6ApU,11092
|
|
901
|
+
mage_ai/server/frontend_dist_base_path_template/overview.html,sha256=zH7TKyK4HmUy-XKSTLQ1FZtWWcQmirZaXLLPpLxv5CM,12601
|
|
902
|
+
mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html,sha256=rzgTj1dZP1a6N4yQdDtj6PcO-BWgDopAQAblIymJGc8,10877
|
|
903
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines.html,sha256=A9Pc3zjDC7KFIux19GnQ-QRht3JVOn3X8ALQjiYSQVY,12256
|
|
904
|
+
mage_ai/server/frontend_dist_base_path_template/settings.html,sha256=5ZulRZFwIx6arTLx0I9cb7brQH77iCJDi2CnPUjscjc,8450
|
|
905
|
+
mage_ai/server/frontend_dist_base_path_template/sign-in.html,sha256=IySozqTvCB3y1613Ue6cyTLLZe943-XJi0tDla4oPDw,19391
|
|
906
|
+
mage_ai/server/frontend_dist_base_path_template/templates.html,sha256=68LVLe7dxUk-7_kSuvJ5WU4DcuPelRM35eon7RwqX0Q,12256
|
|
907
|
+
mage_ai/server/frontend_dist_base_path_template/terminal.html,sha256=KWtskehpEP09yMi_LiVXenSuN8aqTpPFB5ddUhxt4o8,10514
|
|
908
|
+
mage_ai/server/frontend_dist_base_path_template/test.html,sha256=ubBuCUQjHbAMaPC1Q2J2rtN6tVyiezTQZmA3qKY8EbQ,8839
|
|
909
|
+
mage_ai/server/frontend_dist_base_path_template/triggers.html,sha256=hX2pB9PrLPPfKhja7ufm8GjAbOA_ubpGGWUlbzaCUuQ,10630
|
|
908
910
|
mage_ai/server/frontend_dist_base_path_template/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
909
|
-
mage_ai/server/frontend_dist_base_path_template/version-control.html,sha256=
|
|
910
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1005-
|
|
911
|
+
mage_ai/server/frontend_dist_base_path_template/version-control.html,sha256=FNIJCOByp_pIyTyriVW-roP7Znk_eRN4N16GAkoInDw,11347
|
|
912
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1005-a2f0e3ee378ef02b.js,sha256=5i2f0k3QmScKEXLhJZEXqKFtokhLuYNO5FANNJ3GOTU,30489
|
|
911
913
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
|
|
912
914
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1240.0819f45820d22263.js,sha256=J0T6Hf6bUPCYwHY9ldwKtZyEe2sZjt7Z0JySRGK5Tno,6458
|
|
913
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1424-
|
|
915
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1424-fca78f21a81a7183.js,sha256=Ax3kkfxs3JNBIsVS6u6KNQm2leBQYSt5XZhZKkwj27s,107604
|
|
914
916
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1450.d383f64c169d4278.js,sha256=Wta_dDXv2gjlzEgdcOzHlEzECgj6-0a4PCMqT9gaEck,5290
|
|
915
917
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1484-87d4d4a698ac63dc.js,sha256=7tjS45B7EHrLLP0EOmLjHBV85PWBWce-NBPxlejEQAY,176604
|
|
916
918
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1774-aa51ef1da7217ff9.js,sha256=wuaRR85vM6iruElj1WdTsltMpISo9jg7SdQbs1Rw03U,8652
|
|
@@ -921,12 +923,12 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2545.8371b39
|
|
|
921
923
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/261.0a24b4ece1d29aa1.js,sha256=r4nrqe_UqAeacSU7R5eNrt1pLpaq5emR24u4YCScmdc,10519
|
|
922
924
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/266.e301071d22592682.js,sha256=iP7r9afOmCfCOErl59zVuDXUrXy3rU1T-l9hMcOeW0o,2226
|
|
923
925
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2714-1e79e9f2e998b544.js,sha256=05020XrbnuhL8gtBtnmoWlxA9r837LD2I8SBiDSRW30,9689
|
|
924
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2786-
|
|
926
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2786-756b3834d10b8711.js,sha256=s2ZlLsYH6fuQLm1NCQZUF7r-f68XebINvBdlmsiuNg8,9910
|
|
925
927
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2834-d2a1c03968995e8e.js,sha256=2GCLjR_BNqu5gan-BDOJuZBLNhtkR4UJiyYdokB39pI,12601
|
|
926
928
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/29107295-989a0767a635d9d5.js,sha256=uFc2UgaKJ9q_NXBLc5d8rBJfHVQWwr4Vh0F6AcCsVMI,71691
|
|
927
929
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2920.fb0b924e801abbd0.js,sha256=TYafTt9uy29sLP_vLbMhlAuXoh5EmHS9OsjYoFk2fTo,243759
|
|
928
930
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2991-d0b13a172f9c1dcd.js,sha256=ALvzc2weB99pXfEASeab-Z-mySB8xS0EEToaTiKbaH0,17462
|
|
929
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3391-
|
|
931
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3391-e1578fe1bdb5a557.js,sha256=bmKJnYSGDBG3CfK2EFj33KMJswJa4X4LoGu_3dO-wcY,11806
|
|
930
932
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3453.992f4b1667e9882c.js,sha256=PYm5SZCBWpX2kOafRCgG3R9I0Wo8KIW6R0jJ_5-XFCI,3524
|
|
931
933
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3467.38cd0654ba6f788f.js,sha256=GSh5dCIP7HWFJuchJzpPUJ6TyI3coksbiZwKftDZms8,1618
|
|
932
934
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3835.df296b4e4078e985.js,sha256=kD2QFPxjs1XDTi-3diXwSlgCno80VqrgU6OL80IHC6M,30652
|
|
@@ -958,7 +960,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/5896-42c94d5
|
|
|
958
960
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6042.c59010de9e699437.js,sha256=-NvZDftMpENw_cI5W1mFWKELuvdwk0C7GOthSVzyK-4,1867
|
|
959
961
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6115.0c85e507543394ea.js,sha256=bx0LipgCs8t7iiLta6IKf6uQtCa08tljnDkkfT5etXQ,2203
|
|
960
962
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6116.871a682ddf535aca.js,sha256=PAdFxBqxuDB05EFqMxacaKmuQIJrUB160PcnFnxJrHA,17641
|
|
961
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6299-
|
|
963
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6299-9b785c07dacf22b3.js,sha256=0oDXYtZ8q2vvoMAJx-RMhdpblrDGAVmYSlzSvbrdtXY,26309
|
|
962
964
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6422-0cdd6e596dcd43b6.js,sha256=R52kJW5YASVLow70RR5AK_-4B0249ls-0DcmSxNbUUM,24735
|
|
963
965
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6434.10380ee0968636ba.js,sha256=JIfRFaYohRHyb474neDPA5ylFsL7XWQznS5KXWHDT4o,1467
|
|
964
966
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6443.7b6d2b4e51018184.js,sha256=sEFAlLLjeX71zwLBY-FEq9UP4jjUsNOODO8rz3nHOjc,2315
|
|
@@ -968,7 +970,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/6958.8f39c58
|
|
|
968
970
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7011-81dd8269c4806d26.js,sha256=wq9OocQMGMRAB8j-7wDEfyckMzrjFKK-anU50QG1p2w,23228
|
|
969
971
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/72fdc299.2d5ec188af5d0049.js,sha256=-PtOMTGLTIR4EbLGpjPy9qcEZ6EgWfTVNFI_lJHdFCw,1409747
|
|
970
972
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/739.3d24945544b37e52.js,sha256=0hHH3YUwHMf_QXqImKNGmk0APmITTmotAht-myKuSLY,3506
|
|
971
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7496-
|
|
973
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7496-7e4dd11e3f3b8e79.js,sha256=NcPopaXe0EBmyBmdM8Y1SBS8E9WgZ-HiiFukjKeWWkk,12689
|
|
972
974
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7722-76c724a66240561b.js,sha256=_laq2qfw0c4F-XyRoiQOtJwPoJv3pKMgEMVmEISsfgs,11641
|
|
973
975
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7768-2325216ed654ad05.js,sha256=Edvn7eVrGeabXyM2tTP1Xb5ZJSixhOWO6QCkubsPdi4,42906
|
|
974
976
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/7815-8b68b0eb665fcd2d.js,sha256=IfmLU4qhlOfOZJn1sNbWWBrmy5pNqzZBW2EBCOeU4Vc,17112
|
|
@@ -990,7 +992,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8807.a68c69c
|
|
|
990
992
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8849.db0d50b4d84b09a6.js,sha256=iSCB9o5hd-_P0fsbwlTyekDkkTOwdyzBPtskoUSUpbc,3020
|
|
991
993
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8901.21d26d5a1ee473fe.js,sha256=X4nOLltfBeh8tQ_X5YRS9SB43r857SG1kBuJjNrKOh8,4240
|
|
992
994
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8920.5700e380a2999098.js,sha256=RGvPzExXEFaDQYehD5SQTf1r9XRwqfkf5bIUaZ-l7q8,9937
|
|
993
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8952-
|
|
995
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/8952-050e60a8b1eaa32a.js,sha256=flkPRk7odBi7KsgB3e2g96Seh_k-h7hKl4YRwdW0oa0,28106
|
|
994
996
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9055-d0d25298cb5f4e45.js,sha256=xr7UTu53xds6rJY1K6McfC_hE4RwFcfiXqzku8Ar-T0,82014
|
|
995
997
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9258.6c6ef544c701a011.js,sha256=Sd-pfR7PFDVoiqfxr5sl61hVIm2qxz5rYYpJ3GGLI4k,8406
|
|
996
998
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9307.d4baf7aebbcef1f0.js,sha256=XcyG4VF1oJ4zaD2bX8-MQ8r4cfeDmkaIj60zLyAjUkk,2131
|
|
@@ -1000,7 +1002,7 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9404-1fb0792
|
|
|
1000
1002
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9437.a3c32f45cf9ef69b.js,sha256=UurJl-fsdUw2nmOjc-nnhyVMkXj8okl6vySDFRzkTwM,1655
|
|
1001
1003
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9464-84f4879568c00a93.js,sha256=IXLZseq4ZGqPF-EhgyTQUtDrUPwiqbct045uaTrEmzA,17683
|
|
1002
1004
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9566.f8bd24768ed14ecb.js,sha256=pAqGV5kPouj_0KzWBivKGBEFobLIBTSrZKfUkkWW6G0,1963
|
|
1003
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9605-
|
|
1005
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9605-9332e1686c46da7d.js,sha256=t_OofAuWorr1GOT1Bg0z7z7pHAp6ttg3kveoRRXvdYY,47585
|
|
1004
1006
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9633.40e5056ca1e2b22a.js,sha256=l3eB2vxSznwceaADgJcllaCAlPPxbpxZmXJdijIyGS8,3826
|
|
1005
1007
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9785.5ff26cb26d84d6a1.js,sha256=QnustHrope1ywzpuSb1cjyNZVVyAnckRZIjy69i1mw0,1428
|
|
1006
1008
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/9855.c4394a68322be9f8.js,sha256=onaKYV-BmOzBmZD_XErY6mN85RN44kegIthhmGew1ag,3480
|
|
@@ -1011,9 +1013,9 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/framework-7c
|
|
|
1011
1013
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/main-028c1a54af29300e.js,sha256=XyzhBLEpGQ_Sbz74-X7U2oMM-W4LE5NmgfsgUo9Juao,87755
|
|
1012
1014
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/polyfills-5cd94c89d3acac5f.js,sha256=fLWoemwNBaqyJFy_aiatrYDNMiVA1fY2Dd5iG_kidD8,91434
|
|
1013
1015
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/webpack-75e5c97f3bafcfc3.js,sha256=aatgwwjVawy0LVAzUH9vRdNQnDeAa7JXaoLg5TsgeH4,5235
|
|
1014
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-
|
|
1016
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_app-9dae6fa5126cf001.js,sha256=HJsp_gL6EmtVjvc0zD3hB526sfwc9J1ymBwXVwec9c8,471989
|
|
1015
1017
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/_error-235304e5badb19eb.js,sha256=UnruNRSRVtmbfIswQ7oYMowKiJmeSublFaxDjRHcFGo,3190
|
|
1016
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/files-
|
|
1018
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/files-03841b6dd7d240f6.js,sha256=bpbApyVYmI6lf0T8kjkurnM4mwXX7Bds5K8sIcPgkyI,31958
|
|
1017
1019
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-data-products-2756fe6d9decae4a.js,sha256=uHXaw6QzDS4Ri4VGX_dOMrgT8Z7WP2rwv1fHw5AnL8o,3221
|
|
1018
1020
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/index-32917acd76697307.js,sha256=6Cis-QG_fFY0sGNOU3eK5PTXqspc0FEZEZAuP6BTm9o,987
|
|
1019
1021
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage-6815a3ece7dc1678.js,sha256=NlaWyRurs7jGGjpHduEik2z8XGMt5L1AvCGP0RCpGxo,27938
|
|
@@ -1025,36 +1027,36 @@ mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/sign-i
|
|
|
1025
1027
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/templates-ce2a29d477a6ce94.js,sha256=gSY4HNCesxPZwIP1MQTf2E5eARTuvWsl4YOIGq3BTqM,4947
|
|
1026
1028
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/terminal-d483cf913167fd8d.js,sha256=rb-lF5rjziN2RW7SX-nP6NVwHazmHAGXCjHnt5dR6mI,5539
|
|
1027
1029
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/test-b24d77dc84843924.js,sha256=kn2zoiD4YrqkFMXnnCKxRsHsh_uaX3O81xDNErMtBvk,8851
|
|
1028
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-
|
|
1030
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-71bbb30dd9b57f80.js,sha256=PK98YyzOvTf3iGNElOSJDE13hfXgFT9pGsxd_XEn3JU,20331
|
|
1029
1031
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/version-control-1dc780d52fbd1573.js,sha256=ow3Uv0Bu0n7XSBMRd-B5D4NnP1wHadyEy5KZFIWAbug,48141
|
|
1030
1032
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-data-products/[...slug]-6d3d53624debede6.js,sha256=RZdbyTitrpZt3xWBKvFyt-AX7yaZGkAfovJ0qu4Y-ro,1520
|
|
1031
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/settings-
|
|
1033
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/settings-6e2c0e3f818fd4de.js,sha256=26PgQ6zgYV8ddcPUMQKuQ2Hs4rRiFhSRehMvF_x2TfY,18437
|
|
1032
1034
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users-ec748f838b7b8fad.js,sha256=v8sJuNvThyVfYKrrtsq2eX4v-yGF0Qulyb7qPfugb80,14051
|
|
1033
1035
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/[user]-3b502aa6d1a04cad.js,sha256=TReCeceFxFTTRjxyrIozbDBWiKLVpzy7TEC2W2mduVk,6647
|
|
1034
1036
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/new-dd41d718cbb5990c.js,sha256=5U8ggA90sue3O7vjRDWtmIwqslFPONOwU_BzzM91ufo,2626
|
|
1035
1037
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js,sha256=arFIXJ6FXE4wpSHaC9BqqNdLafoSrmjlrjmQBB1UR2U,4526
|
|
1036
1038
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-b8b4bed1e8e50068.js,sha256=NZMZ2YIoCeH0eDx1Xi0VtO-REEVV5Yp-0Je02wVl1kU,19055
|
|
1037
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-
|
|
1038
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-
|
|
1039
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-6e59dc4e57dd2680.js,sha256=DDV6RrPqgpoPwBFNQqKccdbX8LmdRuL7WwFfnjFhKmc,309219
|
|
1040
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-02295848c811e26a.js,sha256=Ks2nB2uu0XSlZ7gTx5-zXPYx3a9KkIKXk8cgAXEQnAw,36710
|
|
1039
1041
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors-9fa0c4ce1c921a41.js,sha256=3sctLnl-0MAOrAPcq9aCOJAjBKiROsf4cJ57taPVac0,12520
|
|
1040
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs-
|
|
1042
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs-4a2671811a153411.js,sha256=RMUj2LuLWn_PCTN7gpJPN70gLD-ynsuOWWr0C3H6Wq0,18912
|
|
1041
1043
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/settings-8872a6e00280f58c.js,sha256=laiv-qVV1URHrm_Hg9yH9mfFDhGe8GJ7eZ0HVrSXKDo,19874
|
|
1042
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/syncs-
|
|
1043
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-
|
|
1044
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/syncs-484581ae34a1c596.js,sha256=I7e5v_fYe3RtxTePv6y02Sbgw4h48Ef__Q3FbNjQQ_E,37780
|
|
1045
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-624a2d7cbe6303b4.js,sha256=3nJePjLySs9NjxEl1mlpJ1ZksGDBLQo_-UpAzYeEOd4,29362
|
|
1044
1046
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-07e4a3a674e83578.js,sha256=3XtJKGfjMvOjfmBAQ_EpciNW1o9gW6x6DWpt1o015Qg,30834
|
|
1045
1047
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-d87d0c21758a2d7c.js,sha256=lYsISBH9g1VUpS10fRbnUaVkabe5gY75LOwlbWc7K0c,14001
|
|
1046
1048
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-68e1b861ef4fc0d7.js,sha256=yBoT9xc65Mvolba8nxSZoZC79YiXZYCkBOkpxQwpmB4,20805
|
|
1047
1049
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-d5ef19ca1f9931de.js,sha256=PTwR-9gmrkSIIigGB2bs3jJKm0HNLJI6KciHOQ2JYgA,9762
|
|
1048
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-
|
|
1050
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-91889109af36a793.js,sha256=aBQ9FeJjN8itUdDPatdVeGksIKuUNT04PrmmzB_bfzM,65275
|
|
1049
1051
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/account/profile-c3ff06a12baa40a2.js,sha256=_nhOWzyxHOK5NAMSKvdkemghlVxftRwCn4N-V0A9tOg,8622
|
|
1050
1052
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-60b4398d7ae00206.js,sha256=n_29dCENdOWHe0olfJU0JAHb3IMVBZhQ1yn03YpHW_k,24617
|
|
1051
1053
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/sync-data-05b53444f0e7449b.js,sha256=PXYIYx4qRwdvGg2sujPRajCLBYEv0KyY0sn4ZazroFQ,23280
|
|
1052
1054
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/users-89429fea9d64e29d.js,sha256=sEYRuAiSC8LqPbzz8j3aLWe5_VDxjOo-gkJvalMbwU8,9350
|
|
1053
1055
|
mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/templates/[...slug]-c21b269750441494.js,sha256=rf_6MKWv7QFAqk5bvfd_nbHqfQ7S86oXGq5PnNCvzds,5170
|
|
1054
1056
|
mage_ai/server/frontend_dist_base_path_template/_next/static/css/d1e8e64d0b07af2f.css,sha256=mdjfcNHDQ5vXWn5xHrFvRm2QTQUGZlPrrUb0ELexj2g,15565
|
|
1055
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/
|
|
1056
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/
|
|
1057
|
-
mage_ai/server/frontend_dist_base_path_template/_next/static/
|
|
1057
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/xykYLW_ARw5SevdiponLI/_buildManifest.js,sha256=OiuHPPQVb20ZZVXkE3nz-2Gw53LSjDrDAPOj7ncS-lA,6948
|
|
1058
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/xykYLW_ARw5SevdiponLI/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
|
|
1059
|
+
mage_ai/server/frontend_dist_base_path_template/_next/static/xykYLW_ARw5SevdiponLI/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
1058
1060
|
mage_ai/server/frontend_dist_base_path_template/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
|
|
1059
1061
|
mage_ai/server/frontend_dist_base_path_template/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
|
|
1060
1062
|
mage_ai/server/frontend_dist_base_path_template/fonts/Fira_Code/ttf/FiraCode-Medium.ttf,sha256=lwkfkGI2YftPeXnBDRiPMPSAbYzjJrC8jRrMedzCDY8,283684
|
|
@@ -1092,7 +1094,7 @@ mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoM
|
|
|
1092
1094
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-SemiBoldItalic.ttf,sha256=4xNDNrikIhglWYAoOlb2LjyYeDo5Gh0G52A72papgR4,93940
|
|
1093
1095
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-Thin.ttf,sha256=zlgstcLhG4408Fo8JS7sZRC6Mt2XftUXpop3Ja8FywI,87872
|
|
1094
1096
|
mage_ai/server/frontend_dist_base_path_template/fonts/Roboto_Mono/static/RobotoMono-ThinItalic.ttf,sha256=JfREOX6nw1mHlEYBq_j9_7rLfI3CIcQ5bOBytV-pUi8,93056
|
|
1095
|
-
mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html,sha256=
|
|
1097
|
+
mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html,sha256=HnF2_M-PxANRkKJpO3aVU-nP8K7vdz4Ps6Yris_EtoM,11015
|
|
1096
1098
|
mage_ai/server/frontend_dist_base_path_template/images/backfill.jpg,sha256=0cUfwkvBISDC9yXxiDV7o2RPqKI_9OIydX90gw54azk,4404
|
|
1097
1099
|
mage_ai/server/frontend_dist_base_path_template/images/banner-shape-purple-peach.jpg,sha256=b6fpPLZfxxm7hiWf6Ci1Dv01P3d68k0eK_uu4v43Vss,4854
|
|
1098
1100
|
mage_ai/server/frontend_dist_base_path_template/images/dashboard-api-key.webp,sha256=5IwOoTLp3RKDrHVQsdCADoQkjcTbh5MTZGqlgyqcXNk,57024
|
|
@@ -1103,29 +1105,29 @@ mage_ai/server/frontend_dist_base_path_template/images/blocks/grey_block.webp,sh
|
|
|
1103
1105
|
mage_ai/server/frontend_dist_base_path_template/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
1104
1106
|
mage_ai/server/frontend_dist_base_path_template/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
1105
1107
|
mage_ai/server/frontend_dist_base_path_template/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
|
|
1106
|
-
mage_ai/server/frontend_dist_base_path_template/manage/settings.html,sha256=
|
|
1107
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users.html,sha256=
|
|
1108
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html,sha256=
|
|
1109
|
-
mage_ai/server/frontend_dist_base_path_template/manage/users/new.html,sha256=
|
|
1110
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html,sha256=
|
|
1111
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html,sha256=
|
|
1112
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html,sha256=
|
|
1113
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html,sha256=
|
|
1114
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html,sha256=
|
|
1115
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html,sha256=
|
|
1116
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html,sha256=
|
|
1117
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html,sha256=
|
|
1118
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html,sha256=
|
|
1119
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html,sha256=
|
|
1120
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html,sha256=
|
|
1121
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html,sha256=
|
|
1122
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html,sha256=
|
|
1123
|
-
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html,sha256=
|
|
1124
|
-
mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html,sha256=
|
|
1125
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html,sha256=
|
|
1126
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html,sha256=
|
|
1127
|
-
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html,sha256=
|
|
1128
|
-
mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html,sha256=
|
|
1108
|
+
mage_ai/server/frontend_dist_base_path_template/manage/settings.html,sha256=pg2d17Fc4MUONT0FpnRNymtdubgh_9p94cbVDCfl1Nc,11110
|
|
1109
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users.html,sha256=4SIpwmenWCph1o5cJlrjNVWAsCdHFQOO-FXHWrq3d4I,10640
|
|
1110
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html,sha256=wzp78fLMvkCs4F5tow788fq9IWGtzsxWOv1opK89CrQ,10784
|
|
1111
|
+
mage_ai/server/frontend_dist_base_path_template/manage/users/new.html,sha256=XfzFTbSXEnrTLYiplnO82mOET01E7gkouC1LLt1XdNQ,10648
|
|
1112
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html,sha256=SIzboMZYM2Bx-frvkEvy5t5_8ovsg_eGz1idlfqeU2Q,8492
|
|
1113
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html,sha256=sOYnvpTmE5E3FICgcy--7kjqG4YKm_YuQkQ3cyESPZE,10912
|
|
1114
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html,sha256=sfQ7oPUwD6iqvShyz5vJeZbm6XyZkVRy7z8vp-OLaUQ,11544
|
|
1115
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html,sha256=hXfl4dOJBhUxXqr6sVg0jA0WxJ3uC6A9VM93u9fvjTI,11481
|
|
1116
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html,sha256=TVG7FSTkQ8IicPvO0vbSGdnarCl6seIs12TnX3tLPPs,11258
|
|
1117
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html,sha256=J2wtyPcouKzRdfs-D6zdswyry3LDtPaE1sZCvsoZZfU,11829
|
|
1118
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html,sha256=WDmQzB0fP9yPVHMOs-rlqv-ormweNEPyuA_6e9egN3I,10910
|
|
1119
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html,sha256=aJ6LVYTOTSRzAyuuah-FJYyM3c9QNp9CCf29i2crd-8,10904
|
|
1120
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html,sha256=AuQDI3TO6Sv4DS9aUlQI4VlQuK0RiKzXuV0oEyxD254,11373
|
|
1121
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html,sha256=7GeVb__O7qHUXhxTqSbIqENC-UGTCS8jH4uMRcBpixQ,11849
|
|
1122
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html,sha256=ys--erzhqisd4DBOy_MYB8VbFIfHmsVgFTkva5-rn1M,11280
|
|
1123
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html,sha256=ewCZwgCU12GRz41n5zqhQofkvF41xoX4n3-H5EuNrls,11406
|
|
1124
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html,sha256=OK-Qt5Ujff903hL1bNGnlrhYGawJgU10JFrcpNzbZG8,12325
|
|
1125
|
+
mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html,sha256=qgiQ0ClrBUxzGFflNRWhDcgjlPyhuwKqUboN71JMWOk,11963
|
|
1126
|
+
mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html,sha256=hWM2slFjo0kv3akXko3n2KSCVIEcDPtzZCNFidKO0-E,10662
|
|
1127
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html,sha256=uPec6R_e2Y9JIcoKgdVFaCmbrEpFOqZoQKY27nRZ41g,10558
|
|
1128
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html,sha256=3Q01MllRgqF40G-wrlKM0-Jaq6Xv08zfpLlYd8Hqu8A,10554
|
|
1129
|
+
mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html,sha256=9adxZV54-DLC6nK-NSZFgrPdUGGSU0IXfzF3IOJZoBk,10778
|
|
1130
|
+
mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html,sha256=nhg-HOfaHrgYqrPQjp2RLa74-OkfykLYj_YBg-JH8wI,12152
|
|
1129
1131
|
mage_ai/server/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1130
1132
|
mage_ai/server/utils/frontend_renderer.py,sha256=W3zAlyaF34pX8S9Xvofhu35gETqLBRjj_rET_f3lQ14,3331
|
|
1131
1133
|
mage_ai/server/utils/output_display.py,sha256=9MYn6-XohWLkUteZ-dwYSP4WyoB2fdSuzbquEa4aI-E,12484
|
|
@@ -1199,7 +1201,7 @@ mage_ai/services/slack/config.py,sha256=ZNv8CiWq42_MnIItfA5S0gpu7IdXis4TlKXQSeSf
|
|
|
1199
1201
|
mage_ai/services/slack/slack.py,sha256=_vHeixCpPWmgZqOgMlEq3gbfdighjlxlvF_rXzaH4-I,244
|
|
1200
1202
|
mage_ai/services/spark/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1201
1203
|
mage_ai/services/spark/config.py,sha256=gvX6w7GIMcBVkRjuYrvQqP4saBjMfE7z_0BoHBMCOCg,392
|
|
1202
|
-
mage_ai/services/spark/spark.py,sha256=
|
|
1204
|
+
mage_ai/services/spark/spark.py,sha256=Enbce9921JRo-xD1GVv6SHsOG2SNL8bv0BgRuyrUJro,5251
|
|
1203
1205
|
mage_ai/services/stitch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1204
1206
|
mage_ai/services/stitch/config.py,sha256=mvEf_BC5S1EbkQyzn8UnbLTVU1xMuaM87K04CxBNo1A,287
|
|
1205
1207
|
mage_ai/services/stitch/constants.py,sha256=MvAudR4homQvysDB1rvV41kAspu7EPGUh76usnxz6bU,123
|
|
@@ -1226,7 +1228,7 @@ mage_ai/shared/io.py,sha256=1SbPbg-r-esvszwl800RSG83el-pk8hlUj1vPP0ivaA,1724
|
|
|
1226
1228
|
mage_ai/shared/logger.py,sha256=XzKcrKE0hT_G71tUKBQnjIuxxjDthASTffVJ7W5uSZ0,3108
|
|
1227
1229
|
mage_ai/shared/multi.py,sha256=lWzkueWt3RjMNhIykkGCj_iF6jRhOmzO2lS1tfPhF_E,1315
|
|
1228
1230
|
mage_ai/shared/parsers.py,sha256=u6fCewyGfppvxp0w4Ej3G_FKUHRlbPxBqIsCAkxItC0,2412
|
|
1229
|
-
mage_ai/shared/retry.py,sha256=
|
|
1231
|
+
mage_ai/shared/retry.py,sha256=XlITazlAPgMJlx4nSLynUrSKEtcic8UCmAXcgMyjAHg,2033
|
|
1230
1232
|
mage_ai/shared/security.py,sha256=Oz7iZKF6G0XcoOa1PPUVp0U2sS1ZospEbV4V17-Xtx8,1589
|
|
1231
1233
|
mage_ai/shared/strings.py,sha256=UO5J_wPA14g1EB2PPORfCgUJcU5f1liaymaMZqDzWDw,998
|
|
1232
1234
|
mage_ai/shared/urls.py,sha256=o--i55wvE4T-yaYVo9aite4ZL0phbJJ3IqyC0_ULeJU,251
|
|
@@ -1301,13 +1303,15 @@ mage_ai/tests/data_preparation/git/test_git.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
|
|
|
1301
1303
|
mage_ai/tests/data_preparation/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1302
1304
|
mage_ai/tests/data_preparation/logging/test_logger_manager.py,sha256=tRVb7VWY6hhfCzTuTFb_zxu3YC3R7Yw5akazXKP5v6U,4964
|
|
1303
1305
|
mage_ai/tests/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1304
|
-
mage_ai/tests/data_preparation/models/test_block.py,sha256=
|
|
1306
|
+
mage_ai/tests/data_preparation/models/test_block.py,sha256=wX9IptsY4GzyjUgGKnSYYBOq9exk08wA0Rl8EZ5fZW0,19350
|
|
1305
1307
|
mage_ai/tests/data_preparation/models/test_global_data_product.py,sha256=_cUcoBP1GH0iif30pit8y_bE9BPdOGxhu6N380yuy_w,16786
|
|
1306
1308
|
mage_ai/tests/data_preparation/models/test_pipeline.py,sha256=vHv2W8WZ6gLVHkWWlFJB630CKy_CJjGCbOhs6qf2Ifo,32014
|
|
1307
1309
|
mage_ai/tests/data_preparation/models/test_variable.py,sha256=D8goA-1mNRN6vP3OkIxzHuAKt0tr5l3wcr7dbJQ4pm0,4893
|
|
1308
1310
|
mage_ai/tests/data_preparation/models/block/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1309
1311
|
mage_ai/tests/data_preparation/models/block/test_global_data_product.py,sha256=dgmkHzYu5O1KhFs5fYUpFANlrmQsIdXwByM-dojecgw,2495
|
|
1310
1312
|
mage_ai/tests/data_preparation/models/block/test_sql.py,sha256=LcTkzHVoQGitCouea9cmlKCXkXSP1I7_TLQ2QbgJ3kA,2558
|
|
1313
|
+
mage_ai/tests/data_preparation/models/custom_templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1314
|
+
mage_ai/tests/data_preparation/models/custom_templates/test_utils.py,sha256=iy7czQcbqg26BERnXyPkMApmrepLzsgA9EX3cqQHgDE,1262
|
|
1311
1315
|
mage_ai/tests/io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1312
1316
|
mage_ai/tests/io/test_config.py,sha256=_b5Zg-X1npo4un8miSAGKkkrxkabAADvhAKzi5Z4Y08,7425
|
|
1313
1317
|
mage_ai/tests/io/test_export_utils.py,sha256=TP7YhqsUsP7BMd4TWHJ-P_4RzWo-VezMpZuq8tg-f_4,2453
|
|
@@ -1316,7 +1320,6 @@ mage_ai/tests/orchestration/test_execution_process_manager.py,sha256=Mo4sSptMjLP
|
|
|
1316
1320
|
mage_ai/tests/orchestration/test_job_manager.py,sha256=YQvfYYjpCYBoErIKxELQJkmSMM9gjr4pFZBM9Vw-HWs,1537
|
|
1317
1321
|
mage_ai/tests/orchestration/test_pipeline_scheduler.py,sha256=gRkS9l-s1e6feDF_msXDSuV3QJ8199RohbSJ6ug2xi0,22778
|
|
1318
1322
|
mage_ai/tests/orchestration/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1319
|
-
mage_ai/tests/orchestration/db/test_models.py,sha256=8VaYh1T9HfWq_ISVmAREsDC4LWpHsQrB0YoZp15-qLg,26810
|
|
1320
1323
|
mage_ai/tests/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1321
1324
|
mage_ai/tests/orchestration/notification/constants.py,sha256=x1ScqchOupAhgy2LPCJFr9e6iwlZa2kuqYBibH5ZiNc,1659
|
|
1322
1325
|
mage_ai/tests/orchestration/notification/test_config.py,sha256=-CIG6WMiDLRNTZujwamSy71ee28c65YumMzqqzjZ6Gs,2514
|
|
@@ -1338,6 +1341,8 @@ mage_ai/tests/services/datadog/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
1338
1341
|
mage_ai/tests/services/datadog/test_datadog.py,sha256=vpSzl9zdd_tlQC6yW54wczeqV3rp70Sh5MLHKtFEUyM,2254
|
|
1339
1342
|
mage_ai/tests/services/k8s/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1340
1343
|
mage_ai/tests/services/k8s/test_job_manager.py,sha256=rEEbRm71PwcA0d7H56q8PyzB_mGOzMs2IX2I8XcnkB0,8280
|
|
1344
|
+
mage_ai/tests/services/spark/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1345
|
+
mage_ai/tests/services/spark/test_spark.py,sha256=vQtRqqiABRY5WKw9T8jSS4VWS35gwBoAr2CEI3nHEEw,2054
|
|
1341
1346
|
mage_ai/tests/shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1342
1347
|
mage_ai/tests/shared/test_hash.py,sha256=46AGFhJcROe9NaPXy07Fwi8CUfgFv1-YBRuPlERCtBQ,650
|
|
1343
1348
|
mage_ai/tests/shared/test_io.py,sha256=MnP_Ume4SFppqLEyCbh8Ya9IUCkJW7Jl6dW-63r5U0c,1574
|
|
@@ -1368,9 +1373,9 @@ mage_ai/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
1368
1373
|
mage_ai/utils/code.py,sha256=2n7c9oXMM2RvDghK3Gh5QBdnuFsjyvMr8TaMPWQs7Ns,722
|
|
1369
1374
|
mage_ai/utils/logger/__init__.py,sha256=o-e5hogCtTW0caELRmvMbeaztks5hwPO7xYUggx2hAQ,2518
|
|
1370
1375
|
mage_ai/utils/logger/constants.py,sha256=k0Lnkz4X36AhSEGvKb5K2sI1iDacv2jXav8AC4JWPD0,271
|
|
1371
|
-
mage_ai-0.9.
|
|
1372
|
-
mage_ai-0.9.
|
|
1373
|
-
mage_ai-0.9.
|
|
1374
|
-
mage_ai-0.9.
|
|
1375
|
-
mage_ai-0.9.
|
|
1376
|
-
mage_ai-0.9.
|
|
1376
|
+
mage_ai-0.9.15.dist-info/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
|
|
1377
|
+
mage_ai-0.9.15.dist-info/METADATA,sha256=3haH1T3xAXLFfgFygt-kJsNdQ7elMDtrQEHxacvpIdI,22125
|
|
1378
|
+
mage_ai-0.9.15.dist-info/WHEEL,sha256=5sUXSg9e4bi7lTLOHcm6QEYwO5TIF1TNbTSVFVjcJcc,92
|
|
1379
|
+
mage_ai-0.9.15.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
|
|
1380
|
+
mage_ai-0.9.15.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
|
|
1381
|
+
mage_ai-0.9.15.dist-info/RECORD,,
|