dagster-pandas 0.26.2__py3-none-any.whl → 0.26.4__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.
- dagster_pandas/version.py +1 -1
- {dagster_pandas-0.26.2.dist-info → dagster_pandas-0.26.4.dist-info}/METADATA +2 -2
- {dagster_pandas-0.26.2.dist-info → dagster_pandas-0.26.4.dist-info}/RECORD +6 -6
- {dagster_pandas-0.26.2.dist-info → dagster_pandas-0.26.4.dist-info}/LICENSE +0 -0
- {dagster_pandas-0.26.2.dist-info → dagster_pandas-0.26.4.dist-info}/WHEEL +0 -0
- {dagster_pandas-0.26.2.dist-info → dagster_pandas-0.26.4.dist-info}/top_level.txt +0 -0
dagster_pandas/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.26.
|
|
1
|
+
__version__ = "0.26.4"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dagster-pandas
|
|
3
|
-
Version: 0.26.
|
|
3
|
+
Version: 0.26.4
|
|
4
4
|
Summary: Utilities and examples for working with pandas and dagster, an opinionated framework for expressing data pipelines
|
|
5
5
|
Home-page: https://github.com/dagster-io/dagster
|
|
6
6
|
Author: Dagster Labs
|
|
@@ -15,7 +15,7 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Requires-Python: >=3.9,<3.13
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: dagster ==1.10.
|
|
18
|
+
Requires-Dist: dagster ==1.10.4
|
|
19
19
|
Requires-Dist: pandas
|
|
20
20
|
|
|
21
21
|
# dagster-pandas
|
|
@@ -3,7 +3,7 @@ dagster_pandas/constraints.py,sha256=rP_S-Ap8lfZpj8Utrx9vRLRCZSoeHeS-gMSvui0YnXY
|
|
|
3
3
|
dagster_pandas/data_frame.py,sha256=NoB-Laxz-Wx6dVKgCqQhPJmo9kN-DVcHyiMmHwXAk14,11097
|
|
4
4
|
dagster_pandas/py.typed,sha256=la67KBlbjXN-_-DfGNcdOcjYumVpKG_Tkw-8n5dnGB4,8
|
|
5
5
|
dagster_pandas/validation.py,sha256=oPODshNhi5o-q1Lxb9yxZPFIvqVrpzZTdiWBHiMabqU,19350
|
|
6
|
-
dagster_pandas/version.py,sha256=
|
|
6
|
+
dagster_pandas/version.py,sha256=QV9fGmjLpegpSAQiizglzvlP2uwa4bTCZX2WiMKCZd4,23
|
|
7
7
|
dagster_pandas/examples/__init__.py,sha256=A0ecEVe4z9X1yGD9yfrKIDXq2zHhTgqAjqkLV6POPjg,2133
|
|
8
8
|
dagster_pandas/examples/pandas_hello_world.yaml,sha256=9CNhtFRuutBPsBpAsaTAncMwBnLzzN9H-ZkU_DaxtEw,82
|
|
9
9
|
dagster_pandas/examples/workspace.yaml,sha256=67d6PErFNq5l7DlRSFTGUwLUwFP1QTd8f8TOCGmbPnU,73
|
|
@@ -15,8 +15,8 @@ dagster_pandas/examples/pandas_hello_world/environments/pandas_hello_world_prod.
|
|
|
15
15
|
dagster_pandas/examples/pandas_hello_world/environments/pandas_hello_world_test.yaml,sha256=9CNhtFRuutBPsBpAsaTAncMwBnLzzN9H-ZkU_DaxtEw,82
|
|
16
16
|
dagster_pandas/examples/pandas_hello_world/environments/papermill_pandas_hello_world_prod.yaml,sha256=C6WtgRQBtvNUk-uheCPA-PhBxxRh46hP6Y_cD8xr2BE,108
|
|
17
17
|
dagster_pandas/examples/pandas_hello_world/environments/papermill_pandas_hello_world_test.yaml,sha256=LWTGTo1qv_Ph0tqefoXv7x62PD6L-8Hm4GxSeMW6NGk,103
|
|
18
|
-
dagster_pandas-0.26.
|
|
19
|
-
dagster_pandas-0.26.
|
|
20
|
-
dagster_pandas-0.26.
|
|
21
|
-
dagster_pandas-0.26.
|
|
22
|
-
dagster_pandas-0.26.
|
|
18
|
+
dagster_pandas-0.26.4.dist-info/LICENSE,sha256=TMatHW4_G9ldRdodEAp-l2Xa2WvsdeOh60E3v1R2jis,11349
|
|
19
|
+
dagster_pandas-0.26.4.dist-info/METADATA,sha256=uUZInNGXQPTrn9ni5Aiw_vJ0iPCApm_WNqzWay-KJwo,902
|
|
20
|
+
dagster_pandas-0.26.4.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
21
|
+
dagster_pandas-0.26.4.dist-info/top_level.txt,sha256=pbqh1vicDL3g55vtJyxAgEshkdrTsnt_WeUPk8Uemq8,15
|
|
22
|
+
dagster_pandas-0.26.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|