From 63605f35079fa4f3cb200805421d66e96081a19e Mon Sep 17 00:00:00 2001 From: Benji Nguyen <45523555+solidiquis@users.noreply.github.com> Date: Thu, 23 May 2024 15:39:27 -0700 Subject: [PATCH] readme update for python ingestion (#30) --- examples/python/ingest_with_config/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/python/ingest_with_config/README.md b/examples/python/ingest_with_config/README.md index ea78ab09..ec1b6f61 100644 --- a/examples/python/ingest_with_config/README.md +++ b/examples/python/ingest_with_config/README.md @@ -28,7 +28,10 @@ $ cp .env-example .env Be sure to set the appropriate environment variables in your `.env` file depending on the environment you're using. Comments meant to serve as guides can be found in the `.env-example` file. -Now you may execute the script. +Before executing the script, there is a class in [main.py](main.py#L76) called `ExampleTestRunConfig` that you are free to edit +to change the run names, asset names, etc.. + +To execute the script run the following: ```bash $ python main.py