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!)_