We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1f1c1 commit e7f15c6Copy full SHA for e7f15c6
_posts/2020-03-02-breaking-up-the-dag-repo.md
@@ -111,7 +111,7 @@ platforms with slightly different setups.
111
112
For daemon Airflow components like web server and scheduler, we run
113
`objinsync` in a continuous sync mode where it pulls incremental updates from
114
-S3 to local filesystem every 5 seconds. This is implemented usingt the sidecar
+S3 to local filesystem every 5 seconds. This is implemented using the sidecar
115
container pattern. The DAG folder is mounted as a shared volume between the
116
Airflow web/scheduler container and objinsync container. The sidecar
117
objinsync container is setup to run the following command:
0 commit comments