truc_nguyen
03/21/2021, 6:32 AMmeltano add --custom extractor
but it failed to install.visch
03/21/2021, 2:24 PMtruc_nguyen
03/21/2021, 3:33 PMaaronsteers
03/21/2021, 5:09 PMvisch
03/21/2021, 5:11 PMvisch
03/21/2021, 5:12 PMINFO Beginning sync
INFO Preparing Catalog
INFO Fetching tables
INFO Tables fetched, fetching columns
INFO Columns Fetched
INFO Catalog ready
INFO selected-by-default: False
INFO database-name: dbo
INFO is-view: False
INFO replication-method: FULL_TABLE
INFO table-key-properties: []
INFO selected: True
INFO Need to sync abc
{"type": "STATE", "value": {"currently_syncing": "dbo-abc"}}
INFO Table abc proposes FULL_TABLE sync
INFO Table abc will use FULL_TABLE sync
INFO syncing abc full table
{"type": "SCHEMA", "stream": "dbo-abc", "schema": {"properties": {"id": {"inclusion": "available", "minimum": -2147483648, "maximum": 2147483647, "type": ["null", "integer"]}}, "type": "object"}, "key_properties": []}
{"type": "ACTIVATE_VERSION", "stream": "dbo-abc", "version": 1616346750991}
{"type": "RECORD", "stream": "dbo-abc", "record": {"id": 1}, "version": 1616346750991, "time_extracted": "2021-03-21T17:12:30.996100Z"}
{"type": "RECORD", "stream": "dbo-abc", "record": {"id": 2}, "version": 1616346750991, "time_extracted": "2021-03-21T17:12:30.996100Z"}
{"type": "RECORD", "stream": "dbo-abc", "record": {"id": 3}, "version": 1616346750991, "time_extracted": "2021-03-21T17:12:30.996100Z"}
{"type": "RECORD", "stream": "dbo-abc", "record": {"id": 4}, "version": 1616346750991, "time_extracted": "2021-03-21T17:12:30.996100Z"}
INFO METRIC: {"type": "counter", "metric": "record_count", "value": 4, "tags": {"database": "dbo", "table": "abc"}}
{"type": "STATE", "value": {"currently_syncing": "dbo-abc"}}
{"type": "ACTIVATE_VERSION", "stream": "dbo-abc", "version": 1616346750991}
{"type": "STATE", "value": {"currently_syncing": "dbo-abc", "bookmarks": {"dbo-abc": {"initial_full_table_complete": true}}}}
INFO METRIC: {"type": "timer", "metric": "job_duration", "value": 0.010980367660522461, "tags": {"job_type": "sync_table", "database": "dbo", "table": "abc", "status": "succeeded"}}
{"type": "STATE", "value": {"currently_syncing": null, "bookmarks": {"dbo-abc": {"initial_full_table_complete": true}}}}
visch
03/21/2021, 5:18 PMvisch
03/21/2021, 5:22 PMtruc_nguyen
03/22/2021, 2:53 PMchad_petrovay
04/13/2021, 7:49 PMpip install pipelinewise-tap-mssql
, but get the following error
ERROR: Could not find a version that satifies the requirement pipelinewise-tap-mssql
ERROR: No matching distribution found for pipelinewise-tap-mssql
visch
04/13/2021, 8:22 PMaaronsteers
04/13/2021, 8:24 PMchad_petrovay
04/13/2021, 8:25 PMaaronsteers
04/13/2021, 8:26 PMtap-mssql
or similar and did not find anything: Search results · PyPIaaronsteers
04/13/2021, 8:27 PMaaronsteers
04/13/2021, 8:28 PMpip install git+<https://github.com/wintersrd/pipelinewise-tap-mssql@master>
aaronsteers
04/13/2021, 8:29 PMaaronsteers
04/13/2021, 8:32 PMchad_petrovay
04/13/2021, 8:38 PMchad_petrovay
04/13/2021, 8:39 PMaaronsteers
04/13/2021, 8:40 PM