The Oracle database at BODC uses synonym/DBLINK functionality to define table relations. The metadata tool needs to be updated to support this by passing the flag oracle_resolve_synonyms=True as a keyword argument to the Table construct in SQLAlchemy (See http://docs.sqlalchemy.org/en/latest/dialects/oracle.html).
The Oracle database at BODC uses synonym/DBLINK functionality to define table relations. The metadata tool needs to be updated to support this by passing the flag
oracle_resolve_synonyms=Trueas a keyword argument to theTableconstruct in SQLAlchemy (See http://docs.sqlalchemy.org/en/latest/dialects/oracle.html).