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 2020/12/09 08:56:25 UTC

[GitHub] [airflow] romData12 opened a new issue #12940: current orm query does not support sql server

romData12 opened a new issue #12940:
URL: https://github.com/apache/airflow/issues/12940


   https://github.com/apache/airflow/blob/5c74c3a5c1bc6424a068f1dd21a2d999b92cd8c5/airflow/models/dag.py#L2150
   
   
   ![image](https://user-images.githubusercontent.com/60224946/101606764-6b59d500-3a0c-11eb-9e16-33db4341e94d.png)
   https://docs.sqlalchemy.org/en/13/core/sqlelement.html#sqlalchemy.sql.operators.ColumnOperators.is_
   
   as seen in the image the use of "is_"  is supported only in certain platforms, and SQL server isn't one of them
   
   this should be used with the **'='** operator that is supported by more SQL platforms


----------------------------------------------------------------
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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #12940: current orm query does not support sql server

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #12940:
URL: https://github.com/apache/airflow/issues/12940#issuecomment-741631157


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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



[GitHub] [airflow] potiuk closed issue #12940: current orm query does not support sql server

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #12940:
URL: https://github.com/apache/airflow/issues/12940


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org