From 241613e3100091b13d7d8140aac1f3db73bfeef4 Mon Sep 17 00:00:00 2001 From: "Jeffrey Jonathan Jennings (J3)" Date: Mon, 11 Nov 2024 13:53:10 -0500 Subject: [PATCH] Resolved #4. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a774f3c..8e88d61 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ scripts/run-flink-locally.sh on --profile= > ``|`on` to turn on Flink locally, otherwise `off` to turn Flink off. > ``|your AWS SSO profile name for your AWS infrastructue that host your AWS Secrets Manager. > ``|if you are running on a Mac with M1, M2, or M3 chip, use `arm64`. Otherwise, use `amd64`. -> ``|can specify the name of the AWS S3 bucket used to store Apache Iceberg files. +> ``|specify the name of the AWS S3 bucket used to store Apache Iceberg files. To learn more about this script, click [here](.blog/run-flink-locally-script-explanation.md). @@ -99,8 +99,6 @@ Curious to learn more about Astral's `uv`? Check these out: [PyFlink API Reference](https://nightlies.apache.org/flink/flink-docs-release-1.20/api/python/reference/index.html) -[Apache FlinkĀ® Table API on Confluent Cloud - Examples](https://github.com/confluentinc/flink-table-api-python-examples) +[Apache Iceberg in Action with Apache Flink using Python](https://github.com/j3-signalroom/apache_flink-kickstarter/blob/main/.blog/apache-iceberg-in-action-with-apache-flink-using-python.md) -[How to create a User-Defined Table Function (UDTF) in PyFlink to fetch data from an external source for your Flink App?](.blog/how-create-a-pyflink-udtf.md) - -[Apache Iceberg in Action with Apache Flink using Python](.blog/apache-iceberg-in-action-with-apache-flink-using-python.md) \ No newline at end of file +[Streamlit Documentation](https://docs.streamlit.io/) \ No newline at end of file