You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "David Allan (JIRA)" <ji...@apache.org> on 2018/09/11 19:28:00 UTC

[jira] [Created] (AIRFLOW-3042) models.py and jobs.py scripts fail inserting into Oracle tables

David Allan created AIRFLOW-3042:
------------------------------------

             Summary: models.py and jobs.py scripts fail inserting into Oracle tables
                 Key: AIRFLOW-3042
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3042
             Project: Apache Airflow
          Issue Type: Bug
          Components: database
    Affects Versions: 1.10.0
            Reporter: David Allan


Errors inserting content into Oracle db for models and jobs. 

Not using Oracle 12c IDENTITY syntax (or as workaround a Sequence) for auto ID generation  (for example I've tried to change code to id = Column(Integer, Sequence('ID_SEQ'), primary_key=True)) - can investigate using 12c IDENTITY column capabilities, since there are many columns like this models.py and jobs.py

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)