dataflow-conda-plugin 0.1.7rc2__py3-none-any.whl → 0.1.7rc3__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.
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dataflow-conda-plugin
3
- Version: 0.1.7rc2
3
+ Version: 0.1.7rc3
@@ -0,0 +1,8 @@
1
+ plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ plugin/plugin.py,sha256=ehGg1wEvqiEZFXwhvp8Jc4p5e0senirTd-aUNg74T5I,6352
3
+ plugin/scripts/install_dataflow_deps.sh,sha256=oeCw1kD-okNZyjD5fJ2pOJV6a0SphVMYTxbk2zHx2as,1331
4
+ dataflow_conda_plugin-0.1.7rc3.dist-info/METADATA,sha256=I6nQLgw6Be2aTeexSlrY-tbhjsC-jp4VtttEquSvUOc,68
5
+ dataflow_conda_plugin-0.1.7rc3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ dataflow_conda_plugin-0.1.7rc3.dist-info/entry_points.txt,sha256=Vk2GKuQjr-5WV4NDKyPsnF37p3LUoAgPYOSMHxnpac8,46
7
+ dataflow_conda_plugin-0.1.7rc3.dist-info/top_level.txt,sha256=Io_dflkI6h0vZSGOzZxx4e76CDTSANVfu4v4tVY6zsA,7
8
+ dataflow_conda_plugin-0.1.7rc3.dist-info/RECORD,,
@@ -4,7 +4,8 @@ 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.15rc2 dataflow-dbt==0.0.3
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==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.15rc3 dataflow-dbt==0.0.3
8
9
 
9
10
  # 3. Install Dataflow Airflow to a separate path in environment
10
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=ehGg1wEvqiEZFXwhvp8Jc4p5e0senirTd-aUNg74T5I,6352
3
- plugin/scripts/install_dataflow_deps.sh,sha256=j9cQhQb7Mc0H97o5DB_dyPnExmHWopt-9QFnrJ4V1ss,1242
4
- dataflow_conda_plugin-0.1.7rc2.dist-info/METADATA,sha256=XVQ2yZCBlUFDyipgurqb1HWfJOcTc3EFwIGa8OjMdUo,68
5
- dataflow_conda_plugin-0.1.7rc2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- dataflow_conda_plugin-0.1.7rc2.dist-info/entry_points.txt,sha256=Vk2GKuQjr-5WV4NDKyPsnF37p3LUoAgPYOSMHxnpac8,46
7
- dataflow_conda_plugin-0.1.7rc2.dist-info/top_level.txt,sha256=Io_dflkI6h0vZSGOzZxx4e76CDTSANVfu4v4tVY6zsA,7
8
- dataflow_conda_plugin-0.1.7rc2.dist-info/RECORD,,