Hi I am trying to understand how to use tap-mssql....
# getting-started
h
Hi I am trying to understand how to use tap-mssql. How do I specify the sql to use or table to extract from a database?
t
You can't specify the SQL that's used - the tap generates that itself. The list of tables to be extracted is controlled by the
select
rules in your meltano.cfg though.
a