Skip to content

Commit

Permalink
Capitalize dag word
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLucian committed Jul 11, 2024
1 parent 1c3e2dd commit da8448e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mwaa-ml-classifier-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ App that creates a DAG inside MWAA that takes a dataset, and builds a classifier

To keep it simple, no external dependencies (custom Docker images) were added, and the training happens locally in Airflow. Following that, the model gets deployed as a Lambda function. While not ideal, as usually all workloads are supposed to be off-loaded (i.e. with SageMaker, or EC2 / AWS Batch jobs), but easily trained models can still technically be run with the local executor.

The only input the dag has is a `airflow/variables/dataset_spec` secret in `SecretsManager` service, like the following one:
The only input the DAG has is a `airflow/variables/dataset_spec` secret in `SecretsManager` service, like the following one:

```json
{
Expand Down

0 comments on commit da8448e

Please sign in to comment.