radek
10/26/2023, 12:26 PMSELECT * FROM "RAW".SOMETABLE as using SELECT * FROM RAW.SOMETABLE says Invalid table name.
In terms of meltano:
I've setup the tap-oracle extractor and target-azureblobstorage - it all seems fine, until the tap starts grabbing some data from the database, I'm getting cx_Oracle.DatabaseError: ORA-00903: invalid table name
I've checked the debug logs and can see it's obviously not including the quotes - any simple way to make the tap include quotes when qurying the schema? note: I don't have power to make changes to the database itself.