Ferre Janssen
05/12/2022, 2:08 PMKavin Rajagopal
05/12/2022, 2:55 PMVaibhav Kumar
05/13/2022, 5:19 AMab_cdc_log_file
& ab_cdc_log_pos
attributes in airbyte means binlog file and binlog position from DB ?
Can someone from the community please help??Piyush Bajaj
05/13/2022, 6:25 AMPiyush Bajaj
05/13/2022, 7:02 AMMAXIMUM_WORKSPACE_SIZE_MB
= 5000
, MAXIMUM_WORKSPACE_RETENTION_DAYS
= 60
and MINIMUM_WORKSPACE_RETENTION_DAYS
= 1
variables in GCP compute engine?Cédric Malet
05/13/2022, 9:28 AMSatish Chinthanippu
05/13/2022, 9:52 AMPeter Li
05/13/2022, 11:07 AMMikhail
05/13/2022, 11:49 AMIncremental
sync mode (i.e. only Full refresh
is available for some)
What could be the reason?Sam Wiltshire
05/13/2022, 12:25 PMSam Wiltshire
05/13/2022, 12:25 PMAlec Dou
05/13/2022, 1:46 PMSatish Chinthanippu
05/13/2022, 2:27 PMFAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':airbyte-workers:test'.
> There were failing tests. See the report at: file:///var/airbyte/airbyte/airbyte-workers/build/reports/tests/test/index.html
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See <https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings>
Execution optimizations have been disabled for 8 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD FAILED in 11m 54s
237 actionable tasks: 193 executed, 26 from cache, 18 up-to-date
Gradle was unable to watch the file system for changes. The inotify watches limit is too low.
Satish Chinthanippu
05/13/2022, 2:27 PMYoel Ferdman
05/13/2022, 2:47 PMEmily Cogsdill
05/13/2022, 2:55 PMSergey Kornev
05/13/2022, 3:55 PMAndrés O. Arredondo
05/13/2022, 4:02 PMfunction json_extract_path_text(super, "unknown", boolean) does not exist
Then
JSON schema validation failed.
Debug info:
Airbyte Version: 0.35.51-alpha
Source: Google Sheets (0.2.9)
Destination: Redshift (0.3.27)
I think the normalization (dbt file) is not being generated again when I downgrade or upgrade. I am not sure about what to do to completely rollback the configuration.Garrett McClintock
05/13/2022, 6:45 PMSoufiane Odf
05/13/2022, 7:46 PMJohn Joo
05/13/2022, 10:49 PMJohn Joo
05/13/2022, 11:33 PMThomas Adams
05/14/2022, 2:14 AMSatish Chinthanippu
05/14/2022, 7:18 AMTask :airbyte-db:jooq:generateJobsDatabaseJooq
2022-05-14 07:13:50 INFO o.t.d.DockerMachineClientProviderStrategy(isApplicable):58 - docker-machine executable was not found on PATH ([/usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin, /snap/bin])
2022-05-14 07:13:50 ERROR o.t.d.DockerClientProviderStrategy(lambda$getFirstValidStrategy$4):150 - Could not find a valid Docker environment. Please check configuration. Attempted configurations were:
2022-05-14 07:13:50 ERROR o.t.d.DockerClientProviderStrategy(lambda$getFirstValidStrategy$4):152 - UnixSocketClientProviderStrategy: failed with exception TimeoutException (org.rnorth.ducttape.TimeoutException: java.util.concurrent.TimeoutException). Root cause TimeoutException (null)
2022-05-14 07:13:50 ERROR o.t.d.DockerClientProviderStrategy(lambda$getFirstValidStrategy$4):154 - As no valid configuration was found, execution cannot continue
2022-05-14 07:13:51 ERROR o.j.t.JooqLogger(error):454 - Error while closing database
java.lang.NullPointerException: Cannot invoke "org.jooq.DSLContext.close()" because "this.dslContext" is null
at io.airbyte.db.instance.FlywayMigrationDatabase.close(FlywayMigrationDatabase.java:102) ~[io.airbyte.airbyte-db-lib-0.38.3-alpha.jar:?]
at org.jooq.codegen.GenerationTool.run0(GenerationTool.java:857) [jooq-codegen-3.13.4.jar:?]
at org.jooq.codegen.GenerationTool.run(GenerationTool.java:222) [jooq-codegen-3.13.4.jar:?]
at org.jooq.codegen.GenerationTool.generate(GenerationTool.java:217) [jooq-codegen-3.13.4.jar:?]
at org.jooq.codegen.GenerationTool.main(GenerationTool.java:189) [jooq-codegen-3.13.4.jar:?]
2022-05-14 07:13:53 ERROR o.j.t.JooqLogger(error):454 - Cannot read /home/satish/airbyte/source/airbyte/airbyte-db/jooq/build/tmp/generateJobsDatabaseJooq/config.xml. Error : Failed to launch postgres container and run migration
java.lang.RuntimeException: Failed to launch postgres container and run migration
at io.airbyte.db.instance.FlywayMigrationDatabase.getInternalConnection(FlywayMigrationDatabase.java:68) ~[io.airbyte.airbyte-db-lib-0.38.3-alpha.jar:?]
at io.airbyte.db.instance.FlywayMigrationDatabase.create0(FlywayMigrationDatabase.java:60) ~[io.airbyte.airbyte-db-lib-0.38.3-alpha.jar:?]
at org.jooq.meta.AbstractDatabase.create(AbstractDatabase.java:274) ~[jooq-meta-3.13.4.jar:?]
at org.jooq.meta.AbstractDatabase.create(AbstractDatabase.java:263) ~[jooq-meta-3.13.4.jar:?]
at org.jooq.meta.AbstractDatabase.setConnection(AbstractDatabase.java:253) ~[jooq-meta-3.13.4.jar:?]
at org.jooq.codegen.GenerationTool.run0(GenerationTool.java:521) ~[jooq-codegen-3.13.4.jar:?]
at org.jooq.codegen.GenerationTool.run(GenerationTool.java:222) ~[jooq-codegen-3.13.4.jar:?]
at org.jooq.codegen.GenerationTool.generate(GenerationTool.java:217) ~[jooq-codegen-3.13.4.jar:?]
at org.jooq.codegen.GenerationTool.main(GenerationTool.java:189) [jooq-codegen-3.13.4.jar:?]
Caused by: java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration
at org.testcontainers.dockerclient.DockerClientProviderStrategy.lambda$getFirstValidStrategy$4(DockerClientProviderStrategy.java:157) ~[testcontainers-1.17.1.jar:?]
at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?]
at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:149) ~[testcontainers-1.17.1.jar:?]
at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:147) ~[testcontainers-1.17.1.jar:?]
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:188) ~[testcontainers-1.17.1.jar:?]
at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:102) ~[testcontainers-1.17.1.jar:?]
at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:108) ~[docker-java-api-3.2.13.jar:?]
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:325) ~[testcontainers-1.17.1.jar:?]
at io.airbyte.db.instance.FlywayMigrationDatabase.createInternalConnection(FlywayMigrationDatabase.java:84) ~[io.airbyte.airbyte-db-lib-0.38.3-alpha.jar:?]
at io.airbyte.db.instance.FlywayMigrationDatabase.getInternalConnection(FlywayMigrationDatabase.java:66) ~[io.airbyte.airbyte-db-lib-0.38.3-alpha.jar:?]
... 8 more
> Task :airbyte-db:jooq:generateJobsDatabaseJooq FAILED
Ariyan Majidi
05/14/2022, 9:00 AMThomas Adams
05/15/2022, 3:55 AMEngineering Team
05/15/2022, 12:45 PMVachagan Gevorgyan
05/16/2022, 2:21 AMThe connection tests failed.
Could not connect with provided configuration. Error: Cannot create PoolableConnectionFactory (The server time zone value 'MSK' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the 'serverTimezone' configuration property) to use a more specific time zone value if you want to utilize time zone support.)
Michael
05/16/2022, 2:32 AMJerry Lee
05/16/2022, 6:13 AM