mage-ai 0.9.76__py3-none-any.whl → 0.9.77__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/api/resources/GitFileResource.py +8 -0
- mage_ai/cli/main.py +6 -1
- mage_ai/data_preparation/executors/block_executor.py +8 -3
- mage_ai/data_preparation/executors/pipeline_executor.py +35 -19
- mage_ai/data_preparation/models/block/__init__.py +29 -22
- mage_ai/data_preparation/models/block/outputs.py +1 -1
- mage_ai/data_preparation/models/constants.py +2 -0
- mage_ai/data_preparation/storage/local_storage.py +4 -1
- mage_ai/io/config.py +1 -0
- mage_ai/io/mssql.py +16 -9
- mage_ai/io/postgres.py +3 -0
- mage_ai/orchestration/db/migrations/versions/39d36f1dab73_create_genericjob.py +47 -0
- mage_ai/orchestration/db/models/oauth.py +2 -1
- mage_ai/orchestration/db/models/schedules.py +105 -0
- mage_ai/orchestration/job_manager.py +19 -0
- mage_ai/orchestration/notification/sender.py +2 -2
- mage_ai/orchestration/pipeline_scheduler_original.py +146 -1
- mage_ai/orchestration/queue/config.py +11 -1
- mage_ai/orchestration/queue/process_queue.py +2 -0
- mage_ai/server/api/base.py +41 -0
- mage_ai/server/api/constants.py +1 -0
- mage_ai/server/constants.py +1 -1
- mage_ai/server/scheduler_manager.py +2 -0
- mage_ai/server/terminal_server.py +3 -0
- mage_ai/settings/server.py +2 -0
- mage_ai/streaming/sources/kafka.py +2 -1
- mage_ai/tests/data_preparation/executors/test_block_executor.py +3 -3
- mage_ai/tests/data_preparation/models/test_variable.py +2 -0
- mage_ai/tests/io/create_table/test_postgresql.py +3 -2
- mage_ai/tests/orchestration/notification/test_sender.py +5 -1
- mage_ai/tests/streaming/sources/test_kafka.py +2 -2
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.77.dist-info}/METADATA +70 -107
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.77.dist-info}/RECORD +37 -36
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.77.dist-info}/WHEEL +1 -1
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.77.dist-info}/entry_points.txt +0 -0
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.77.dist-info}/licenses/LICENSE +0 -0
- {mage_ai-0.9.76.dist-info → mage_ai-0.9.77.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mage-ai
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.77
|
|
4
4
|
Summary: Mage is a tool for building and deploying data pipelines.
|
|
5
5
|
Home-page: https://github.com/mage-ai/mage-ai
|
|
6
6
|
Author: Mage
|
|
@@ -41,7 +41,7 @@ Requires-Dist: memory_profiler
|
|
|
41
41
|
Requires-Dist: newrelic==8.8.0
|
|
42
42
|
Requires-Dist: numpy>=1.22.0
|
|
43
43
|
Requires-Dist: pandas>=1.3.0
|
|
44
|
-
Requires-Dist: polars
|
|
44
|
+
Requires-Dist: polars==1.29.0
|
|
45
45
|
Requires-Dist: protobuf>=4.25.0
|
|
46
46
|
Requires-Dist: psutil==5.9.8
|
|
47
47
|
Requires-Dist: pyairtable>=2.3.3
|
|
@@ -229,165 +229,128 @@ Dynamic: requires-dist
|
|
|
229
229
|
Dynamic: requires-python
|
|
230
230
|
Dynamic: summary
|
|
231
231
|
|
|
232
|
-
|
|
233
|
-
<h1>Mage AI</h1>
|
|
232
|
+
# Mage OSS
|
|
234
233
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
<a href="https://mage.ai"><img alt="Mage AI GitHub repo stars" src="https://img.shields.io/github/stars/mage-ai/mage-ai?style=for-the-badge&logo=github&labelColor=000000&logoColor=FFFFFF&label=stars&color=0500ff" /></a>
|
|
238
|
-
<a href="https://hub.docker.com/r/mageai/mageai"><img alt="Mage AI Docker downloads" src="https://img.shields.io/docker/pulls/mageai/mageai?style=for-the-badge&logo=docker&labelColor=000000&logoColor=FFFFFF&label=pulls&color=6A35FF" /></a>
|
|
239
|
-
<a href="https://github.com/mage-ai/mage-ai/blob/master/LICENSE"><img alt="Mage AI license" src="https://img.shields.io/github/license/mage-ai/mage-ai?style=for-the-badge&logo=codeigniter&labelColor=000000&logoColor=FFFFFF&label=license&color=FFCC19" /></a>
|
|
240
|
-
<a href="https://www.mage.ai/chat"><img alt="Join the Mage AI community" src="https://img.shields.io/badge/Join%20the%20community-black.svg?style=for-the-badge&logo=lightning&labelColor=000000&logoColor=FFFFFF&label=&color=DD55FF&logoWidth=20" /></a>
|
|
241
|
-
|
|
242
|
-
</div>
|
|
234
|
+
### Build modern data pipelines locally — fast, visual, and production-ready.
|
|
243
235
|
|
|
244
236
|
<br />
|
|
245
237
|
|
|
246
|
-
|
|
247
|
-
<picture>
|
|
248
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/mage-ai/assets/blob/main/oss/hero.png?raw=true">
|
|
249
|
-
<img alt="Mage AI hero" src="https://github.com/mage-ai/assets/blob/main/oss/hero.png?raw=true" />
|
|
250
|
-
</picture>
|
|
251
|
-
</a>
|
|
238
|
+
Mage OSS is a self-hosted development environment designed to help teams create production-grade data pipelines with confidence.
|
|
252
239
|
|
|
253
|
-
|
|
254
|
-
<br />
|
|
240
|
+
Ideal for automating ETL tasks, architecting data flow, or orchestrating transformations — all in a fast, notebook-style interface powered by modular code.
|
|
255
241
|
|
|
256
|
-
|
|
242
|
+
When it’s time to scale, [Mage Pro](https://mage.ai) — our core platform — unlocks enterprise orchestration, collaboration, and AI-powered workflows.
|
|
257
243
|
|
|
258
244
|
<br />
|
|
259
245
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
-
|
|
246
|
+
[](https://github.com/mage-ai/mage-ai/stargazers)
|
|
247
|
+
[](https://hub.docker.com/r/mageai/mageai)
|
|
248
|
+
[](https://www.mage.ai/chat)
|
|
249
|
+
[](https://github.com/mage-ai/mage-ai/blob/master/LICENSE)
|
|
264
250
|
|
|
265
251
|
<br />
|
|
266
252
|
|
|
267
|
-
|
|
253
|
+
## What you can do with Mage OSS
|
|
268
254
|
|
|
269
|
-
|
|
255
|
+
- Build pipelines locally with Python, SQL, or R in a modular notebook-style UI
|
|
270
256
|
|
|
271
|
-
|
|
257
|
+
- Run jobs manually or on a schedule (cron supported)
|
|
272
258
|
|
|
273
|
-
|
|
259
|
+
- Connect to databases, APIs, and cloud storage with prebuilt connectors
|
|
274
260
|
|
|
275
|
-
|
|
276
|
-
<tr>
|
|
277
|
-
<td rowspan="2">
|
|
278
|
-
<a href="https://cloud.mage.ai/sign-up">
|
|
279
|
-
<img alt="Mage Pro" width="124" align="left" src="https://github.com/mage-ai/assets/blob/main/oss/card-pro.png?raw=true" />
|
|
280
|
-
</a>
|
|
281
|
-
<b>For teams.</b> Fully managed platform
|
|
282
|
-
for integrating and transforming data.
|
|
283
|
-
</td>
|
|
284
|
-
<td rowspan="2">
|
|
285
|
-
<a href="https://github.com/mage-ai/mage-ai?tab=readme-ov-file#its-magic">
|
|
286
|
-
<img alt="Mage OSS" width="124" align="left" src="https://github.com/mage-ai/assets/blob/main/oss/card-oss.png?raw=true" />
|
|
287
|
-
</a>
|
|
288
|
-
<b>Self-hosted.</b> System to build, run, and
|
|
289
|
-
manage data pipelines.
|
|
290
|
-
</td>
|
|
291
|
-
</tr>
|
|
292
|
-
</table>
|
|
261
|
+
- Debug visually with logs, live previews, and step-by-step execution
|
|
293
262
|
|
|
294
|
-
|
|
263
|
+
- Set up quickly with Docker, pip, or conda — no cloud account required
|
|
295
264
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
265
|
+
- Your go-to workspace for local pipeline development — fully in your control.
|
|
266
|
+
|
|
267
|
+
<img width="100%" alt="mage" src="https://github.com/user-attachments/assets/75992872-20a6-4120-8bf0-9c22a3d66450" />
|
|
299
268
|
|
|
300
|
-
<br />
|
|
301
|
-
<br />
|
|
302
269
|
|
|
303
|
-
<
|
|
270
|
+
<br /><br />
|
|
304
271
|
|
|
305
|
-
|
|
272
|
+
## Start local. Scale when you're ready.
|
|
306
273
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
<a
|
|
311
|
-
href="https://docs.mage.ai?source=github"
|
|
312
|
-
target="_blank"
|
|
313
|
-
><b>Developer documentation portal</b></a>.
|
|
314
|
-
</p>
|
|
274
|
+
Use Mage OSS to build and run pipelines on your machine. When you're ready for advanced tooling, performance, and AI-assisted productivity, Mage Pro is just one click away.
|
|
275
|
+
|
|
276
|
+
[**Try Mage Pro free →**](https://mage.ai)
|
|
315
277
|
|
|
316
278
|
<br />
|
|
317
279
|
|
|
318
|
-
|
|
280
|
+
### Quickstart
|
|
319
281
|
|
|
320
|
-
|
|
282
|
+
Install using Docker (recommended):
|
|
321
283
|
|
|
322
284
|
```bash
|
|
323
285
|
docker pull mageai/mageai:latest
|
|
324
286
|
```
|
|
325
287
|
|
|
326
|
-
|
|
288
|
+
Or with pip:
|
|
327
289
|
|
|
328
290
|
```bash
|
|
329
291
|
pip install mage-ai
|
|
330
292
|
```
|
|
293
|
+
|
|
294
|
+
Or with conda:
|
|
295
|
+
|
|
331
296
|
```bash
|
|
332
297
|
conda install -c conda-forge mage-ai
|
|
333
298
|
```
|
|
334
299
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
Looking for quick examples? Open a [demo](https://demo.mage.ai/) project right in your browser or check out our [guides](https://docs.mage.ai/guides/overview).
|
|
300
|
+
Full setup guide and docs: [docs.mage.ai](https://docs.mage.ai)
|
|
338
301
|
|
|
339
|
-
|
|
302
|
+
<br />
|
|
340
303
|
|
|
341
|
-
|
|
304
|
+
## Core Features
|
|
342
305
|
|
|
343
|
-
|
|
306
|
+
| Feature | Description |
|
|
307
|
+
| :- | :- |
|
|
308
|
+
| Modular pipelines | Build pipelines block-by-block using Python, SQL, or R |
|
|
309
|
+
| Notebook UI | Interactive editor for writing and documenting logic |
|
|
310
|
+
| Data integrations | Prebuilt connectors to databases, APIs, and cloud storage |
|
|
311
|
+
| Scheduling | Trigger pipelines manually or on a schedule |
|
|
312
|
+
| Visual debugging | Step-by-step logs, data previews, and error handling |
|
|
313
|
+
| dbt support | Build and run dbt models directly inside Mage |
|
|
344
314
|
|
|
345
|
-
|
|
346
|
-
>
|
|
347
|
-
> The live demo is public to everyone, please don’t save anything sensitive (e.g. passwords, secrets, etc).
|
|
348
|
-
### Demo video (5 min)
|
|
315
|
+
<br />
|
|
349
316
|
|
|
350
|
-
|
|
317
|
+
## Example Use Cases
|
|
351
318
|
|
|
352
|
-
|
|
319
|
+
- Move data from Google Sheets to Snowflake with a Python transform
|
|
320
|
+
- Schedule a daily SQL pipeline to clean and aggregate product data
|
|
321
|
+
- Develop dbt models in a visual notebook-style interface
|
|
322
|
+
- Run simple ETL/ELT jobs locally with full transparency
|
|
353
323
|
|
|
354
324
|
<br />
|
|
355
325
|
|
|
356
|
-
##
|
|
326
|
+
## Documentation
|
|
357
327
|
|
|
358
|
-
|
|
359
|
-
| --- | --- | --- |
|
|
360
|
-
| 🎶 | <b>[Orchestration](https://docs.mage.ai/design/data-pipeline-management)</b> | Schedule and manage data pipelines with observability. |
|
|
361
|
-
| 📓 | <b>[Notebook](https://docs.mage.ai/about/features#notebook-for-building-data-pipelines)</b> | Interactive Python, SQL, & R editor for coding data pipelines. |
|
|
362
|
-
| 🏗️ | <b>[Data integrations](https://docs.mage.ai/data-integrations/overview)</b> | Synchronize data from 3rd party sources to your internal destinations. |
|
|
363
|
-
| 🚰 | <b>[Streaming pipelines](https://docs.mage.ai/guides/streaming-pipeline)</b> | Ingest and transform real-time data. |
|
|
364
|
-
| ❎ | <b>[dbt](https://docs.mage.ai/dbt/overview)</b> | Build, run, and manage your dbt models with Mage. |
|
|
328
|
+
Looking for how-to guides, examples, or advanced configuration?
|
|
365
329
|
|
|
366
|
-
|
|
330
|
+
Explore our full documentation at [docs.mage.ai](https://docs.mage.ai).
|
|
367
331
|
|
|
368
|
-
<b>A sample data pipeline defined across 3 files ➝</b>
|
|
369
332
|
|
|
370
333
|
<br />
|
|
371
334
|
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
```
|
|
378
|
-
1. Transform data ➝
|
|
379
|
-
```python
|
|
380
|
-
@transformer
|
|
381
|
-
def select_columns_from_df(df: pl.DataFrame, *args) -> pl.DataFrame:
|
|
382
|
-
return df[['Age', 'Fare', 'Survived']]
|
|
383
|
-
```
|
|
384
|
-
1. Export data ➝
|
|
385
|
-
```python
|
|
386
|
-
@data_exporter
|
|
387
|
-
def export_titanic_data_to_disk(df: pl.DataFrame) -> None:
|
|
388
|
-
df.to_csv('default_repo/titanic_transformed.csv')
|
|
389
|
-
```
|
|
335
|
+
## Contributing
|
|
336
|
+
|
|
337
|
+
We welcome contributions of all kinds — bug fixes, docs, new features, or community examples.
|
|
338
|
+
|
|
339
|
+
Start with our [contributing guide](https://docs.mage.ai/contributing/overview), check out open issues, or suggest improvements.
|
|
390
340
|
|
|
391
341
|
<br />
|
|
392
342
|
|
|
393
|
-
|
|
343
|
+
## Ready to scale? Mage Pro has you covered.
|
|
344
|
+
|
|
345
|
+
Mage Pro is a powered-up platform built for teams.
|
|
346
|
+
It adds everything you need for production pipelines, at scale.
|
|
347
|
+
|
|
348
|
+
- Magical AI-assisted development and debugging
|
|
349
|
+
- Multi-environment orchestration
|
|
350
|
+
- Role-based access control
|
|
351
|
+
- Real-time monitoring & alerts
|
|
352
|
+
- Powerful CI/CD & version control
|
|
353
|
+
- Powerful enterprise features
|
|
354
|
+
- Available fully managed, hybrid, or on-premises
|
|
355
|
+
|
|
356
|
+
[**Try Mage Pro free →**](https://mage.ai)
|
|
@@ -245,7 +245,7 @@ mage_ai/api/resources/FolderResource.py,sha256=uRckWnBbma5XT6qkcYe33sa26-y6V_uK-
|
|
|
245
245
|
mage_ai/api/resources/GenericResource.py,sha256=rknlwnMY4ed0TIFc64X9JhflCPEl8g8B2ks7RXGeLDw,312
|
|
246
246
|
mage_ai/api/resources/GitBranchResource.py,sha256=rim2livt4zybpVmMAZk5r5IVQUn3MW6l0qP4sW-0J-w,20149
|
|
247
247
|
mage_ai/api/resources/GitCustomBranchResource.py,sha256=fWECl8SduiJX7WWWJryD2SnEt50KDfmBs8IU4p4Z0Mg,2094
|
|
248
|
-
mage_ai/api/resources/GitFileResource.py,sha256=
|
|
248
|
+
mage_ai/api/resources/GitFileResource.py,sha256=AY0F1VveoUfBADFbilo9ecErfY7thcFl7nNP20reyfA,2942
|
|
249
249
|
mage_ai/api/resources/GlobalDataProductResource.py,sha256=zOO7JvnxwbrhsQ6Gv7eh3mPxTrgD7CrTZLmcCsAL8vM,2682
|
|
250
250
|
mage_ai/api/resources/GlobalHookResource.py,sha256=xpdlFPYteiaKz9R_HhkY-vzjl7IyI1ubtHJvFAb6I6s,8518
|
|
251
251
|
mage_ai/api/resources/IntegrationDestinationResource.py,sha256=QgmGV0Ri3B7jC4xa5UhYWPAUqteV44LoifEi7UtZWl0,1551
|
|
@@ -356,7 +356,7 @@ mage_ai/cache/dbt/constants.py,sha256=jItufZIrMSnGj_b8UhY55MbZg6yJ8dDmQMtHRiwTYt
|
|
|
356
356
|
mage_ai/cache/dbt/models.py,sha256=6LjJKmlCQI4trUM0RMLfi8n7ic5R3bxIOSA2AhDS-xU,416
|
|
357
357
|
mage_ai/cache/dbt/utils.py,sha256=TgoQmwHVT5l2swBqRCv4gOdmc2Sfay8zZKHXh8GfwYY,6962
|
|
358
358
|
mage_ai/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
|
-
mage_ai/cli/main.py,sha256=
|
|
359
|
+
mage_ai/cli/main.py,sha256=xXu5DcWzLuKs4noaKugYOd9SH6Gs4NN5w8yKNd-jI2g,11433
|
|
360
360
|
mage_ai/cli/utils.py,sha256=Y8TvvMbh0dUvZZV4rHo64TNC2WGQMqCUXLWuMVLBft4,919
|
|
361
361
|
mage_ai/cluster_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
362
362
|
mage_ai/cluster_manager/cluster_manager.py,sha256=DzFGOFJp2TqJWCdswSqiFCSqt-c_JoOKWQKJWBDAdLQ,269
|
|
@@ -524,14 +524,14 @@ mage_ai/data_preparation/repo_manager.py,sha256=xI8h3oYypRyAJrl9qrcveIYY2TDwQmw4
|
|
|
524
524
|
mage_ai/data_preparation/variable_manager.py,sha256=TWySToWXx9Tc5b-pbwup_aNkSF-5B6VZ2Fs7K1TND6w,22238
|
|
525
525
|
mage_ai/data_preparation/executors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
526
526
|
mage_ai/data_preparation/executors/azure_container_instance_executor.py,sha256=hXxQJVwFTEKZYimpkbCnhbbygi85lE22vfqBSERKw9Q,1157
|
|
527
|
-
mage_ai/data_preparation/executors/block_executor.py,sha256
|
|
527
|
+
mage_ai/data_preparation/executors/block_executor.py,sha256=-559JyeqGZ1H2JagaWsA7D3JNRAxGTHE0Od2J9Gj-D4,66061
|
|
528
528
|
mage_ai/data_preparation/executors/ecs_block_executor.py,sha256=o6NDO8Lu4XgG3B7ZsDKWKhMe756k7mn1B6v4yHVYYPY,991
|
|
529
529
|
mage_ai/data_preparation/executors/ecs_pipeline_executor.py,sha256=UFu5NVEuSkMTcOkmVJLEEWatNDUf8UVnKRfVrgbSpBw,964
|
|
530
530
|
mage_ai/data_preparation/executors/executor_factory.py,sha256=2zgRpkbFrWFsCeNDUJvkD3Z8aeckRhNxugSj5vX2928,7724
|
|
531
531
|
mage_ai/data_preparation/executors/gcp_cloud_run_block_executor.py,sha256=YyWEYJV_KPFoK52sw0FDL4ezZlQMJRX87_8r_pudzDI,1350
|
|
532
532
|
mage_ai/data_preparation/executors/k8s_block_executor.py,sha256=pwpWd7ufNVZEcc2nxoKQDlWP0fnII9-T_Cxf13fn4WA,2934
|
|
533
533
|
mage_ai/data_preparation/executors/k8s_pipeline_executor.py,sha256=bMfR6gwFy9jyo265e71wMai5jO8pvfIdXcIAdvBZY-U,3725
|
|
534
|
-
mage_ai/data_preparation/executors/pipeline_executor.py,sha256=
|
|
534
|
+
mage_ai/data_preparation/executors/pipeline_executor.py,sha256=59iQjcD7pl6lBIs0OHwZpq2ZYMDu_ZI6FQ74ou0og5Q,8766
|
|
535
535
|
mage_ai/data_preparation/executors/pyspark_block_executor.py,sha256=LoFUEsr-jSWMThKJLnGmwwW152Ty8wEOrlRZf3HUfik,3924
|
|
536
536
|
mage_ai/data_preparation/executors/pyspark_pipeline_executor.py,sha256=kQEPl4SZFh9iYEEGNoIe552odnW7QUPcJy4f4su52tY,3299
|
|
537
537
|
mage_ai/data_preparation/executors/streaming_pipeline_executor.py,sha256=TyFyn1oJlG9uCsJ1CaupmtB0WoozGDBqaPLDUecu18s,12919
|
|
@@ -553,19 +553,19 @@ mage_ai/data_preparation/logging/logger_manager.py,sha256=XezUsBACGXe-8LY01MQm85
|
|
|
553
553
|
mage_ai/data_preparation/logging/logger_manager_factory.py,sha256=uIk-WHAHo1MSkD4_rOtmhGPVp1Nqh_u9jN-IlP_tDCg,988
|
|
554
554
|
mage_ai/data_preparation/logging/s3_logger_manager.py,sha256=Za5aPbXzcaDAVfphC1jnZRn9ZyoDsJA-Yu9pMU8FiDY,1964
|
|
555
555
|
mage_ai/data_preparation/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
556
|
-
mage_ai/data_preparation/models/constants.py,sha256=
|
|
556
|
+
mage_ai/data_preparation/models/constants.py,sha256=PwG0KA7R46HsJ8NXAhIfp0lv67NLbegFAcPFiALacdk,4428
|
|
557
557
|
mage_ai/data_preparation/models/errors.py,sha256=tANqAOf5Ki73kbVmhXrEloZ8dNjinjCM7EtYyWeJyZg,393
|
|
558
558
|
mage_ai/data_preparation/models/file.py,sha256=3Lykr5TPtKHipifGrufoJLsROZBljvS2tFRNe78_qd4,20665
|
|
559
559
|
mage_ai/data_preparation/models/interfaces.py,sha256=5I2R3TDwKwoyXW3blsS_nzV8xiysJIFux78ZVmEtYho,796
|
|
560
560
|
mage_ai/data_preparation/models/pipeline.py,sha256=viy9BpJWhnX2h-ogbDIFSDrvXdNOI705xea_a2aaUNU,98755
|
|
561
561
|
mage_ai/data_preparation/models/utils.py,sha256=lkSCkSvDbivC_qA-yps5ZhK_Zji5ao0rrxeCazAM4TQ,19678
|
|
562
562
|
mage_ai/data_preparation/models/variable.py,sha256=T2SkN0R0MjEHBF-g7kCOOmppQdNreXOOKo4jyWj-oy4,64649
|
|
563
|
-
mage_ai/data_preparation/models/block/__init__.py,sha256
|
|
563
|
+
mage_ai/data_preparation/models/block/__init__.py,sha256=-yiLXk-fYh4KFdCxsEsPeCewhMGuVB34U9gyoR-rL-g,175832
|
|
564
564
|
mage_ai/data_preparation/models/block/block_factory.py,sha256=OfjOm4ucuJ6pcM6yv4uhI1tH_7WdeO5mrFxPSJBhS7Q,2793
|
|
565
565
|
mage_ai/data_preparation/models/block/constants.py,sha256=_HTgssMN9Nr8Lq1FjyDV9-xGgmrBadYi7IHYbjnMlM4,1071
|
|
566
566
|
mage_ai/data_preparation/models/block/content.py,sha256=pxqkgAUMKOOL6ZxruM_2C-8vbp6BIv7k0lcEv33_njg,3444
|
|
567
567
|
mage_ai/data_preparation/models/block/errors.py,sha256=2h1cT76EvdzJaceO1rfwQwIVLOtCBR40pCnQoPQJ5tM,182
|
|
568
|
-
mage_ai/data_preparation/models/block/outputs.py,sha256=
|
|
568
|
+
mage_ai/data_preparation/models/block/outputs.py,sha256=cAzXIEfxv8nFZcGUffh93PbgR0e9E-U1pSabS-b-P9U,25962
|
|
569
569
|
mage_ai/data_preparation/models/block/seed.py,sha256=Omv6VQj8HAU1EN8te-mmd4kyARZcMFOswF7J8e-mKoM,2883
|
|
570
570
|
mage_ai/data_preparation/models/block/utils.py,sha256=nZiXQH1Bejeyf0W_naPveTIdfvEQ0FULU4lRL0aO06E,34794
|
|
571
571
|
mage_ai/data_preparation/models/block/data_integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -685,7 +685,7 @@ mage_ai/data_preparation/shared/utils.py,sha256=MnpG4vX_AQU49QNzI6MFbZeqwqD4dXm_
|
|
|
685
685
|
mage_ai/data_preparation/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
686
686
|
mage_ai/data_preparation/storage/base_storage.py,sha256=9LlzTBa2S5o-bPSF0EzjlUm7IwreVJeiDaS-8gpCCM8,2992
|
|
687
687
|
mage_ai/data_preparation/storage/gcs_storage.py,sha256=wnIyRHmvUkn3xEzmrz9dp8Bk8qVK7N_FNjcjBaLaqg8,6048
|
|
688
|
-
mage_ai/data_preparation/storage/local_storage.py,sha256=
|
|
688
|
+
mage_ai/data_preparation/storage/local_storage.py,sha256=JzyTVXGF0rLNUjMIDMCNj4w-nrqvFanL50QY9pPQEh0,5682
|
|
689
689
|
mage_ai/data_preparation/storage/s3_storage.py,sha256=DW-3CJGzGVSMUTX5F2IIGzcrOxzuCbPJWa2LlXaS4b0,4262
|
|
690
690
|
mage_ai/data_preparation/storage/utils.py,sha256=hBvfdRVWDpoh-tZUm3TP0TbY92lnFmKdh-Pwycs-u6w,2729
|
|
691
691
|
mage_ai/data_preparation/sync/__init__.py,sha256=r9sqRZEdjRJR1W1-DddHmvRmHAEfgtiV8wMxvw4wq-o,1723
|
|
@@ -918,7 +918,7 @@ mage_ai/io/base.py,sha256=yWC0l6OVk8KjF_WNXcr96E9jkKAIEw8nF9TADd5WJlA,13392
|
|
|
918
918
|
mage_ai/io/bigquery.py,sha256=rK1JSdqEaRfsQmZUSJ3u2bFTGN2nGI2cjyUav3hDWIM,24470
|
|
919
919
|
mage_ai/io/chroma.py,sha256=oMjh9I18J4MSgVSmi73wGYSrKf632ER5_tLOItgky0c,5801
|
|
920
920
|
mage_ai/io/clickhouse.py,sha256=wlnm1Z93W1j7f1mpR9cpUyPHSx_OWN1yx1q_M3h_gEI,10700
|
|
921
|
-
mage_ai/io/config.py,sha256=
|
|
921
|
+
mage_ai/io/config.py,sha256=FIz1jiI6ZacUKplrbeZTW3o52Kc-m-FTkoR44grFbqU,22280
|
|
922
922
|
mage_ai/io/constants.py,sha256=RFGp6m57u842N-LrIpC0a6LlDCHsBiSQQsZbTy65taI,13399
|
|
923
923
|
mage_ai/io/druid.py,sha256=V1Af65rHU7DIxP71LM3yBYYxI3_cwhRc56HtCLvtZy8,5628
|
|
924
924
|
mage_ai/io/duckdb.py,sha256=mrTp6Mu6N85ihLDWJK23pVDKEzNr701IN7RlDVdqKyE,4747
|
|
@@ -928,11 +928,11 @@ mage_ai/io/google_cloud_storage.py,sha256=wEeeILfe8xtvfq6ditTnhJlk6JP6wl2T3rpYY4
|
|
|
928
928
|
mage_ai/io/google_sheets.py,sha256=W6MU9oyj2ofzeEYvxbF-gk2_XhfSzgwhvs2aToFjoSA,11738
|
|
929
929
|
mage_ai/io/io_config.py,sha256=bTlvZVuNZLUm_Z4y3bK69N22GZzs25-vLR5Vxr667sY,1463
|
|
930
930
|
mage_ai/io/mongodb.py,sha256=BhJcwgQELONuDQRIMCjFO8Lq0FgsJ-S7L6MEGPhtkmk,3273
|
|
931
|
-
mage_ai/io/mssql.py,sha256=
|
|
931
|
+
mage_ai/io/mssql.py,sha256=XMHxgLp0LD6vi1Cq-7-ubFF2tZWMrspM0KcV2pegHGQ,11717
|
|
932
932
|
mage_ai/io/mysql.py,sha256=DOLZ_yfEJfI9hMffq041JMX191cB2TbH4-N9nDfKHNI,8341
|
|
933
933
|
mage_ai/io/oracledb.py,sha256=UYtlik565uvfrwfw1v1-QJ0EutuIxvgUMDfmYMk3xno,9037
|
|
934
934
|
mage_ai/io/pinot.py,sha256=tFxLQsgxZhNIq3lQ4dm_6r0Cwbmilg4W1K-qcqzz-WI,4838
|
|
935
|
-
mage_ai/io/postgres.py,sha256=
|
|
935
|
+
mage_ai/io/postgres.py,sha256=ATMSrLIqYSYLKg1hIlmqNG_VWudM83zmXWdGk0TbDWM,16057
|
|
936
936
|
mage_ai/io/qdrant.py,sha256=9mCx5z9HAujbWgyFUidpItaMVGazYwfxCKOgTEUozTI,5576
|
|
937
937
|
mage_ai/io/redshift.py,sha256=-RQwMpb5vmIRAEm7YcQTtoo7q1BBh5Mkti-1mTxv-H8,15450
|
|
938
938
|
mage_ai/io/s3.py,sha256=WuKcjRc2gX8QhSzyHFucuU3GYyoM7-52WDIuZ41MbM0,6324
|
|
@@ -968,9 +968,9 @@ mage_ai/orchestration/airflow.py,sha256=8OaU4-EVmfgiGYmG-h1OvcZJw30ndutR7l0xV1Vf
|
|
|
968
968
|
mage_ai/orchestration/concurrency.py,sha256=Ry73xMmpvHqN0pIrY0ZGCechEVGsnO_R71E160kh71c,563
|
|
969
969
|
mage_ai/orchestration/constants.py,sha256=9ua1wMffrQ218fPnCYeXpLrRSV6apdYIc6hA6zh4ArM,718
|
|
970
970
|
mage_ai/orchestration/execution_process_manager.py,sha256=hKkVMu9FEePh8aT2zOk57gl9VNBsQpvJ9WQZOQ78OhY,3827
|
|
971
|
-
mage_ai/orchestration/job_manager.py,sha256=
|
|
971
|
+
mage_ai/orchestration/job_manager.py,sha256=vglx0FUWBcD3EeXWO0doBHPHtSPJpT8XLzmbjs7Ke8c,3487
|
|
972
972
|
mage_ai/orchestration/pipeline_scheduler.py,sha256=9mhlW8viMC5FxNXbUYaZpq5i3s2DxGcLIZpY4EHp6Y4,84
|
|
973
|
-
mage_ai/orchestration/pipeline_scheduler_original.py,sha256=
|
|
973
|
+
mage_ai/orchestration/pipeline_scheduler_original.py,sha256=_sIqnmHKrjVrf06MqhSduqyrcVAOGDsE0ZlDIKgkiow,79979
|
|
974
974
|
mage_ai/orchestration/pipeline_scheduler_project_platform.py,sha256=RN0sAEzFQoCayNAh1gZq128QbjrgVpLLXqNKeuUjBEc,69885
|
|
975
975
|
mage_ai/orchestration/run_status_checker.py,sha256=6_kaxXqK0vaulYJtEIRuSs7YC2d-1QOS2l1-29_z5hY,2655
|
|
976
976
|
mage_ai/orchestration/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1003,6 +1003,7 @@ mage_ai/orchestration/db/migrations/versions/21e31d66ccea_add_pipeline_uuid_inde
|
|
|
1003
1003
|
mage_ai/orchestration/db/migrations/versions/2266370f589b_add_indexes_to_pipeline_run.py,sha256=AdGgza-dl2FO3yoV2a8VYlH80Dj4sjaK_K_GCXzPI1E,1124
|
|
1004
1004
|
mage_ai/orchestration/db/migrations/versions/26305e46df52_create_backfills_table.py,sha256=otXeqYzcAmXjLAREH_idJpaoVT7KS6nhhqXJ3ifJD9w,2579
|
|
1005
1005
|
mage_ai/orchestration/db/migrations/versions/386bcfebd48d_create_tag_and_tagassociation_tables.py,sha256=SYuVspWXnNuxBz1B0vjZ9SrA_gPa1IJ_Z4CAzodW-AE,2479
|
|
1006
|
+
mage_ai/orchestration/db/migrations/versions/39d36f1dab73_create_genericjob.py,sha256=6UfQrSlgHC6zrR9pES_dG7fsKOTgKaN3Pym6dqPYH48,1973
|
|
1006
1007
|
mage_ai/orchestration/db/migrations/versions/3fafd217efa7_add_event_matcher_model.py,sha256=zOOmB4-p23UrEuue8k4ufhNyDIYy15ttLvdyIlGIyAw,1607
|
|
1007
1008
|
mage_ai/orchestration/db/migrations/versions/42a14d6143f1_update_token_column_type.py,sha256=Y8I6jFIws9_EQ9w9iIJf3kiCM6t1ifG02zqzNC_8nCQ,1442
|
|
1008
1009
|
mage_ai/orchestration/db/migrations/versions/526c4523d5d5_add_user_id_to_roles_and_more_entity_.py,sha256=UhhkeQzCmuDQJq1hyFERjqmqe-kUjtpW65jpEXrRhSQ,1807
|
|
@@ -1031,9 +1032,9 @@ mage_ai/orchestration/db/migrations/versions/e7beb59b44f9_add_repo_path_to_pipel
|
|
|
1031
1032
|
mage_ai/orchestration/db/migrations/versions/ec5df57a1c60_add_metrics_to_block_runs.py,sha256=6yGww3f8GptOPgk8i2UfdpJJa3VPrCJMUd8oC4l1jP8,685
|
|
1032
1033
|
mage_ai/orchestration/db/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1033
1034
|
mage_ai/orchestration/db/models/base.py,sha256=K3jd7r1OQnHzIS8IhEXDoi2FTdiH5iT4V8drNuTmZ38,3790
|
|
1034
|
-
mage_ai/orchestration/db/models/oauth.py,sha256=
|
|
1035
|
+
mage_ai/orchestration/db/models/oauth.py,sha256=B9fJ0-oEK6aotFLVNo_XAvWShbmR164B6g1uFXePz-A,29330
|
|
1035
1036
|
mage_ai/orchestration/db/models/projects.py,sha256=gyr_F7o69D-jU8WfrSFu-xrjGAiHipsW3GFjYKaNp-k,368
|
|
1036
|
-
mage_ai/orchestration/db/models/schedules.py,sha256=
|
|
1037
|
+
mage_ai/orchestration/db/models/schedules.py,sha256=kuWZOE4Pcz4BWEoMavAUwz9g1uXftbOb4hNDl8htVOw,79526
|
|
1037
1038
|
mage_ai/orchestration/db/models/schedules_project_platform.py,sha256=w1isPuhFJyDEjWOo6OuSCRZXr9B_faXo5lfFXdsAdlI,15521
|
|
1038
1039
|
mage_ai/orchestration/db/models/secrets.py,sha256=Ko1ElaEbJSsei5amuuW92O1Y7_tV6mVHw0xyBfBbf3s,1180
|
|
1039
1040
|
mage_ai/orchestration/db/models/tags.py,sha256=wUuq0dK-aCO6kCSm1vbig1mCf4Vuc1ZnvGYorP0LEUY,1354
|
|
@@ -1046,11 +1047,11 @@ mage_ai/orchestration/monitor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
1046
1047
|
mage_ai/orchestration/monitor/monitor_stats.py,sha256=CWukxm9Q7rVQzDCLN4yOiPzLlt9n7_FHuX2GuKtz7qs,14016
|
|
1047
1048
|
mage_ai/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1048
1049
|
mage_ai/orchestration/notification/config.py,sha256=1eLvWi2SFi1EnQwUUysfO4BZh-fpgwLUACewIkKEuyc,1559
|
|
1049
|
-
mage_ai/orchestration/notification/sender.py,sha256=
|
|
1050
|
+
mage_ai/orchestration/notification/sender.py,sha256=jV5MeVytnUZGpGokFJUJ7sSyNZ5SIhvgw2A-BExTczU,10645
|
|
1050
1051
|
mage_ai/orchestration/queue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1051
1052
|
mage_ai/orchestration/queue/celery_queue.py,sha256=UG6-8Yg7VYAiXcJROYiXqlkss11nqLCeMF8W8yAe-Qo,761
|
|
1052
|
-
mage_ai/orchestration/queue/config.py,sha256=
|
|
1053
|
-
mage_ai/orchestration/queue/process_queue.py,sha256=
|
|
1053
|
+
mage_ai/orchestration/queue/config.py,sha256=4MsGKoK3YH0em6_wr7SImNwD_k6N97GRFG411i4bam8,706
|
|
1054
|
+
mage_ai/orchestration/queue/process_queue.py,sha256=rke7maweXCAGB6_-a5aOgsPrkwKu2fOU_UEakFqe4AU,11389
|
|
1054
1055
|
mage_ai/orchestration/queue/queue.py,sha256=BnaXvG5qByu5LJYH-K8uQmmPkZ8rA14gax93kEqXyYw,594
|
|
1055
1056
|
mage_ai/orchestration/queue/queue_factory.py,sha256=XUXpRP1gOmnCytY6gb12mvk-IOEE32IzAE9ZYjh4-I0,728
|
|
1056
1057
|
mage_ai/orchestration/triggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1113,23 +1114,23 @@ mage_ai/sample_datasets/titanic_survival.csv,sha256=SkN_3gX-UmThcBpzh6xvt1OTdyuj
|
|
|
1113
1114
|
mage_ai/sample_datasets/user_emails.csv,sha256=yokgn3bmkkrSZBFC-crJxPXFzKdgLaQbp7VJVzGLZiA,258700
|
|
1114
1115
|
mage_ai/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1115
1116
|
mage_ai/server/active_kernel.py,sha256=kknHr2ooUbFRiTkAvM81jTYXcpAGe-XCz4E6CTTdEnc,4962
|
|
1116
|
-
mage_ai/server/constants.py,sha256=
|
|
1117
|
+
mage_ai/server/constants.py,sha256=D7Y11PA_uscSxMpmfr4IyV_5ramwARV0yWCjYxaZk_c,421
|
|
1117
1118
|
mage_ai/server/docs_server.py,sha256=jeSlvxsJHvHHkiuDwL76cFv1HFazCqPWbX23B2PTOlg,606
|
|
1118
1119
|
mage_ai/server/execution_manager.py,sha256=jB8K0_aCO15fZdgE2Kd1zdROiv2VBOLGXWiigvb6rKQ,3457
|
|
1119
1120
|
mage_ai/server/file_observer.py,sha256=3LreT_Ll5x2irHk2QRL4UL2Cca91Xm8raGz1eZFd1Qw,340
|
|
1120
1121
|
mage_ai/server/kernel_output_parser.py,sha256=G9Z7nEPPHgp6Xh-vhwcto_NrVYE8T7i9OjCnWTLeQTo,2618
|
|
1121
1122
|
mage_ai/server/kernels.py,sha256=43RnLxfu_BTAUayh5JGkmUj1v0Y4KWHsw2BEJqwROl0,803
|
|
1122
1123
|
mage_ai/server/logger.py,sha256=psqBnb2ORm8i9XFeXtUQQ2ScYvo3uJtUrDE1zDPv1MA,747
|
|
1123
|
-
mage_ai/server/scheduler_manager.py,sha256=
|
|
1124
|
+
mage_ai/server/scheduler_manager.py,sha256=H4EtqWUEflsQuCX88IOV5XCloLuxf_B9xFfMVDyLO8U,4006
|
|
1124
1125
|
mage_ai/server/server.py,sha256=KVneReG_xP_bUdyrQ0LqVMFahBxeocqEJmaMHueiuwQ,31598
|
|
1125
1126
|
mage_ai/server/setup.py,sha256=7vOM_UaKyjil7LpnU-Q1faEgWrUGD3mbW6TkbnBZkOQ,409
|
|
1126
1127
|
mage_ai/server/subscriber.py,sha256=DiHuAe1xLIhHsiCHD7J4OAVF0jrTcqsE2iO94vV1EjI,712
|
|
1127
|
-
mage_ai/server/terminal_server.py,sha256=
|
|
1128
|
+
mage_ai/server/terminal_server.py,sha256=0ge2xGDhQg21yelZpMJ5ze23_BgN8R4Svkvb3zCJ-9I,6115
|
|
1128
1129
|
mage_ai/server/websocket_server.py,sha256=QGPp-Yu-VTvPl2--8OuGqQM95D6T57pZ-iaMCCvTj1o,28091
|
|
1129
1130
|
mage_ai/server/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1130
|
-
mage_ai/server/api/base.py,sha256=
|
|
1131
|
+
mage_ai/server/api/base.py,sha256=o0AFv12UYdN8cd1fm06TWOvEANX7qKQtmm2QtbEOxro,6769
|
|
1131
1132
|
mage_ai/server/api/blocks.py,sha256=CU6ekJKtCXl9WuLc4bjytTb5chgcFoGwlIu2CQ1Zi8k,583
|
|
1132
|
-
mage_ai/server/api/constants.py,sha256=
|
|
1133
|
+
mage_ai/server/api/constants.py,sha256=eElqW_MJ56H_Z7X4pRhmI3-i0dQSTLrHzkIYA0A04Tg,261
|
|
1133
1134
|
mage_ai/server/api/downloads.py,sha256=hBN4lqGMqsivrj7lRhKlQCF6o3J_9bb5HA5oOLQ84zE,6173
|
|
1134
1135
|
mage_ai/server/api/errors.py,sha256=9p9jSjVEmeeA6lKFf3Y8Yua-Y2GdwHee2xqTRE1mZ0I,119
|
|
1135
1136
|
mage_ai/server/api/events.py,sha256=9yifYQJkmha4Bmw2MDem-84vFNB3K4Dob-wjBiQ1zEc,2106
|
|
@@ -2587,7 +2588,7 @@ mage_ai/settings/backends.py,sha256=BnIwl_DOYr93DfOXTfWeNQeGW9N1BQipdKuLmXYPiv4,
|
|
|
2587
2588
|
mage_ai/settings/constants.py,sha256=iEGrZXx1peumWVNgwkKZ5r5ZE3u-8LsBqj9Ve99w42s,81
|
|
2588
2589
|
mage_ai/settings/repo.py,sha256=vVabWFQG_rUujy-TAykFp-Ea-mI-pcul4HBNAjRcCHY,8065
|
|
2589
2590
|
mage_ai/settings/secret_generation.py,sha256=YYVnO_lt3FEg5tSxkVy5KQlaGehmecvri2o3HEMmPEU,191
|
|
2590
|
-
mage_ai/settings/server.py,sha256=
|
|
2591
|
+
mage_ai/settings/server.py,sha256=72Wmx_DnUcb56AY2OOsd4OAE8ALr_IjMzz2nS1WsTJ4,10664
|
|
2591
2592
|
mage_ai/settings/utils.py,sha256=Ufi3F5z4vZ3FaK8242zlcZWCdc2bWl2-t1ISo9iTm2g,310
|
|
2592
2593
|
mage_ai/settings/keys/__init__.py,sha256=nu7jPI1n0xMql3ud3zCPMJIKYtSLE-IaxKN5aMhXjiE,61
|
|
2593
2594
|
mage_ai/settings/keys/auth.py,sha256=TS6ZOP6CP_QuZNZf8SY1feHODXS5i7lOolpJ_QXzEyY,2523
|
|
@@ -2661,7 +2662,7 @@ mage_ai/streaming/sources/base.py,sha256=5blUj8cyw8aFzkHGJuc8Jba2uvDZxx2XLr-Brj8
|
|
|
2661
2662
|
mage_ai/streaming/sources/base_python.py,sha256=WVOMhzgqktvqkTLGICh5LN1gyOAG0tix_qLZYvZ50nk,837
|
|
2662
2663
|
mage_ai/streaming/sources/google_cloud_pubsub.py,sha256=sO_scPcUpmfsfqq0EHJbECV3mU5VDZ7iLVaeeacisss,6703
|
|
2663
2664
|
mage_ai/streaming/sources/influxdb.py,sha256=TzSKynjSneNYxqI6va0LKJFMxduzKJfkOUL_Nj6EDqc,8247
|
|
2664
|
-
mage_ai/streaming/sources/kafka.py,sha256=
|
|
2665
|
+
mage_ai/streaming/sources/kafka.py,sha256=vJilCd_0idAtQkgj9HRy7FISYsClWl2Bz6ckVwv-O3c,12230
|
|
2665
2666
|
mage_ai/streaming/sources/kinesis.py,sha256=KisyHYYSW4oE1cROHjea2sma2FWC6B657-q_pEB0UWE,3950
|
|
2666
2667
|
mage_ai/streaming/sources/mongodb.py,sha256=qg82im_KCB33JZthiRdnf8LxCsFDizp725HNo55ZmVM,2567
|
|
2667
2668
|
mage_ai/streaming/sources/nats_js.py,sha256=P8Uh3kq4CBRWOPAIOL-PdYdkJXf9HOMjPSF-i36Lv3I,8755
|
|
@@ -2802,7 +2803,7 @@ mage_ai/tests/data_preparation/test_templates.py,sha256=o1T_aHNoszgny3kxIe1MJQh9
|
|
|
2802
2803
|
mage_ai/tests/data_preparation/test_variable_manager.py,sha256=ZIMzmqGUgXz-9Olsyd-8ejAH-ENng5_p4O-IFZPG2Wo,4737
|
|
2803
2804
|
mage_ai/tests/data_preparation/test_variable_manager_project_platform.py,sha256=QqMZkHRmqifdDCCbE9Lxks0qbNKKt3b_bQ_5QySNjx4,1539
|
|
2804
2805
|
mage_ai/tests/data_preparation/executors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2805
|
-
mage_ai/tests/data_preparation/executors/test_block_executor.py,sha256=
|
|
2806
|
+
mage_ai/tests/data_preparation/executors/test_block_executor.py,sha256=5ZYb_mzDmIgykJRd4250DNEwmEa2DCsfdI1vA56SFDI,17974
|
|
2806
2807
|
mage_ai/tests/data_preparation/executors/test_k8s_block_executor.py,sha256=bVXUnM4C8ZqIFOntvw0Dr49-C_hRCidPgNN4tihZG0g,3049
|
|
2807
2808
|
mage_ai/tests/data_preparation/executors/test_pipeline_executor.py,sha256=iS1eJAAe8Tp_uk40ZAuvjjTAwnvCCmEmOOi2WI-tD_k,2525
|
|
2808
2809
|
mage_ai/tests/data_preparation/git/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2818,7 +2819,7 @@ mage_ai/tests/data_preparation/models/test_global_data_product.py,sha256=MArll0y
|
|
|
2818
2819
|
mage_ai/tests/data_preparation/models/test_pipeline.py,sha256=KPWJ1jnGtOMQuDdielVOKV5KjAaR0EEiTLMKKLlWTFQ,43705
|
|
2819
2820
|
mage_ai/tests/data_preparation/models/test_project.py,sha256=KgMLndtarBHEsofopYSe8BXT4C_0XG7S2v1ZkfxI4jQ,8194
|
|
2820
2821
|
mage_ai/tests/data_preparation/models/test_utils.py,sha256=c-dl2FkbBfHcaA67ahSsDs46509dEkUZv6Sv0xCvNoM,3229
|
|
2821
|
-
mage_ai/tests/data_preparation/models/test_variable.py,sha256=
|
|
2822
|
+
mage_ai/tests/data_preparation/models/test_variable.py,sha256=L1qoiUDYNmwDi3Hz1ZOJwzQChysq1jf0T1vSwkPEfpc,13595
|
|
2822
2823
|
mage_ai/tests/data_preparation/models/block/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2823
2824
|
mage_ai/tests/data_preparation/models/block/test_global_data_product.py,sha256=EJIrcRMfZ5g-tEK1LVVhpyBUbtFa612uffkyrQaDw3k,2809
|
|
2824
2825
|
mage_ai/tests/data_preparation/models/block/test_sql.py,sha256=LcTkzHVoQGitCouea9cmlKCXkXSP1I7_TLQ2QbgJ3kA,2558
|
|
@@ -2870,7 +2871,7 @@ mage_ai/tests/io/create_table/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
2870
2871
|
mage_ai/tests/io/create_table/test_bigquery.py,sha256=kTOfRkZpItP5iDV8gTATsskqRioE0Gqn4P8IFa_4LBo,3008
|
|
2871
2872
|
mage_ai/tests/io/create_table/test_mssql.py,sha256=yNQ4OokU5OiknJpFXKiSRWSWigOm2DQLqCy5cRnU9AA,1038
|
|
2872
2873
|
mage_ai/tests/io/create_table/test_mysql.py,sha256=TuOOOjnsz22ttHxa360GJTMxejWl_014VckKKmJxohU,1063
|
|
2873
|
-
mage_ai/tests/io/create_table/test_postgresql.py,sha256=
|
|
2874
|
+
mage_ai/tests/io/create_table/test_postgresql.py,sha256=PxHRgF9-xAfSuBg51NWuefHJqrmmt5l_oZ3ZIVVyfoc,1966
|
|
2874
2875
|
mage_ai/tests/io/create_table/test_redshift.py,sha256=DudbiVzXfwXBUuh5yk8IMLsX68TfzBMSElFSIOtfgJI,1318
|
|
2875
2876
|
mage_ai/tests/io/create_table/test_trino.py,sha256=NdNfmJxY4OhjiLLe8TSO1End5ApwhPr_tqjosZ9SPTo,1039
|
|
2876
2877
|
mage_ai/tests/orchestration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2887,7 +2888,7 @@ mage_ai/tests/orchestration/db/models/test_schedules_dynamic_blocks.py,sha256=PP
|
|
|
2887
2888
|
mage_ai/tests/orchestration/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2888
2889
|
mage_ai/tests/orchestration/notification/constants.py,sha256=x1ScqchOupAhgy2LPCJFr9e6iwlZa2kuqYBibH5ZiNc,1659
|
|
2889
2890
|
mage_ai/tests/orchestration/notification/test_config.py,sha256=UHH95JdWYPOmTZ_BbwLl2QLJ4JwZXw7deILnJDZNZho,2517
|
|
2890
|
-
mage_ai/tests/orchestration/notification/test_sender.py,sha256=
|
|
2891
|
+
mage_ai/tests/orchestration/notification/test_sender.py,sha256=oJskdz_H5Q6TFgHFy75I1bRfnYvRZORS0_F3XJIjQVc,8169
|
|
2891
2892
|
mage_ai/tests/orchestration/queue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2892
2893
|
mage_ai/tests/orchestration/queue/test_process_queue.py,sha256=puK7yRILrZP3bhGw6Sxc1t0SkwJUZFhKRDVS9eHKSlw,2567
|
|
2893
2894
|
mage_ai/tests/orchestration/triggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -2954,7 +2955,7 @@ mage_ai/tests/streaming/sources/test_amazon_sqs.py,sha256=5gbIsYYdHeB1pVfX8QIWun
|
|
|
2954
2955
|
mage_ai/tests/streaming/sources/test_azure_event_hub.py,sha256=YEj-sB9QChdO5KUEgyA84gUMbxa0Z06ZohnpIBZG-wM,1041
|
|
2955
2956
|
mage_ai/tests/streaming/sources/test_google_cloud_pubsub.py,sha256=BuD7dMxjAOgjBSj53IW56V8CjbNuI-vvjLLd1dFHzes,1318
|
|
2956
2957
|
mage_ai/tests/streaming/sources/test_influxdb.py,sha256=eI1zOIJH48Tjkd4ZS5zrXRBuxapEbOiHQN0-eCoq9bA,1124
|
|
2957
|
-
mage_ai/tests/streaming/sources/test_kafka.py,sha256=
|
|
2958
|
+
mage_ai/tests/streaming/sources/test_kafka.py,sha256=g-hH7hOgsBJB4DMzGz79BQKi0Y5uNE2VnldCq2xSyMk,4201
|
|
2958
2959
|
mage_ai/tests/streaming/sources/test_kinesis.py,sha256=_iK3utAPBb-6BL3Z-iszwS3HMw2zvzBGf20Q3QHTPpc,1030
|
|
2959
2960
|
mage_ai/tests/streaming/sources/test_mongodb.py,sha256=iQfOlsfR9MgBADDL9JFrYRp6znUNGHf3Eccut8J-m-s,1757
|
|
2960
2961
|
mage_ai/tests/streaming/sources/test_nats_js.py,sha256=LiSsZdfeTZLqEUTxIRc9-XNDIPfuYQeeGd7XAyaccuo,1191
|
|
@@ -2972,9 +2973,9 @@ mage_ai/version_control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
2972
2973
|
mage_ai/version_control/models.py,sha256=synqylfkRPVl_E6dl_1yWiYk2t_KO14nlFpB3RPfKbk,22904
|
|
2973
2974
|
mage_ai/version_control/branch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2974
2975
|
mage_ai/version_control/branch/utils.py,sha256=tscNg2-sLqVR-YEqET4t9HiPTZ_IW1xN-435v3fmSN8,7302
|
|
2975
|
-
mage_ai-0.9.
|
|
2976
|
-
mage_ai-0.9.
|
|
2977
|
-
mage_ai-0.9.
|
|
2978
|
-
mage_ai-0.9.
|
|
2979
|
-
mage_ai-0.9.
|
|
2980
|
-
mage_ai-0.9.
|
|
2976
|
+
mage_ai-0.9.77.dist-info/licenses/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
|
|
2977
|
+
mage_ai-0.9.77.dist-info/METADATA,sha256=s_7OlG9o1MaparWvTiuSeAQeNByXPXhZF-XvKNA1Ihg,14297
|
|
2978
|
+
mage_ai-0.9.77.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2979
|
+
mage_ai-0.9.77.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
|
|
2980
|
+
mage_ai-0.9.77.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
|
|
2981
|
+
mage_ai-0.9.77.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|