This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git
The following commit(s) were added to refs/heads/main by this push:
new 9fd1bda2 Fixes #1421 and adds disclaimer
9fd1bda2 is described below
commit 9fd1bda21c21e1d28e2e332147d3711a8fc36c79
Author: Stefan Krawczyk <[email protected]>
AuthorDate: Sun Dec 28 20:54:50 2025 +1100
Fixes #1421 and adds disclaimer
We need to add it to the README that is linked in the package.
This also adds this to all the other packages in this repo.
---
README.md | 8 ++++++++
contrib/README.md | 8 ++++++++
dev_tools/language_server/README.md | 8 ++++++++
ui/sdk/README.md | 8 ++++++++
4 files changed, 32 insertions(+)
diff --git a/README.md b/README.md
index 30cdf0fd..2eccac91 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,14 @@
</div>
<br></br>
+> **Disclaimer**
+>
+> Apache Hamilton is an effort undergoing incubation at the Apache Software
Foundation (ASF), sponsored by the Apache Incubator PMC.
+>
+> Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.
+>
+> While incubation status is not necessarily a reflection of the completeness
or stability of the code, it does indicate that the project has yet to be fully
endorsed by the ASF.
+
Apache Hamilton (incubating) is a lightweight Python library for directed
acyclic graphs (DAGs) of data transformations. Your DAG is **portable**; it
runs anywhere Python runs, whether it's a script, notebook, Airflow pipeline,
FastAPI server, etc. Your DAG is **expressive**; Apache Hamilton has extensive
features to define and modify the execution of a DAG (e.g., data validation,
experiment tracking, remote execution).
To create a DAG, write regular Python functions that specify their
dependencies with their parameters. As shown below, it results in readable code
that can always be visualized. Apache Hamilton loads that definition and
automatically builds the DAG for you!
diff --git a/contrib/README.md b/contrib/README.md
index 3ffbe5df..74d5db15 100644
--- a/contrib/README.md
+++ b/contrib/README.md
@@ -1,5 +1,13 @@
## Off-the-shelf Apache Hamilton Dataflows
+> **Disclaimer**
+>
+> Apache Hamilton is an effort undergoing incubation at the Apache Software
Foundation (ASF), sponsored by the Apache Incubator PMC.
+>
+> Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.
+>
+> While incubation status is not necessarily a reflection of the completeness
or stability of the code, it does indicate that the project has yet to be fully
endorsed by the ASF.
+
Here you'll find documentation about the sf-hamilton-contrib package that
curates a collection of Apache Hamilton Dataflows that are
ready to be used in your own projects. They are user-contributed and
maintained, with
the goal of making it easier for you to get started with Apache Hamilton.
diff --git a/dev_tools/language_server/README.md
b/dev_tools/language_server/README.md
index 68396cd7..55856cc7 100644
--- a/dev_tools/language_server/README.md
+++ b/dev_tools/language_server/README.md
@@ -1,5 +1,13 @@
# Apache Hamilton Language Server (`hamilton_lsp`)
+> **Disclaimer**
+>
+> Apache Hamilton is an effort undergoing incubation at the Apache Software
Foundation (ASF), sponsored by the Apache Incubator PMC.
+>
+> Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.
+>
+> While incubation status is not necessarily a reflection of the completeness
or stability of the code, it does indicate that the project has yet to be fully
endorsed by the ASF.
+
This is an implementation of the [Language Server
Protocol](https://microsoft.github.io/language-server-protocol/) to provide a
rich IDE experience when creating Apache Hamilton dataflows.
It currently powers the Apache Hamilton VSCode extension and could be
integrated into other IDEs.
diff --git a/ui/sdk/README.md b/ui/sdk/README.md
index 7afd0718..c51f7ba0 100644
--- a/ui/sdk/README.md
+++ b/ui/sdk/README.md
@@ -1,5 +1,13 @@
# Apache Hamilton UI SDK: Client Code & Related
+> **Disclaimer**
+>
+> Apache Hamilton is an effort undergoing incubation at the Apache Software
Foundation (ASF), sponsored by the Apache Incubator PMC.
+>
+> Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.
+>
+> While incubation status is not necessarily a reflection of the completeness
or stability of the code, it does indicate that the project has yet to be fully
endorsed by the ASF.
+
Welcome to using the Apache Hamilton UI!
Here are instructions on how to get started with tracking, and managing your
Apache Hamilton