Skip to content

Commit

Permalink
[TWTR][AIRFLOW-XXXX] Cherry-pick AIRFLOW-4501 and bump version (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
ZxMYS authored Oct 30, 2019
1 parent 0a522c1 commit 14d3d39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions airflow/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ def configure_adapters():
MySQLdb.converters.conversions[Pendulum] = MySQLdb.converters.DateTime2literal
except ImportError:
pass
try:
import pymysql.converters
pymysql.converters.conversions[Pendulum] = pymysql.converters.escape_datetime
except ImportError:
pass


def configure_action_logging():
Expand Down
2 changes: 1 addition & 1 deletion airflow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# under the License.
#

version = '1.10.0+twtr19'
version = '1.10.0+twtr20'

0 comments on commit 14d3d39

Please sign in to comment.