dataflow-conda-plugin 0.1.4__py3-none-any.whl → 0.1.6__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 dataflow-conda-plugin might be problematic. Click here for more details.
- {dataflow_conda_plugin-0.1.4.dist-info → dataflow_conda_plugin-0.1.6.dist-info}/METADATA +1 -1
- dataflow_conda_plugin-0.1.6.dist-info/RECORD +8 -0
- plugin/scripts/install_dataflow_deps.sh +1 -0
- dataflow_conda_plugin-0.1.4.dist-info/RECORD +0 -8
- {dataflow_conda_plugin-0.1.4.dist-info → dataflow_conda_plugin-0.1.6.dist-info}/WHEEL +0 -0
- {dataflow_conda_plugin-0.1.4.dist-info → dataflow_conda_plugin-0.1.6.dist-info}/entry_points.txt +0 -0
- {dataflow_conda_plugin-0.1.4.dist-info → dataflow_conda_plugin-0.1.6.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
plugin/plugin.py,sha256=83cYuYaTDyYNPY_mWgn_isJaBb8G3kuUbzZtM7Yx15Q,6209
|
|
3
|
+
plugin/scripts/install_dataflow_deps.sh,sha256=Etd_ygEkvd9IhnB_P3RhD5ju0k6UJxoDPHSPpCGidH4,1239
|
|
4
|
+
dataflow_conda_plugin-0.1.6.dist-info/METADATA,sha256=eVkl14CZ58mCxCm0E9r5XXpiVkYKPGLv_054Lv9XWtM,65
|
|
5
|
+
dataflow_conda_plugin-0.1.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
dataflow_conda_plugin-0.1.6.dist-info/entry_points.txt,sha256=Vk2GKuQjr-5WV4NDKyPsnF37p3LUoAgPYOSMHxnpac8,46
|
|
7
|
+
dataflow_conda_plugin-0.1.6.dist-info/top_level.txt,sha256=Io_dflkI6h0vZSGOzZxx4e76CDTSANVfu4v4tVY6zsA,7
|
|
8
|
+
dataflow_conda_plugin-0.1.6.dist-info/RECORD,,
|
|
@@ -10,6 +10,7 @@ ${conda_env_path}/bin/pip install dash==3.0.3 dash-renderer==1.9.1 plotly==6.0.1
|
|
|
10
10
|
${conda_env_path}/bin/pip install \
|
|
11
11
|
--force-reinstall --root-user-action ignore \
|
|
12
12
|
--no-warn-conflicts dataflow-airflow==2.10.7 \
|
|
13
|
+
--constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-${py_version}.txt \
|
|
13
14
|
--target ${conda_env_path}/bin/airflow-libraries/
|
|
14
15
|
|
|
15
16
|
files=(
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
plugin/plugin.py,sha256=83cYuYaTDyYNPY_mWgn_isJaBb8G3kuUbzZtM7Yx15Q,6209
|
|
3
|
-
plugin/scripts/install_dataflow_deps.sh,sha256=hp_v6h5Ikh9K4kp80-le8BNhjnP6znyQdKlw5-bC54o,1122
|
|
4
|
-
dataflow_conda_plugin-0.1.4.dist-info/METADATA,sha256=itEkiWPFhSW-67tRwEFsxgAUsr2OHYzBbZpCXKdYAUI,65
|
|
5
|
-
dataflow_conda_plugin-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
dataflow_conda_plugin-0.1.4.dist-info/entry_points.txt,sha256=Vk2GKuQjr-5WV4NDKyPsnF37p3LUoAgPYOSMHxnpac8,46
|
|
7
|
-
dataflow_conda_plugin-0.1.4.dist-info/top_level.txt,sha256=Io_dflkI6h0vZSGOzZxx4e76CDTSANVfu4v4tVY6zsA,7
|
|
8
|
-
dataflow_conda_plugin-0.1.4.dist-info/RECORD,,
|
|
File without changes
|
{dataflow_conda_plugin-0.1.4.dist-info → dataflow_conda_plugin-0.1.6.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{dataflow_conda_plugin-0.1.4.dist-info → dataflow_conda_plugin-0.1.6.dist-info}/top_level.txt
RENAMED
|
File without changes
|