https://linen.dev logo
#ask-community-for-troubleshooting
Title
# ask-community-for-troubleshooting
q

Quentin Moret

07/23/2021, 5:19 PM
Hello, I have set up airbyte for the first time with a Postgres > BigQuery connector, and I’m facing a few issues and I’m not sure whether I’m doing it right, or if they are expected • I select only one table in the source schema, but once I saved I can’t see anymore the “not selected” ones, and when I update the source schema all tables get selected so I lose the information of which tables were previously selected • I get the following log at the end of the sync (though successful) :
Copy code
2021-07-23 17:08:06 INFO () EnvConfigs(getEnvOrDefault):302 - WORKER_ENVIRONMENT not found or empty, defaulting to DOCKER
2021-07-23 17:08:06 INFO () DefaultNormalizationWorker(run):77 - Normalization executed in 0.
2021-07-23 17:08:06 INFO () TemporalAttemptExecution(get):133 - Stopping cancellation check scheduling...
2021-07-23 17:08:06 ERROR () Exceptions(swallow):84 - Swallowed error.
java.lang.NullPointerException: null value in entry: sync_cpu_request=null
	at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:32) ~[guava-30.1.1-jre.jar:?]
	at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:171) ~[guava-30.1.1-jre.jar:?]
	at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:281) ~[guava-30.1.1-jre.jar:?]
	at io.airbyte.scheduler.persistence.job_tracker.TrackingMetadata.generateSyncMetadata(TrackingMetadata.java:62) ~[io.airbyte.airbyte-scheduler-persistence-0.27.5-alpha.jar:?]
	at io.airbyte.scheduler.persistence.job_tracker.JobTracker.generateSyncMetadata(JobTracker.java:211) ~[io.airbyte.airbyte-scheduler-persistence-0.27.5-alpha.jar:?]
	at io.airbyte.scheduler.persistence.job_tracker.JobTracker.lambda$trackSync$3(JobTracker.java:134) ~[io.airbyte.airbyte-scheduler-persistence-0.27.5-alpha.jar:?]
Thanks !
c

Chris (deprecated profile)

07/23/2021, 5:22 PM
You can follow these issues, i think they are similar to what you are reporting: • https://github.com/airbytehq/airbyte/issues/3520https://github.com/airbytehq/airbyte/issues/4295
For your exception, you don’t have to worry about it but thanks for reporting! we’ll have to address this but it’s only for reporting usage of the app, there would be no impact on the sync job itself
👍 1
q

Quentin Moret

07/23/2021, 5:46 PM
Thanks !
2 Views