File tree Expand file tree Collapse file tree
examples/snowflake/hamilton_ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ from hamilton.execution import executors
1111 {% - endif %}
1212{% - else %}
1313 {% - if is_user %}
14- # Make sure you've done - `pip install sf -hamilton-contrib --upgrade`
14+ # Make sure you've done - `pip install apache -hamilton-contrib --upgrade`
1515from hamilton.contrib.user.{{USER}} import {{MODULE_NAME}}
1616 {% - else %}
17- # Make sure you've done - `pip install sf -hamilton-contrib --upgrade`
17+ # Make sure you've done - `pip install apache -hamilton-contrib --upgrade`
1818from hamilton.contrib.dagworks import {{MODULE_NAME}}
1919 {% - endif %}
2020{% - endif %}
3232 .with_modules({{MODULE_NAME}})
3333 .build()
3434)
35- # If you have sf -hamilton[visualization] installed, you can see the dataflow graph
35+ # If you have apache -hamilton[visualization] installed, you can see the dataflow graph
3636# In a notebook this will show an image, else pass in arguments to save to a file
3737# dr.display_all_functions()
3838# Execute the dataflow, specifying what you want back. Will return a dictionary.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ FROM python:3.13.1-slim
1919
2020RUN apt update
2121RUN apt upgrade sqlite3 -y
22- RUN pip install "sf -hamilton[ui,sdk]"
22+ RUN pip install "apache -hamilton[ui,sdk]"
2323RUN pip install flask
2424
2525ENV HAMILTON_ALLOWED_HOSTS=".snowflakecomputing.app"
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ CONDA_HOME=$HOME/anaconda3
2020# This is a script to create and build hamilton for conda.
2121# Be sure you have conda activated and have logged into anaconda
2222# conda activate && anaconda login
23- pkg=' sf -hamilton'
23+ pkg=' apache -hamilton'
2424# adjust the Python versions you would like to build
2525array=(3.10 3.11 3.12 3.13)
2626echo " Building conda package ..."
2727cd ~
28- # this will create a ~/sf -hamilton directory with metadata to build the package.
28+ # this will create a ~/apache -hamilton directory with metadata to build the package.
2929# will error if it already exists.
3030conda skeleton pypi $pkg
3131
You can’t perform that action at this time.
0 commit comments