From bfbd95c205c7955ec1534ae2f2b0be60014f6d4f Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Tue, 4 Jul 2023 20:52:57 -0400 Subject: [PATCH] add missing links to Summary and Data Systems - Summary was missing two links: - "Lazy vs Eager Execution", which had a few links to it - those links ended up directing to the source code of the GitBook directly instead of the rendered docs (see screenshot) - "Conquering the Python Environment", which seemed to have no links to it - discovered it while editing the docs myself and noticing that it was missing from the Summary - Data Systems was missing an S3 link --- SUMMARY.md | 2 ++ resources/data-systems/README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/SUMMARY.md b/SUMMARY.md index fe8676e..4de90a4 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -63,6 +63,7 @@ * [requirements.txt](operators/specifying-a-requirements.txt.md) * [File Dependencies](operators/file-dependencies-in-python.md) * [Configuring GPUs, CPUs, and Memory](operators/configuring-resource-constraints.md) + * [Lazy vs Eager Execution](operators/lazy-vs-eager-execution.md) * [LLMs](operators/llms.md) * [Artifacts](artifacts.md) * [Parameters](parameters.md) @@ -122,4 +123,5 @@ * [Guides](guides/README.md) * [Porting a workflow to Aqueduct](guides/porting-a-workflow-to-aqueduct.md) * [Debugging a Failed Workflow](guides/debugging-a-failed-workflow.md) + * [Conquering the Python Environment](guides/conquering-the-python-environment.md) * [FAQs](faqs.md) diff --git a/resources/data-systems/README.md b/resources/data-systems/README.md index b96c06e..b747c5b 100644 --- a/resources/data-systems/README.md +++ b/resources/data-systems/README.md @@ -18,6 +18,7 @@ Here are the systems Aqueduct supports: * [aws-redshift.md](sql-systems/aws-redshift.md "mention") * [google-bigquery.md](sql-systems/google-bigquery.md "mention") * [non-sql-systems](non-sql-systems/ "mention") + * [aws-s3.md](non-sql-systems/aws-s3.md "mention") * [google-cloud-storage.md](non-sql-systems/google-cloud-storage.md "mention") * [mongodb.md](non-sql-systems/mongodb.md "mention") * DynamoDB _(coming soon!)_