Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ Platform usage.
* [Airflow DAG Metadata Generator](tools/airflow-dag-metadata-generator) - Use Google's
generative models to analyze Airflow DAGs and supplement them with generated `description`,
`tags`, and `doc_md` values.
* [adk2-graph-asset](./tools/adk2-graph-asset) - Deploy LLM agent workflow to vertex AI Agent Engine using YAML definitions. Includes local testing, multi-node workflow and session management.
* [Airflow States Collector](tools/airflow-states-collector) -
A tool that creates and uploads an airflow dag to the dags GCS folder. The dag incrementally collect airflow task states and stores to BQ. It also autogenerates a LookerStudio dashboard querying the BQ view.
* [Airpiler](tools/airpiler) - A python script to convert Autosys JIL files to
Expand Down
Loading