spotify/dbeam

Support for query

satishrao84 opened this issue · 2 comments

Hello,

Does dbeam support passing in queries as an option? I can pass in a table name, but what if i want to get the avro output of a query (table maybe joined with other tables or only select attributes)?
if you don't support it, any plans to support it in future?

Try to use --sqlFile parameter:

--sqlFile=<String>
    A path to a file containing a SQL query (used instead of --table parameter).

Thanks! should have read the documentation more clearly!