How can i specify the db objects to include? #24
Unanswered
stephanbertl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the tap with the airbyte/source-mssql container. On run, it iterates over all objects (including functions) and throws errors. How can i limit it to specific streams? I tried specifying them in the meltano config. But it isnt working. I could not find any documentation about that.
com.microsoft.sqlserver.jdbc.SQLServerException: Parameters were not supplied for the function 'dbo.XXXXXX
To filter I tried (1) the following airbyte spec:
and running
meltano --environment=local invoke tap-mssql--airbyte --config .\msssql.json
no success.
Also inside meltano.yaml how would i even translate this? Zero documentation.
Beta Was this translation helpful? Give feedback.
All reactions