[GitHub] [airflow] siddharthvp commented on a change in pull request #17729: Automatically use utf8mb3_general_ci collation for mysql

2021-08-20 Thread GitBox
siddharthvp commented on a change in pull request #17729: URL: https://github.com/apache/airflow/pull/17729#discussion_r693308710 ## File path: docs/apache-airflow/howto/set-up-database.rst ## @@ -154,14 +154,18 @@ In the example below, a database ``airflow_db`` and user

[GitHub] [airflow] siddharthvp commented on a change in pull request #17729: Automatically use utf8mb3_general_ci collation for mysql

2021-08-20 Thread GitBox
siddharthvp commented on a change in pull request #17729: URL: https://github.com/apache/airflow/pull/17729#discussion_r693308540 ## File path: airflow/models/base.py ## @@ -44,6 +44,19 @@ def get_id_collation_args(): if collation: return {'collation': collation}