I done goofed

And should look better when clicking on "create pull request" 🙈
This commit is contained in:
Bart de Goede 2020-03-20 13:22:07 -07:00 committed by GitHub
parent bd1f1c1884
commit e7f15c6df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ platforms with slightly different setups.
For daemon Airflow components like web server and scheduler, we run
`objinsync` in a continuous sync mode where it pulls incremental updates from
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
container pattern. The DAG folder is mounted as a shared volume between the
Airflow web/scheduler container and objinsync container. The sidecar
objinsync container is setup to run the following command: