You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a new Singer.io user and I'm trying to get some data from a deb2 as400 database using tap-db2.
I was able to connect to the database and get the catalog, but when I try to sync I'm getting:
{"type": "STATE", "value": {"currently_syncing": null}}
I tried to update the catalog and make sure the stream was selected.
"metadata": [
{
"breadcrumb": [],
"metadata": {
"table-key-properties": [],
"selected-by-default": true,
"selected": true,
"replication-method": "FULL_TABLE",
"valid-replication-keys": [
"Id"
]
But I'm getting the same result, if I submit a query direcly using pyodbc I able to get data.
thanks.
The text was updated successfully, but these errors were encountered:
Hey! Hope all fine there....
I'm a new Singer.io user and I'm trying to get some data from a deb2 as400 database using tap-db2.
I was able to connect to the database and get the catalog, but when I try to sync I'm getting:
{"type": "STATE", "value": {"currently_syncing": null}}
I tried to update the catalog and make sure the stream was selected.
"metadata": [
{
"breadcrumb": [],
"metadata": {
"table-key-properties": [],
"selected-by-default": true,
"selected": true,
"replication-method": "FULL_TABLE",
"valid-replication-keys": [
"Id"
]
But I'm getting the same result, if I submit a query direcly using pyodbc I able to get data.
thanks.
The text was updated successfully, but these errors were encountered: