dataflow-conda-plugin 0.1.9rc1__py3-none-any.whl → 0.1.11__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.

@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dataflow-conda-plugin
3
- Version: 0.1.9rc1
3
+ Version: 0.1.11
@@ -0,0 +1,8 @@
1
+ plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ plugin/plugin.py,sha256=MR7sLR5JZ0hVKabzwHGFdnaGoWbw4mj1k-twgtgadw8,7581
3
+ plugin/scripts/install_dataflow_deps.sh,sha256=Kgr0kuo8x__OzNg4Ip6NS879m02jxSN0c_kGuaglCO4,1279
4
+ dataflow_conda_plugin-0.1.11.dist-info/METADATA,sha256=_MhFyJ7rUPFs3mLZoWJBNThgb-5sHHm3gnXeNRfAlE4,66
5
+ dataflow_conda_plugin-0.1.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ dataflow_conda_plugin-0.1.11.dist-info/entry_points.txt,sha256=Vk2GKuQjr-5WV4NDKyPsnF37p3LUoAgPYOSMHxnpac8,46
7
+ dataflow_conda_plugin-0.1.11.dist-info/top_level.txt,sha256=Io_dflkI6h0vZSGOzZxx4e76CDTSANVfu4v4tVY6zsA,7
8
+ dataflow_conda_plugin-0.1.11.dist-info/RECORD,,
@@ -5,7 +5,7 @@ conda_env_path=$1
5
5
  py_version=$(${conda_env_path}/bin/python -c "import sys; print('.'.join(map(str, sys.version_info[:2])))")
6
6
 
7
7
  # make sure to install dataflow deps from pypi only
8
- ${conda_env_path}/bin/pip install --index-url https://pypi.org/simple/ dash==3.0.3 dash-renderer==1.9.1 plotly==6.0.1 typing==3.7.4.3 streamlit==1.45.1 ipython==8.37.0 ipykernel==6.29.5 ipython-sql==0.4.1 jupysql==0.10.14 psycopg2-binary==2.9.10 dataflow-core==2.1.15rc3 dataflow-dbt==0.0.3
8
+ ${conda_env_path}/bin/pip install --index-url https://pypi.org/simple/ dash==3.0.3 dash-renderer==1.9.1 plotly==6.0.1 typing==3.7.4.3 streamlit==1.45.1 ipython==8.37.0 ipykernel==6.29.5 ipython-sql==0.4.1 jupysql==0.10.14 psycopg2-binary==2.9.10 dataflow-core==2.1.19 dataflow-dbt==0.0.3
9
9
 
10
10
  # 3. Install Dataflow Airflow to a separate path in environment
11
11
  ${conda_env_path}/bin/pip install \
@@ -1,8 +0,0 @@
1
- plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- plugin/plugin.py,sha256=MR7sLR5JZ0hVKabzwHGFdnaGoWbw4mj1k-twgtgadw8,7581
3
- plugin/scripts/install_dataflow_deps.sh,sha256=ZuK719wjMpkIwd2XHvl-Us9JVJp0H63W8SyU-HrJ86w,1282
4
- dataflow_conda_plugin-0.1.9rc1.dist-info/METADATA,sha256=kVY3CLlUCV6a8pCPWbJ2yuNfMRh4A2J9ngkN2SMiG-M,68
5
- dataflow_conda_plugin-0.1.9rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- dataflow_conda_plugin-0.1.9rc1.dist-info/entry_points.txt,sha256=Vk2GKuQjr-5WV4NDKyPsnF37p3LUoAgPYOSMHxnpac8,46
7
- dataflow_conda_plugin-0.1.9rc1.dist-info/top_level.txt,sha256=Io_dflkI6h0vZSGOzZxx4e76CDTSANVfu4v4tVY6zsA,7
8
- dataflow_conda_plugin-0.1.9rc1.dist-info/RECORD,,