Hi all, i'm using a tap-mssql extractor and i have...
# plugins-general
m
Hi all, i'm using a tap-mssql extractor and i have table names with periods in them. after a lot of trial and error i've been unsuccessful in figuring out a working format for the select. An example would be something like "MA-Company.Advisor". My warning is always something like "stream MA... was not found in catalog". Is there a secret to doing this...?
1
{
"streams": [
{
"tap_stream_id": "MA-Company.Advisor",
"table_name": "Company.Advisor",
"schema": {
"properties": {...
e
There's an example of escaping stream names with periods in them: https://docs.meltano.com/concepts/plugins/#select-extra
👀 1
m
this is exactly what i was looking for!
1
🙌 1