Introduction
In addition to the Gretel Console. You can configure recurring and automatic workflows using Gretel's CLI and Python SDK. Currently, both our CLI and Python SDK are bundled within the same Python package.
These fundamentals will walk you through core functionality that you should understand when creating advanced workflows with Gretel. Throughout the documentation we will utilize relevant CLI and SDK commands for common tasks and configurations.
As a quick reminder, here are the core fundamentals you will be familiar with after going through the next few sections:
- Installation of the CLI and SDK to include configuring and testing authentication
- Creating, accessing, and deleting Gretel Projects
- Creating models. Most models are created the same way, and the details of the model are specified within the Gretel Configuration.
- Running models. Running models will let you generate unlimited amounts of synthetic data.
Last modified 8mo ago