You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/05/06 10:15:18 UTC

[GitHub] [airflow] OmerJog commented on issue #5241: [AIRFLOW-4462] MSSQL backend broken

OmerJog commented on issue #5241: [AIRFLOW-4462] MSSQL backend broken 
URL: https://github.com/apache/airflow/pull/5241#issuecomment-489572014
 
 
   @deodeveloper  You have some flake8 errors:
   
   ```
   ./airflow/migrations/versions/2a2738575802_change_execution_date_type_from_.py:9:2: W291 trailing whitespace
   ./airflow/migrations/versions/2a2738575802_change_execution_date_type_from_.py:11:2: W291 trailing whitespace
   ./airflow/migrations/versions/2a2738575802_change_execution_date_type_from_.py:42:77: W291 trailing whitespace
   ./airflow/migrations/versions/2a2738575802_change_execution_date_type_from_.py:43:96: W291 trailing whitespace
   ./airflow/migrations/versions/2a2738575802_change_execution_date_type_from_.py:122:77: W291 trailing whitespace
   ./airflow/migrations/versions/2a2738575802_change_execution_date_type_from_.py:123:96: W291 trailing whitespace
   ./airflow/migrations/versions/2a2738575802_change_execution_date_type_from_.py:213:104: W291 trailing whitespace
   ./airflow/migrations/versions/2a2738575802_change_execution_date_type_from_.py:214:111: E501 line too long (115 > 110 characters)
   ```
   
   Does this also fixes https://issues.apache.org/jira/browse/AIRFLOW-1987 ? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services