You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,12 @@ To destroy your stack run the following command:
45
45
make airflow-destroy
46
46
```
47
47
48
+
## Update a Dag on AWS
49
+
After creating or updating a DAG you need to rebuild Airflow image, push it to ECR and then restart the airflow service. To do all that, you just need to execute:
50
+
```shell script
51
+
make airflow-push-image
52
+
```
53
+
48
54
## Features
49
55
* Control all Airflow infrastructure from a single `service.yml` file.
50
56
* Metadata DB Passwords Managed with AWS Secrets Manager.
0 commit comments