This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hamilton.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2d7c0975 Deploy documentation from
4203b4daf8a09048b57499bb33200342bb5bc9dc
2d7c0975 is described below
commit 2d7c0975d079154248d9bf93625ac58bb2e29ef9
Author: GitHub Actions <[email protected]>
AuthorDate: Mon Jan 5 11:59:05 2026 +0000
Deploy documentation from 4203b4daf8a09048b57499bb33200342bb5bc9dc
---
content/_sources/community/index.md.txt | 19 +++++++++++
content/_sources/get-started/install.md.txt | 19 +++++++++++
.../_sources/get-started/learning-resources.md.txt | 19 +++++++++++
content/_sources/get-started/why-hamilton.md.txt | 19 +++++++++++
.../_sources/how-tos/caching-tutorial.ipynb.txt | 7 ++++
content/_sources/how-tos/cli-reference.md.txt | 19 +++++++++++
content/_sources/how-tos/llm-workflows.md.txt | 19 +++++++++++
content/_sources/how-tos/pre-commit-hooks.md.txt | 19 +++++++++++
.../how-tos/use-hamilton-for-lineage.md.txt | 19 +++++++++++
.../how-tos/use-in-jupyter-notebook.md.txt | 19 +++++++++++
content/_sources/index.md.txt | 19 +++++++++++
content/_sources/integrations/dlt/index.md.txt | 19 +++++++++++
content/_sources/integrations/fastapi.md.txt | 19 +++++++++++
content/_sources/integrations/ibis/index.md.txt | 19 +++++++++++
content/_sources/integrations/streamlit.md.txt | 19 +++++++++++
content/_sources/main.md.txt | 19 +++++++++++
.../_sources/reference/disabling-telemetry.md.txt | 19 +++++++++++
content/_static/Hamilton.pdf | Bin 10277795 -> 10279000
bytes
content/community/index.html | 20 ++++++++++-
content/get-started/install/index.html | 20 ++++++++++-
content/get-started/learning-resources/index.html | 20 ++++++++++-
content/get-started/why-hamilton/index.html | 20 ++++++++++-
content/how-tos/caching-tutorial/index.html | 16 ++++++++-
content/how-tos/cli-reference/index.html | 20 ++++++++++-
content/how-tos/llm-workflows/index.html | 20 ++++++++++-
content/how-tos/pre-commit-hooks/index.html | 20 ++++++++++-
.../how-tos/use-hamilton-for-lineage/index.html | 18 ++++++++++
content/how-tos/use-in-jupyter-notebook/index.html | 20 ++++++++++-
content/index.html | 38 ++++++++++++++++++++-
content/integrations/dlt/index.html | 20 ++++++++++-
content/integrations/fastapi/index.html | 20 ++++++++++-
content/integrations/ibis/index.html | 20 ++++++++++-
content/integrations/streamlit/index.html | 20 ++++++++++-
content/main/index.html | 20 ++++++++++-
content/reference/disabling-telemetry/index.html | 20 ++++++++++-
.../io/available-data-adapters/index.html | 28 +++++++--------
content/searchindex.js | 2 +-
37 files changed, 662 insertions(+), 31 deletions(-)
diff --git a/content/_sources/community/index.md.txt
b/content/_sources/community/index.md.txt
index c6648097..d81eb389 100644
--- a/content/_sources/community/index.md.txt
+++ b/content/_sources/community/index.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# Meet-ups
We have an active global meetup group that meets virtually once a month.
diff --git a/content/_sources/get-started/install.md.txt
b/content/_sources/get-started/install.md.txt
index c06e8b2d..48810c90 100644
--- a/content/_sources/get-started/install.md.txt
+++ b/content/_sources/get-started/install.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
Installing hamilton is easy!
diff --git a/content/_sources/get-started/learning-resources.md.txt
b/content/_sources/get-started/learning-resources.md.txt
index e4423793..d7e16286 100644
--- a/content/_sources/get-started/learning-resources.md.txt
+++ b/content/_sources/get-started/learning-resources.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# Learning Resources
Several channels are available to get started with Apache Hamilton, learn
advanced usage, and participate in the latest feature development.
diff --git a/content/_sources/get-started/why-hamilton.md.txt
b/content/_sources/get-started/why-hamilton.md.txt
index b477fcb6..36b54733 100644
--- a/content/_sources/get-started/why-hamilton.md.txt
+++ b/content/_sources/get-started/why-hamilton.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# Why use Apache Hamilton?
There are many choices for building dataflows/pipelines/workflows/ETLs.
diff --git a/content/_sources/how-tos/caching-tutorial.ipynb.txt
b/content/_sources/how-tos/caching-tutorial.ipynb.txt
index eb6c9f2a..b36a1325 100644
--- a/content/_sources/how-tos/caching-tutorial.ipynb.txt
+++ b/content/_sources/how-tos/caching-tutorial.ipynb.txt
@@ -1,5 +1,12 @@
{
"cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "Licensed to the Apache Software Foundation (ASF) under one\nor more
contributor license agreements. See the NOTICE file\ndistributed with this
work for additional information\nregarding copyright ownership. The ASF
licenses this file\nto you under the Apache License, Version 2.0
(the\n\"License\"); you may not use this file except in compliance\nwith the
License. You may obtain a copy of the License at\n\n
http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicab [...]
+ ]
+ },
{
"cell_type": "markdown",
"metadata": {},
diff --git a/content/_sources/how-tos/cli-reference.md.txt
b/content/_sources/how-tos/cli-reference.md.txt
index 1165e895..7350b455 100644
--- a/content/_sources/how-tos/cli-reference.md.txt
+++ b/content/_sources/how-tos/cli-reference.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# Command line interface
This page covers the Apache Hamilton CLI. It is built directly from the CLI,
but note that the command `hamilton --help` always provide the most accurate
documentation.
diff --git a/content/_sources/how-tos/llm-workflows.md.txt
b/content/_sources/how-tos/llm-workflows.md.txt
index d3fca665..87ec6beb 100644
--- a/content/_sources/how-tos/llm-workflows.md.txt
+++ b/content/_sources/how-tos/llm-workflows.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# LLM workflows
Apache Hamilton is great for describing dataflows, and a lot of "actions" you
want
diff --git a/content/_sources/how-tos/pre-commit-hooks.md.txt
b/content/_sources/how-tos/pre-commit-hooks.md.txt
index 803fcc4e..7c620f6b 100644
--- a/content/_sources/how-tos/pre-commit-hooks.md.txt
+++ b/content/_sources/how-tos/pre-commit-hooks.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# pre-commit hooks
## Use pre-commit hooks for safer Apache Hamilton code changes
diff --git a/content/_sources/how-tos/use-hamilton-for-lineage.md.txt
b/content/_sources/how-tos/use-hamilton-for-lineage.md.txt
index 76b41230..21728fca 100644
--- a/content/_sources/how-tos/use-hamilton-for-lineage.md.txt
+++ b/content/_sources/how-tos/use-hamilton-for-lineage.md.txt
@@ -1,2 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
```{include} ../../examples/lineage/README.md
```
diff --git a/content/_sources/how-tos/use-in-jupyter-notebook.md.txt
b/content/_sources/how-tos/use-in-jupyter-notebook.md.txt
index 5ad41652..9f242c49 100644
--- a/content/_sources/how-tos/use-in-jupyter-notebook.md.txt
+++ b/content/_sources/how-tos/use-in-jupyter-notebook.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# Jupyter notebooks
There are two main ways to use Apache Hamilton in a notebook.
diff --git a/content/_sources/index.md.txt b/content/_sources/index.md.txt
index c66a483a..272b70c9 100644
--- a/content/_sources/index.md.txt
+++ b/content/_sources/index.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
```{include} main.md
```
diff --git a/content/_sources/integrations/dlt/index.md.txt
b/content/_sources/integrations/dlt/index.md.txt
index d21fba0a..4671f9e6 100644
--- a/content/_sources/integrations/dlt/index.md.txt
+++ b/content/_sources/integrations/dlt/index.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# dlt
[dlt](https://dlthub.com/) stands for "data load tool". It's an open-source
Python library providing a ton of data `Sources` (Slack, Stripe, Google
Analytics, Zendesk, etc.) and `Destinations` (S3, Snowflake, BigQuery,
Postgres, etc.). `Pipelines` make it easy to connect `Sources` and
`Destinations` and provide advanced engineering features such as table
normalization, incremental loading, and automatic schema evolution.
diff --git a/content/_sources/integrations/fastapi.md.txt
b/content/_sources/integrations/fastapi.md.txt
index 8b0626d9..c56561f8 100644
--- a/content/_sources/integrations/fastapi.md.txt
+++ b/content/_sources/integrations/fastapi.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# FastAPI
[FastAPI](https://fastapi.tiangolo.com/) is an open-source Python web
framework to create APIs. It is a modern alternative to
[Flask](https://flask.palletsprojects.com/en/3.0.x/) and a more lightweight
option than [Django](https://www.djangoproject.com/). In FastAPI, endpoints are
defined using Python functions. The parameters indicate the request
specifications and the return value specifies the response. Decorators are used
to specify the [HTTP methods](https://learn.microsoft.com/en-u [...]
diff --git a/content/_sources/integrations/ibis/index.md.txt
b/content/_sources/integrations/ibis/index.md.txt
index 1fb6ae14..24368362 100644
--- a/content/_sources/integrations/ibis/index.md.txt
+++ b/content/_sources/integrations/ibis/index.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# Ibis
[Ibis](https://ibis-project.org/) is the portable Python dataframe library. It
allows you to define data transformations once and execute them in multiple
backends (BigQuery, DuckDB, PySpark, SQLite, Snowflake, Postgres, Polars; [see
the full list](https://ibis-project.org/support_matrix)). If you never used
Ibis before, it should feel similar to SQL with a touch of dataframes (e.g.,
pandas). You'll be primarily writing expressions (similar to an SQL query),
which compute values only aft [...]
diff --git a/content/_sources/integrations/streamlit.md.txt
b/content/_sources/integrations/streamlit.md.txt
index 9c22d4b7..943cf46c 100644
--- a/content/_sources/integrations/streamlit.md.txt
+++ b/content/_sources/integrations/streamlit.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# Streamlit
[Streamlit](https://streamlit.io/) is an open-source Python library to create
web applications with minimal effort. It's an effective solution to create
simple dashboards, interactive data visualizations, and proof-of-concepts for
data science, machine learning, and LLM applications. On this page, you'll
learn how Apache Hamilton can help you:
diff --git a/content/_sources/main.md.txt b/content/_sources/main.md.txt
index 6d5eb5e0..324bc10f 100644
--- a/content/_sources/main.md.txt
+++ b/content/_sources/main.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# Welcome to Apache Hamilton
<div align="left">
<a
href="https://join.slack.com/t/hamilton-opensource/shared_invite/zt-2niepkra8-DGKGf_tTYhXuJWBTXtIs4g"
target="_blank"><img src="./_static/hamilton_slack.png" alt="Apache Hamilton
Slack"/></a>
diff --git a/content/_sources/reference/disabling-telemetry.md.txt
b/content/_sources/reference/disabling-telemetry.md.txt
index 38d5783d..1ab75a9c 100644
--- a/content/_sources/reference/disabling-telemetry.md.txt
+++ b/content/_sources/reference/disabling-telemetry.md.txt
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
# Telemetry
If you do not wish to participate in telemetry capture, one can opt-out with
one of the following methods:
diff --git a/content/_static/Hamilton.pdf b/content/_static/Hamilton.pdf
index 3bd9ce25..99b88ce7 100644
Binary files a/content/_static/Hamilton.pdf and b/content/_static/Hamilton.pdf
differ
diff --git a/content/community/index.html b/content/community/index.html
index 0379df54..276c182a 100644
--- a/content/community/index.html
+++ b/content/community/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="meet-ups">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="meet-ups">
<h1>Meet-ups<a class="headerlink" href="#meet-ups" title="Link to this
heading">¶</a></h1>
<p>We have an active global meetup group that meets virtually once a month.</p>
<p>You can <a class="reference external"
href="https://www.meetup.com/global-hamilton-open-source-user-group-meetup/">sign
up for the group here</a>.</p>
diff --git a/content/get-started/install/index.html
b/content/get-started/install/index.html
index 55e610db..e597b5b3 100644
--- a/content/get-started/install/index.html
+++ b/content/get-started/install/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <p>Installing hamilton is easy!</p>
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<p>Installing hamilton is easy!</p>
<section id="install">
<h1>Install<a class="headerlink" href="#install" title="Link to this
heading">¶</a></h1>
<p>Apache Hamilton is a lightweight framework with a variety of
extensions/plugins. To get started, you’ll need the following:</p>
diff --git a/content/get-started/learning-resources/index.html
b/content/get-started/learning-resources/index.html
index 75b72858..746dc8fb 100644
--- a/content/get-started/learning-resources/index.html
+++ b/content/get-started/learning-resources/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="learning-resources">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="learning-resources">
<h1>Learning Resources<a class="headerlink" href="#learning-resources"
title="Link to this heading">¶</a></h1>
<p>Several channels are available to get started with Apache Hamilton, learn
advanced usage, and participate in the latest feature development.</p>
<section id="user-guide-documentation">
diff --git a/content/get-started/why-hamilton/index.html
b/content/get-started/why-hamilton/index.html
index ab26425d..ca4ede18 100644
--- a/content/get-started/why-hamilton/index.html
+++ b/content/get-started/why-hamilton/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="why-use-apache-hamilton">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="why-use-apache-hamilton">
<h1>Why use Apache Hamilton?<a class="headerlink"
href="#why-use-apache-hamilton" title="Link to this heading">¶</a></h1>
<p>There are many choices for building dataflows/pipelines/workflows/ETLs.
Let’s compare Apache Hamilton to some of the other options to help answer this
question.</p>
diff --git a/content/how-tos/caching-tutorial/index.html
b/content/how-tos/caching-tutorial/index.html
index 13eda96c..1ab5d46c 100644
--- a/content/how-tos/caching-tutorial/index.html
+++ b/content/how-tos/caching-tutorial/index.html
@@ -494,7 +494,21 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="caching">
+ <p>Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+“License”); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at</p>
+<p>http://www.apache.org/licenses/LICENSE-2.0</p>
+<p>Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+“AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.</p>
+<section id="caching">
<h1>Caching<a class="headerlink" href="#caching" title="Link to this
heading">¶</a></h1>
<p>In Hamilton, <strong>caching</strong> broadly refers to “reusing results
from previous executions to skip redundant computation”. If you change code or
pass new data, it will automatically determine which results can be reused and
which nodes need to be re-executed. This improves execution speed and reduces
resource usage (computation, API credits, etc.).</p>
<div class="admonition note">
diff --git a/content/how-tos/cli-reference/index.html
b/content/how-tos/cli-reference/index.html
index d0311c8b..84aba0e0 100644
--- a/content/how-tos/cli-reference/index.html
+++ b/content/how-tos/cli-reference/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="command-line-interface">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="command-line-interface">
<h1>Command line interface<a class="headerlink" href="#command-line-interface"
title="Link to this heading">¶</a></h1>
<p>This page covers the Apache Hamilton CLI. It is built directly from the
CLI, but note that the command <code class="docutils literal notranslate"><span
class="pre">hamilton</span> <span class="pre">--help</span></code> always
provide the most accurate documentation.</p>
<section id="installation">
diff --git a/content/how-tos/llm-workflows/index.html
b/content/how-tos/llm-workflows/index.html
index f271d478..dca2c724 100644
--- a/content/how-tos/llm-workflows/index.html
+++ b/content/how-tos/llm-workflows/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="llm-workflows">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="llm-workflows">
<h1>LLM workflows<a class="headerlink" href="#llm-workflows" title="Link to
this heading">¶</a></h1>
<p>Apache Hamilton is great for describing dataflows, and a lot of “actions”
you want
an “agent” to perform can be described as one, e.g. create an embedding
diff --git a/content/how-tos/pre-commit-hooks/index.html
b/content/how-tos/pre-commit-hooks/index.html
index 3286da08..0009041a 100644
--- a/content/how-tos/pre-commit-hooks/index.html
+++ b/content/how-tos/pre-commit-hooks/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="pre-commit-hooks">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="pre-commit-hooks">
<h1>pre-commit hooks<a class="headerlink" href="#pre-commit-hooks" title="Link
to this heading">¶</a></h1>
<section id="use-pre-commit-hooks-for-safer-apache-hamilton-code-changes">
<h2>Use pre-commit hooks for safer Apache Hamilton code changes<a
class="headerlink"
href="#use-pre-commit-hooks-for-safer-apache-hamilton-code-changes" title="Link
to this heading">¶</a></h2>
diff --git a/content/how-tos/use-hamilton-for-lineage/index.html
b/content/how-tos/use-hamilton-for-lineage/index.html
index 782bb5f9..673e6421 100644
--- a/content/how-tos/use-hamilton-for-lineage/index.html
+++ b/content/how-tos/use-hamilton-for-lineage/index.html
@@ -505,6 +505,24 @@ with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
diff --git a/content/how-tos/use-in-jupyter-notebook/index.html
b/content/how-tos/use-in-jupyter-notebook/index.html
index 06a20345..cee5f75c 100644
--- a/content/how-tos/use-in-jupyter-notebook/index.html
+++ b/content/how-tos/use-in-jupyter-notebook/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="jupyter-notebooks">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="jupyter-notebooks">
<h1>Jupyter notebooks<a class="headerlink" href="#jupyter-notebooks"
title="Link to this heading">¶</a></h1>
<p>There are two main ways to use Apache Hamilton in a notebook.</p>
<ol class="arabic simple">
diff --git a/content/index.html b/content/index.html
index a181f3bf..d6d89760 100644
--- a/content/index.html
+++ b/content/index.html
@@ -494,7 +494,43 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="welcome-to-apache-hamilton">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="welcome-to-apache-hamilton">
<h1>Welcome to Apache Hamilton<a class="headerlink"
href="#welcome-to-apache-hamilton" title="Link to this heading">¶</a></h1>
<div align="left">
<a
href="https://join.slack.com/t/hamilton-opensource/shared_invite/zt-2niepkra8-DGKGf_tTYhXuJWBTXtIs4g"
target="_blank"><img src="./_static/hamilton_slack.png" alt="Apache Hamilton
Slack"/></a>
diff --git a/content/integrations/dlt/index.html
b/content/integrations/dlt/index.html
index a00a9d65..d68eefd9 100644
--- a/content/integrations/dlt/index.html
+++ b/content/integrations/dlt/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="dlt">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="dlt">
<h1>dlt<a class="headerlink" href="#dlt" title="Link to this
heading">¶</a></h1>
<p><a class="reference external" href="https://dlthub.com/">dlt</a> stands for
“data load tool”. It’s an open-source Python library providing a ton of data
<code class="docutils literal notranslate"><span
class="pre">Sources</span></code> (Slack, Stripe, Google Analytics, Zendesk,
etc.) and <code class="docutils literal notranslate"><span
class="pre">Destinations</span></code> (S3, Snowflake, BigQuery, Postgres,
etc.). <code class="docutils literal notranslate"><span class="pre">Pipeline
[...]
<p>dlt is an “extract and load” tool and Apache Hamilton is a “transform”
tool, allowing various usage patterns.</p>
diff --git a/content/integrations/fastapi/index.html
b/content/integrations/fastapi/index.html
index 0b670cc2..394977ef 100644
--- a/content/integrations/fastapi/index.html
+++ b/content/integrations/fastapi/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="fastapi">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="fastapi">
<h1>FastAPI<a class="headerlink" href="#fastapi" title="Link to this
heading">¶</a></h1>
<p><a class="reference external"
href="https://fastapi.tiangolo.com/">FastAPI</a> is an open-source Python web
framework to create APIs. It is a modern alternative to <a class="reference
external" href="https://flask.palletsprojects.com/en/3.0.x/">Flask</a> and a
more lightweight option than <a class="reference external"
href="https://www.djangoproject.com/">Django</a>. In FastAPI, endpoints are
defined using Python functions. The parameters indicate the request
specifications and the re [...]
<div class="highlight-python notranslate"><div
class="highlight"><pre><span></span><span class="kn">from</span><span
class="w"> </span><span class="nn">typing</span><span class="w"> </span><span
class="kn">import</span> <span class="n">Union</span>
diff --git a/content/integrations/ibis/index.html
b/content/integrations/ibis/index.html
index 3bdeea0d..16550381 100644
--- a/content/integrations/ibis/index.html
+++ b/content/integrations/ibis/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="ibis">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="ibis">
<h1>Ibis<a class="headerlink" href="#ibis" title="Link to this
heading">¶</a></h1>
<p><a class="reference external" href="https://ibis-project.org/">Ibis</a> is
the portable Python dataframe library. It allows you to define data
transformations once and execute them in multiple backends (BigQuery, DuckDB,
PySpark, SQLite, Snowflake, Postgres, Polars; <a class="reference external"
href="https://ibis-project.org/support_matrix">see the full list</a>). If you
never used Ibis before, it should feel similar to SQL with a touch of
dataframes (e.g., pandas). You’ll be primari [...]
<p>On this page, you’ll learn how Ibis + Apache Hamilton can help:</p>
diff --git a/content/integrations/streamlit/index.html
b/content/integrations/streamlit/index.html
index bea4ed6c..6bcdce02 100644
--- a/content/integrations/streamlit/index.html
+++ b/content/integrations/streamlit/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="streamlit">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="streamlit">
<h1>Streamlit<a class="headerlink" href="#streamlit" title="Link to this
heading">¶</a></h1>
<p><a class="reference external" href="https://streamlit.io/">Streamlit</a> is
an open-source Python library to create web applications with minimal effort.
It’s an effective solution to create simple dashboards, interactive data
visualizations, and proof-of-concepts for data science, machine learning, and
LLM applications. On this page, you’ll learn how Apache Hamilton can help
you:</p>
<ul class="simple">
diff --git a/content/main/index.html b/content/main/index.html
index 2b0b82be..49955c11 100644
--- a/content/main/index.html
+++ b/content/main/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="welcome-to-apache-hamilton">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="welcome-to-apache-hamilton">
<h1>Welcome to Apache Hamilton<a class="headerlink"
href="#welcome-to-apache-hamilton" title="Link to this heading">¶</a></h1>
<div align="left">
<a
href="https://join.slack.com/t/hamilton-opensource/shared_invite/zt-2niepkra8-DGKGf_tTYhXuJWBTXtIs4g"
target="_blank"><img src="./_static/hamilton_slack.png" alt="Apache Hamilton
Slack"/></a>
diff --git a/content/reference/disabling-telemetry/index.html
b/content/reference/disabling-telemetry/index.html
index aa84aa01..38d04182 100644
--- a/content/reference/disabling-telemetry/index.html
+++ b/content/reference/disabling-telemetry/index.html
@@ -494,7 +494,25 @@
</label>
</div>
<article role="main" id="furo-main-content">
- <section id="telemetry">
+ <!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section id="telemetry">
<h1>Telemetry<a class="headerlink" href="#telemetry" title="Link to this
heading">¶</a></h1>
<p>If you do not wish to participate in telemetry capture, one can opt-out
with one of the following methods:</p>
<ol class="arabic">
diff --git a/content/reference/io/available-data-adapters/index.html
b/content/reference/io/available-data-adapters/index.html
index e097039c..b62a3847 100644
--- a/content/reference/io/available-data-adapters/index.html
+++ b/content/reference/io/available-data-adapters/index.html
@@ -587,7 +587,7 @@ source<code class="docutils literal notranslate"><span
class="pre">Union</span><
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L503-L534">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L509-L540">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-odd"><td>json</td>
<td><dl class="field-list">
@@ -687,7 +687,7 @@ file<code class="docutils literal notranslate"><span
class="pre">Union</span></c
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L72-L178">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L78-L184">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-even"><td>csv</td>
<td><dl class="field-list">
@@ -724,7 +724,7 @@ file<code class="docutils literal notranslate"><span
class="pre">Union</span></c
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L243-L304">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L249-L310">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-even"><td>parquet</td>
<td><dl class="field-list">
@@ -796,7 +796,7 @@ source<code class="docutils literal notranslate"><span
class="pre">Union</span><
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L354-L404">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L360-L410">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-even"><td>feather</td>
<td><dl class="field-list">
@@ -859,7 +859,7 @@ file<code class="docutils literal notranslate"><span
class="pre">Union</span></c
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L438-L469">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L444-L475">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-odd"><td>database</td>
<td><dl class="field-list">
@@ -868,7 +868,7 @@ query<code class="docutils literal notranslate"><span
class="pre">str</span></co
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L720-L765">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L726-L771">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-even"><td>spreadsheet</td>
<td><dl class="field-list">
@@ -877,7 +877,7 @@ source<code class="docutils literal notranslate"><span
class="pre">Union</span><
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L561-L608">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L567-L614">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-odd"><td>dlt</td>
<td><dl class="field-list">
@@ -938,7 +938,7 @@ file<code class="docutils literal notranslate"><span
class="pre">Union</span></c
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/><code class="docutils literal
notranslate"><span class="pre">LazyFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L536-L559">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L542-L565">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-odd"><td>json</td>
<td><dl class="field-list">
@@ -1047,7 +1047,7 @@ file<code class="docutils literal notranslate"><span
class="pre">Union</span></c
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/><code class="docutils literal
notranslate"><span class="pre">LazyFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L180-L241">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L186-L247">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-odd"><td>parquet</td>
<td><dl class="field-list">
@@ -1065,7 +1065,7 @@ file<code class="docutils literal notranslate"><span
class="pre">Union</span></c
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/><code class="docutils literal
notranslate"><span class="pre">LazyFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L306-L352">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L312-L358">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-odd"><td>sql</td>
<td><dl class="field-list">
@@ -1119,7 +1119,7 @@ file<code class="docutils literal notranslate"><span
class="pre">Union=None</spa
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/><code class="docutils literal
notranslate"><span class="pre">LazyFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L406-L436">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L412-L442">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-odd"><td>orc</td>
<td><dl class="field-list">
@@ -1146,7 +1146,7 @@ file<code class="docutils literal notranslate"><span
class="pre">Union</span></c
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/><code class="docutils literal
notranslate"><span class="pre">LazyFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L471-L501">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L477-L507">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-even"><td>database</td>
<td><dl class="field-list">
@@ -1155,7 +1155,7 @@ table_name<code class="docutils literal
notranslate"><span class="pre">str</span
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/><code class="docutils literal
notranslate"><span class="pre">LazyFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L767-L804">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L773-L810">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-odd"><td>spreadsheet</td>
<td><dl class="field-list">
@@ -1164,7 +1164,7 @@ workbook<code class="docutils literal notranslate"><span
class="pre">Union</span
<td><dl class="field-list">
<code class="docutils literal notranslate"><span
class="pre">DataFrame</span></code><br/><code class="docutils literal
notranslate"><span class="pre">LazyFrame</span></code><br/></dl>
</td>
-<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L610-L718">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
+<td><a
href="https://github.com/apache/hamilton/blob/main/hamilton/plugins/polars_post_1_0_0_extensions.py#L616-L724">hamilton.plugins.polars_post_1_0_0_extensions</a></td>
</tr>
<tr class="row-even"><td>png</td>
<td><dl class="field-list">
diff --git a/content/searchindex.js b/content/searchindex.js
index 53ca1759..22d6b420 100644
--- a/content/searchindex.js
+++ b/content/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{".with_cache() to specify caching
behavior":[[40,"with-cache-to-specify-caching-behavior"]],"1 - Dynamically
create modules within your
notebook":[[53,"dynamically-create-modules-within-your-notebook"]],"1. Define
steps":[[4,"define-steps"]],"1. Hard to read UI and data
flows.":[[61,"hard-to-read-ui-and-data-flows"]],"1. Importing the
extension":[[42,"importing-the-extension"]],"1.
Programmatically":[[42,"programmatically"]],"1. Test your FastAPI application
[...]
\ No newline at end of file
+Search.setIndex({"alltitles":{".with_cache() to specify caching
behavior":[[40,"with-cache-to-specify-caching-behavior"]],"1 - Dynamically
create modules within your
notebook":[[53,"dynamically-create-modules-within-your-notebook"]],"1. Define
steps":[[4,"define-steps"]],"1. Hard to read UI and data
flows.":[[61,"hard-to-read-ui-and-data-flows"]],"1. Importing the
extension":[[42,"importing-the-extension"]],"1.
Programmatically":[[42,"programmatically"]],"1. Test your FastAPI application
[...]
\ No newline at end of file