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 2018/12/10 15:11:36 UTC

[GitHub] OmerJog commented on issue #4302: [AIRFLOW-2641] Fix MySqlToHiveTransfer to handle MySQL DECIMAL correctly

OmerJog commented on issue #4302: [AIRFLOW-2641]  Fix MySqlToHiveTransfer to handle MySQL DECIMAL correctly
URL: https://github.com/apache/incubator-airflow/pull/4302#issuecomment-445849539
 
 
   One of the tests fails but I'm not sure how this is related to my change:
   ```
   Traceback (most recent call last):
     File "/app/.tox/py35-backend_sqlite-env_docker/bin/airflow", line 7, in <module>
       exec(compile(f.read(), __file__, 'exec'))
     File "/app/airflow/bin/airflow", line 32, in <module>
       args.func(args)
     File "/app/airflow/utils/cli.py", line 74, in wrapper
       return f(*args, **kwargs)
     File "/app/airflow/bin/cli.py", line 513, in run
       dag = get_dag(args)
     File "/app/airflow/bin/cli.py", line 150, in get_dag
       'parse.'.format(args.dag_id))
   airflow.exceptions.AirflowException: dag_id could not be found: SchedulerJobTest.test_execute_task_instances_limit. Either the dag did not exist or it failed to parse.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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