Skip to content

Commit

Permalink
[AIRFLOW-XXX] Add tips for writing a note in UPDATIND.md (#6960)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj authored and kaxil committed Dec 30, 2019
1 parent 5e100ab commit 3b5b956
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,22 @@ assists users migrating to a new version.

## Airflow Master

<!--
I'm glad you want to write a new note. Remember that this note is intended for users.
Make sure it contains the following information:
- [ ] Previous behaviors
- [ ] New behaviors
- [ ] If possible, a simple example of how to migrate. This may include a simple code example.
- [ ] If possible, the benefit for the user after migration e.g. "we want to make these changes to unify class names."
- [ ] If possible, the reason for the change, which adds more context to that interested, e.g. reference for Airflow Improvment Proposal.
More tips can be found in the guide:
https://developers.google.com/style/inclusive-documentation
-->

### Change python3 as Dataflow Hooks/Operators default interpreter

Now the `py_interpreter` argument for DataFlow Hooks/Operators has been changed from python2 to python3.
Expand Down

0 comments on commit 3b5b956

Please sign in to comment.