Skip to content

Commit

Permalink
readme update for python ingestion (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis authored May 23, 2024
1 parent 4fd70df commit 63605f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/python/ingest_with_config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63605f3

Please sign in to comment.