Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangoeuro committed Oct 17, 2017
1 parent ecb0f4b commit 086aec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Now that you're confident that your dag works, turn on the DAG in the web UI and

### Tips

* Make your DAGs idempotent: rerunning them should give the game results.
* Make your DAGs idempotent: rerunning them should give the same results.
* Use the the cron notation for `schedule_interval` instead of `@daily` and `@hourly`.
`@daily` and `@hourly` always run after respectively midnight and the full hour, regardless of the hour/minute specified.
* Manage your connections and secrets with the [Connections](https://airflow.incubator.apache.org/configuration.html#connections) and/or [Variables](https://airflow.incubator.apache.org/ui.html#variable-view).
Expand Down

0 comments on commit 086aec6

Please sign in to comment.