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
Source Connector and version: (if applicable example Salesforce 0.2.3)
Destination Connector and version: destination-snowflake:0.4.30, destination-redshift:0.3.46
Step where error happened: Sync job
Current Behavior
Setup connection which sync data from any source to Snowflake or Redshift and make successful sync.
Next press "Reset your data" or "Refresh source schema".
It looks like data really removed from database:
snowflake:
select count(*) from "INTEGRATION_TEST_DESTINATION"."TEXT_SCHEMA"."_AIRBYTE_RAW_TABLENAME";
0
select count(*) from "INTEGRATION_TEST_DESTINATION"."TEXT_SCHEMA"."TABLENAME";
0
redshift:
grubberr_test=# select count(*) from _airbyte_raw_tablename;
count
-------
0
But in UI you can see 3 failed attempt:
From logs:
2022-07-01 08:00:17 ERROR i.a.w.g.DefaultReplicationWorker(run):180 - Sync worker failed.
java.lang.NullPointerException: Cannot invoke "io.airbyte.config.State.getState()" because the return value of "io.airbyte.config.WorkerSourceConfig.getState()" is null
at io.airbyte.workers.internal.EmptyAirbyteSource.start(EmptyAirbyteSource.java:86) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:139) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:65) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:158) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Expected Behavior
We have to get successful reset operation in UI
Logs
logs-1.txt - log of successful sync + normalization logs-2.txt - log of failed reset + normalization
Environment
Current Behavior
Setup connection which sync data from any source to Snowflake or Redshift and make successful sync.
Next press "Reset your data" or "Refresh source schema".
It looks like data really removed from database:
snowflake:
redshift:
But in UI you can see 3 failed attempt:
From logs:
Expected Behavior
We have to get successful reset operation in UI
Logs
logs-1.txt - log of successful sync + normalization
logs-2.txt - log of failed reset + normalization
logs-5.txt - log of successful sync
logs-6.txt - log of failed reset
Steps to Reproduce
Are you willing to submit a PR?
Remove this with your answer.
The text was updated successfully, but these errors were encountered: