Fokko commented on issue #6447: [AIRFLOW-5792] Straighten out the migrations
URL: https://github.com/apache/airflow/pull/6447#issuecomment-555714460
 
 
   Sorry for the late response, I'm extremely busy right now.
   
   Right now there are three heads on v1-10-stable:
   ```
   MacBook-Pro-van-Fokko:incubator-airflow fokkodriesprong$ cd airflow/
   MacBook-Pro-van-Fokko:airflow fokkodriesprong$ alembic heads
   
/Users/fokkodriesprong/Desktop/incubator-airflow/airflow/configuration.py:226: 
FutureWarning: The task_runner setting in [core] has the old default value of 
'BashTaskRunner'. This value has been changed to 'StandardTaskRunner' in the 
running config, but please update your config before Apache Airflow 2.0.
     FutureWarning
   
/Users/fokkodriesprong/Desktop/incubator-airflow/airflow/configuration.py:612: 
DeprecationWarning: Specifying airflow_home in the config file is deprecated. 
As you have left it at the default value you should remove the setting from 
your airflow.cfg and suffer no change in behaviour.
     category=DeprecationWarning,
   
/Users/fokkodriesprong/Desktop/incubator-airflow/airflow/config_templates/airflow_local_settings.py:65:
 DeprecationWarning: The elasticsearch_host option in [elasticsearch] has been 
renamed to host - the old setting has been used, but please update your config.
     ELASTICSEARCH_HOST = conf.get('elasticsearch', 'HOST')
   
/Users/fokkodriesprong/Desktop/incubator-airflow/airflow/config_templates/airflow_local_settings.py:67:
 DeprecationWarning: The elasticsearch_log_id_template option in 
[elasticsearch] has been renamed to log_id_template - the old setting has been 
used, but please update your config.
     ELASTICSEARCH_LOG_ID_TEMPLATE = conf.get('elasticsearch', 
'LOG_ID_TEMPLATE')
   
/Users/fokkodriesprong/Desktop/incubator-airflow/airflow/config_templates/airflow_local_settings.py:69:
 DeprecationWarning: The elasticsearch_end_of_log_mark option in 
[elasticsearch] has been renamed to end_of_log_mark - the old setting has been 
used, but please update your config.
     ELASTICSEARCH_END_OF_LOG_MARK = conf.get('elasticsearch', 
'END_OF_LOG_MARK')
   a56c9515abdc (head)
   004c1210f153 (head)
   74effc47d867 (head)
   ```
   The easiest way is to just merge them: `alembic merge a56c9515abdc 
004c1210f153 74effc47d867`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to