let's say i set a `tap-oracle` i tested it out, an...
# getting-started
j
let's say i set a
tap-oracle
i tested it out, and now i want to use that to run a sql query on - is there a way to do something like
meltano invoke tap-oracle execute --file myquery.sql
t
The only way I know of to accomplish something like that is to create a view in the DB using the query that would be in the myquery.sql file, then add that view to your
select
list as if it were a table.