acryl-datahub 0.15.0rc24__py3-none-any.whl → 0.15.0rc25__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 acryl-datahub might be problematic. Click here for more details.

@@ -1,4 +1,4 @@
1
- datahub/__init__.py,sha256=I7rWvDl7l3VZ5DC3mtaoQKDToqQCmmprWfOtkh9E_mM,575
1
+ datahub/__init__.py,sha256=U5x9yuhIDpX_smTqMjMG3FyKLV9w8fZiOK34-Pl2vd0,575
2
2
  datahub/__main__.py,sha256=pegIvQ9hzK7IhqVeUi1MeADSZ2QlP-D3K0OQdEg55RU,106
3
3
  datahub/entrypoints.py,sha256=3-qSfXAx3Z0FEkBV5tlO8fQr4xk4ySeDRMVTpS5Xd6A,7793
4
4
  datahub/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -976,8 +976,8 @@ datahub_provider/operators/datahub_assertion_operator.py,sha256=uvTQ-jk2F0sbqqxp
976
976
  datahub_provider/operators/datahub_assertion_sensor.py,sha256=lCBj_3x1cf5GMNpHdfkpHuyHfVxsm6ff5x2Z5iizcAo,140
977
977
  datahub_provider/operators/datahub_operation_operator.py,sha256=aevDp2FzX7FxGlXrR0khoHNbxbhKR2qPEX5e8O2Jyzw,174
978
978
  datahub_provider/operators/datahub_operation_sensor.py,sha256=8fcdVBCEPgqy1etTXgLoiHoJrRt_nzFZQMdSzHqSG7M,168
979
- acryl_datahub-0.15.0rc24.dist-info/METADATA,sha256=z1GOrJZhoUNozAZuAKJuhaUEOtkFO6qXVGtHd5xC3mo,173559
980
- acryl_datahub-0.15.0rc24.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
981
- acryl_datahub-0.15.0rc24.dist-info/entry_points.txt,sha256=Yj0PWB0LQOq4Rj2fyR6ETx4BUGw4TOcNL0ZNoAZ9kQg,9504
982
- acryl_datahub-0.15.0rc24.dist-info/top_level.txt,sha256=iLjSrLK5ox1YVYcglRUkcvfZPvKlobBWx7CTUXx8_GI,25
983
- acryl_datahub-0.15.0rc24.dist-info/RECORD,,
979
+ acryl_datahub-0.15.0rc25.dist-info/METADATA,sha256=G7pCS6M1IzZefvuba5jKgr6IvehacgjV1JsauQfsMsk,173639
980
+ acryl_datahub-0.15.0rc25.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
981
+ acryl_datahub-0.15.0rc25.dist-info/entry_points.txt,sha256=Yj0PWB0LQOq4Rj2fyR6ETx4BUGw4TOcNL0ZNoAZ9kQg,9504
982
+ acryl_datahub-0.15.0rc25.dist-info/top_level.txt,sha256=iLjSrLK5ox1YVYcglRUkcvfZPvKlobBWx7CTUXx8_GI,25
983
+ acryl_datahub-0.15.0rc25.dist-info/RECORD,,
datahub/__init__.py CHANGED
@@ -3,7 +3,7 @@ import warnings
3
3
 
4
4
  # Published at https://pypi.org/project/acryl-datahub/.
5
5
  __package_name__ = "acryl-datahub"
6
- __version__ = "0.15.0rc24"
6
+ __version__ = "0.15.0rc25"
7
7
 
8
8
 
9
9
  def is_dev_mode() -> bool: