My team is working on getting the oracle-tap working with an oracle wallet. We know that cx-oracle can handle Oracle wallet authentication and that the tap uses sqlalchemy for the connection which uses cx-oracle under the covers. I'm thinking that the sqlalchemy url property should allow us to use an oracle wallet if we have TNS set up properly. We're just not sure how to set up the URL properly to leverage the wallet since the sqlalchemy documentation requires a number of steps that are not available to us in the tap. Has anyone had success solving this problem with the oracle-tap?