dataflow-conda-plugin 0.1.6__py3-none-any.whl → 0.1.7__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.6.dist-info → dataflow_conda_plugin-0.1.7.dist-info}/METADATA +1 -1
- dataflow_conda_plugin-0.1.7.dist-info/RECORD +8 -0
- plugin/scripts/install_dataflow_deps.sh +1 -1
- dataflow_conda_plugin-0.1.6.dist-info/RECORD +0 -8
- {dataflow_conda_plugin-0.1.6.dist-info → dataflow_conda_plugin-0.1.7.dist-info}/WHEEL +0 -0
- {dataflow_conda_plugin-0.1.6.dist-info → dataflow_conda_plugin-0.1.7.dist-info}/entry_points.txt +0 -0
- {dataflow_conda_plugin-0.1.6.dist-info → dataflow_conda_plugin-0.1.7.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=XtJbF1L3nqOoC5aodCfQ-hgBVQClN28Gs83xY4iUaiU,1239
|
|
4
|
+
dataflow_conda_plugin-0.1.7.dist-info/METADATA,sha256=dFlUdeHE5UVTInhvBevpuasA0UwQ1d-4RPBDzHViy8Q,65
|
|
5
|
+
dataflow_conda_plugin-0.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
dataflow_conda_plugin-0.1.7.dist-info/entry_points.txt,sha256=Vk2GKuQjr-5WV4NDKyPsnF37p3LUoAgPYOSMHxnpac8,46
|
|
7
|
+
dataflow_conda_plugin-0.1.7.dist-info/top_level.txt,sha256=Io_dflkI6h0vZSGOzZxx4e76CDTSANVfu4v4tVY6zsA,7
|
|
8
|
+
dataflow_conda_plugin-0.1.7.dist-info/RECORD,,
|
|
@@ -4,7 +4,7 @@ conda_env_path=$1
|
|
|
4
4
|
|
|
5
5
|
py_version=$(${conda_env_path}/bin/python -c "import sys; print('.'.join(map(str, sys.version_info[:2])))")
|
|
6
6
|
|
|
7
|
-
${conda_env_path}/bin/pip install dash==3.0.3 dash-renderer==1.9.1 plotly==6.0.1 typing==3.7.4.3 streamlit==1.45.1 ipython==9.2.0 ipykernel==6.29.5 ipython-sql==0.4.1 jupysql==0.10.14 psycopg2-binary==2.9.10 cryptography==44.0.3 dataflow-core==2.1.
|
|
7
|
+
${conda_env_path}/bin/pip install dash==3.0.3 dash-renderer==1.9.1 plotly==6.0.1 typing==3.7.4.3 streamlit==1.45.1 ipython==9.2.0 ipykernel==6.29.5 ipython-sql==0.4.1 jupysql==0.10.14 psycopg2-binary==2.9.10 cryptography==44.0.3 dataflow-core==2.1.14 dataflow-dbt==0.0.3
|
|
8
8
|
|
|
9
9
|
# 3. Install Dataflow Airflow to a separate path in environment
|
|
10
10
|
${conda_env_path}/bin/pip install \
|
|
@@ -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=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,,
|
|
File without changes
|
{dataflow_conda_plugin-0.1.6.dist-info → dataflow_conda_plugin-0.1.7.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{dataflow_conda_plugin-0.1.6.dist-info → dataflow_conda_plugin-0.1.7.dist-info}/top_level.txt
RENAMED
|
File without changes
|