dataflow-conda-plugin 0.1.8__py3-none-any.whl → 0.1.13__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.
- {dataflow_conda_plugin-0.1.8.dist-info → dataflow_conda_plugin-0.1.13.dist-info}/METADATA +1 -1
- dataflow_conda_plugin-0.1.13.dist-info/RECORD +8 -0
- plugin/scripts/install_dataflow_deps.sh +2 -2
- dataflow_conda_plugin-0.1.8.dist-info/RECORD +0 -8
- {dataflow_conda_plugin-0.1.8.dist-info → dataflow_conda_plugin-0.1.13.dist-info}/WHEEL +0 -0
- {dataflow_conda_plugin-0.1.8.dist-info → dataflow_conda_plugin-0.1.13.dist-info}/entry_points.txt +0 -0
- {dataflow_conda_plugin-0.1.8.dist-info → dataflow_conda_plugin-0.1.13.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=MR7sLR5JZ0hVKabzwHGFdnaGoWbw4mj1k-twgtgadw8,7581
|
|
3
|
+
plugin/scripts/install_dataflow_deps.sh,sha256=3tL27xhB8WKBoKZSB8VAFHy197kCllprAXjjdc_xWAI,1279
|
|
4
|
+
dataflow_conda_plugin-0.1.13.dist-info/METADATA,sha256=zvT73s9-QORwJMk3B7_dUs-pdMK25PDbfAw1LfWarMs,66
|
|
5
|
+
dataflow_conda_plugin-0.1.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
dataflow_conda_plugin-0.1.13.dist-info/entry_points.txt,sha256=Vk2GKuQjr-5WV4NDKyPsnF37p3LUoAgPYOSMHxnpac8,46
|
|
7
|
+
dataflow_conda_plugin-0.1.13.dist-info/top_level.txt,sha256=Io_dflkI6h0vZSGOzZxx4e76CDTSANVfu4v4tVY6zsA,7
|
|
8
|
+
dataflow_conda_plugin-0.1.13.dist-info/RECORD,,
|
|
@@ -5,13 +5,13 @@ 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.
|
|
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.21 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 \
|
|
12
12
|
--force-reinstall --root-user-action ignore \
|
|
13
13
|
--no-warn-conflicts dataflow-airflow==2.10.7 \
|
|
14
|
-
--constraint /dataflow/
|
|
14
|
+
--constraint /dataflow/setup/pip_constraints/airflow_constraints${py_version}.txt \
|
|
15
15
|
--target ${conda_env_path}/bin/airflow-libraries/
|
|
16
16
|
|
|
17
17
|
files=(
|
|
@@ -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=AW6gmMaoKg2x18GfP9qTg54LxAL24y1VN7XVfG-qbBM,1280
|
|
4
|
-
dataflow_conda_plugin-0.1.8.dist-info/METADATA,sha256=p3ljtkZf6USJxELLQc7-imJ8sQ4DBMLOYvoOhKQdJtY,65
|
|
5
|
-
dataflow_conda_plugin-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
dataflow_conda_plugin-0.1.8.dist-info/entry_points.txt,sha256=Vk2GKuQjr-5WV4NDKyPsnF37p3LUoAgPYOSMHxnpac8,46
|
|
7
|
-
dataflow_conda_plugin-0.1.8.dist-info/top_level.txt,sha256=Io_dflkI6h0vZSGOzZxx4e76CDTSANVfu4v4tVY6zsA,7
|
|
8
|
-
dataflow_conda_plugin-0.1.8.dist-info/RECORD,,
|
|
File without changes
|
{dataflow_conda_plugin-0.1.8.dist-info → dataflow_conda_plugin-0.1.13.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{dataflow_conda_plugin-0.1.8.dist-info → dataflow_conda_plugin-0.1.13.dist-info}/top_level.txt
RENAMED
|
File without changes
|