Sebastian Brickel
01/24/2023, 2:26 PMairbyte-bootloader | 2023-01-24 14:12:26 ERROR i.a.b.Application(main):25 - Unable to bootstrap Airbyte environment.
airbyte-bootloader | java.lang.IllegalArgumentException: Invalid version string: latest
airbyte-bootloader | at com.google.common.base.Preconditions.checkArgument(Preconditions.java:145) ~[guava-31.1-jre.jar:?]
airbyte-bootloader | at io.airbyte.commons.version.Version.<init>(Version.java:37) ~[io.airbyte-airbyte-commons-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.commons.version.AirbyteVersion.<init>(AirbyteVersion.java:15) ~[io.airbyte-airbyte-commons-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.config.persistence.ActorDefinitionMigrator.lambda$getConnectorRepositoryToInfoMap$3(ActorDefinitionMigrator.java:145) ~[io.airbyte.airbyte-config-config-persistence-0.40.29.jar:?]
airbyte-bootloader | at java.util.HashMap.merge(HashMap.java:1391) ~[?:?]
airbyte-bootloader | at java.util.stream.Collectors.lambda$toMap$68(Collectors.java:1673) ~[?:?]
airbyte-bootloader | at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) ~[?:?]
airbyte-bootloader | at java.util.ArrayList$Itr.forEachRemaining(ArrayList.java:1003) ~[?:?]
airbyte-bootloader | at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1921) ~[?:?]
airbyte-bootloader | at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
airbyte-bootloader | at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
airbyte-bootloader | at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?]
airbyte-bootloader | at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
airbyte-bootloader | at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?]
airbyte-bootloader | at io.airbyte.config.persistence.ActorDefinitionMigrator.getConnectorRepositoryToInfoMap(ActorDefinitionMigrator.java:110) ~[io.airbyte.airbyte-config-config-persistence-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.config.persistence.ActorDefinitionMigrator.updateConfigsFromSeed(ActorDefinitionMigrator.java:77) ~[io.airbyte.airbyte-config-config-persistence-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.config.persistence.ActorDefinitionMigrator.lambda$migrate$0(ActorDefinitionMigrator.java:59) ~[io.airbyte.airbyte-config-config-persistence-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.db.Database.lambda$transaction$0(Database.java:27) ~[io.airbyte.airbyte-db-db-lib-0.40.29.jar:?]
airbyte-bootloader | at org.jooq.impl.DefaultDSLContext.lambda$transactionResult0$0(DefaultDSLContext.java:564) ~[jooq-3.13.4.jar:?]
airbyte-bootloader | at org.jooq.impl.Tools$12$1.block(Tools.java:4926) ~[jooq-3.13.4.jar:?]
airbyte-bootloader | at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3744) ~[?:?]
airbyte-bootloader | at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3689) ~[?:?]
airbyte-bootloader | at org.jooq.impl.Tools$12.get(Tools.java:4923) ~[jooq-3.13.4.jar:?]
airbyte-bootloader | at org.jooq.impl.DefaultDSLContext.transactionResult0(DefaultDSLContext.java:616) ~[jooq-3.13.4.jar:?]
airbyte-bootloader | at org.jooq.impl.DefaultDSLContext.transactionResult(DefaultDSLContext.java:533) ~[jooq-3.13.4.jar:?]
airbyte-bootloader | at io.airbyte.db.Database.transaction(Database.java:27) ~[io.airbyte.airbyte-db-db-lib-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.db.ExceptionWrappingDatabase.transaction(ExceptionWrappingDatabase.java:31) ~[io.airbyte.airbyte-db-db-lib-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.config.persistence.ActorDefinitionMigrator.migrate(ActorDefinitionMigrator.java:57) ~[io.airbyte.airbyte-config-config-persistence-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.config.persistence.ConfigRepository.seedActorDefinitions(ConfigRepository.java:1204) ~[io.airbyte.airbyte-config-config-persistence-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.config.init.ApplyDefinitionsHelper.apply(ApplyDefinitionsHelper.java:70) ~[io.airbyte.airbyte-config-init-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.config.init.ApplyDefinitionsHelper.apply(ApplyDefinitionsHelper.java:44) ~[io.airbyte.airbyte-config-init-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.bootloader.DefaultPostLoadExecutor.execute(DefaultPostLoadExecutor.java:46) ~[io.airbyte-airbyte-bootloader-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.bootloader.Bootloader.load(Bootloader.java:124) ~[io.airbyte-airbyte-bootloader-0.40.29.jar:?]
airbyte-bootloader | at io.airbyte.bootloader.Application.main(Application.java:22) ~[io.airbyte-airbyte-bootloader-0.40.29.jar:?]
airbyte-bootloader | 2023-01-24 14:12:26 INFO i.m.r.Micronaut(lambda$start$0):115 - Embedded Application shutting down
airbyte-bootloader exited with code 255
service "bootloader" didn't completed successfully: exit 255
I am really lost and would appreciate a bit of help.
ThanksDenis Lazarenko
01/24/2023, 5:20 PMMatheus Pinheiro
01/24/2023, 5:29 PMemmited_at
values, with different ab_id
and different values in the column dt_fim_transacao_preset
with one being null
.
I'm not even sure how to determine which one is the newest value.
Does anyone have any insights on what might have happened?Claudio Cavallo
01/24/2023, 7:01 PMClaudio Cavallo
01/24/2023, 7:01 PMClaudio Cavallo
01/24/2023, 7:01 PMWill Curatolo
01/24/2023, 7:06 PMusage_records
stream from the Twilio source. I'd like to do this on a daily basis and get the previous day's usage records. I originally set the Replication Start Date
to 2023-01-01
, but that caused the first sync to get usage_records
for the period 2023-01-01
to today. And manually re-running the sync did the same thing. Not sure what lookback window
does either. Can anyone suggest any guide or documentation so I can try to figure this out and unblock myself?Talha Asif
01/24/2023, 7:17 PMTalha Asif
01/24/2023, 7:19 PMMartin Larsson
01/24/2023, 8:25 PMFrancisco Viera
01/24/2023, 8:31 PMArtur Vemado
01/24/2023, 8:48 PMFranz See
01/24/2023, 10:15 PMFrancisco Viera
01/24/2023, 11:39 PMLuiz Aléssio Cesa
01/25/2023, 12:54 AMorg.apache.avro.AvroTypeException: Could not evaluate union
. It seems that the schema is not being handled properly.
I was looking around the channel and it seems this problem was already addressed in this thread. Can you folks share the outcome of it? I do not have access to the ticket 2753Andre Santos
01/25/2023, 12:57 AM김건희
01/25/2023, 3:35 AMPiotr Sierkin
01/25/2023, 9:08 AMHTTP_PROXY
HTTPS_PROXY
NO_PROXY
while trying to deploy airbyte with helm values look like that:
webapp:
env_vars:
HTTP_PROXY:x
HTTPS_PROXY:x
NO_PROXY: x
global:
env_vars:
DUMMY: "DUMMY"
server:
env_vars:
HTTP_PROXY:x
HTTPS_PROXY:x
NO_PROXY: x
worker:
env_vars:
HTTP_PROXY:x
HTTPS_PROXY:x
NO_PROXY: x
While testing the access to yaml file with curl inside airbyte-server
curl -v <https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/seed/source_definitions.yaml>
Im getting good output but while trying to do something with UI airbyte getting crashed [1]
Do I need to add more env_vars with java options to use? https://stackoverflow.com/questions/61658908/java-ignores-http-proxy-settingsAnurag Jain
01/25/2023, 9:59 AMOcéane Fontaine
01/25/2023, 10:03 AMZack McClelland
01/25/2023, 10:59 AMstart_date
Invoices - status_transitions
Our models depended on these fields quite heavily - It seems we used to receive every available attribute from the Stripe API in our _airbyte_data
columns and now we only receive what's explicitly specified in the repo schema files (e.g. status_transitions is not present in that file, so we don't receive it)
Is this expected behaviour? I would have thought the _airbyte_data
column should be full and raw, and the schemas should only impact the transformation side of AirbyteAndres Gutierrez
01/25/2023, 11:43 AM405 Not Allowed
.
This is cURL example of what I'm doing
curl -d '{"sourceDefinitionId": "MY_SOURCE_DEFINITION_ID", "workspaceId": "MY_WORKSPACE_ID_HASH" }' -H 'Authorization: Basic YWlyYnl0ZTpwYXNzd29yZA==' -H "Content-Type: application/json" -H "Accept: application/json" -X POST <http://localhost:8000/v1/source_definition_specifications/get>
Basic authentication is done as described in the docs for OSS version I think
• When authenticating to the Configuration API, you must use Basic Authentication by setting the Authentication Header to Basic and base64 encoding the username and password (which areandairbyte
by default - so base64 encodingpassword
results inairbyte:password
). So the full header readsYWlyYnl0ZTpwYXNzd29yZA==
'Authorization': "Basic YWlyYnl0ZTpwYXNzd29yZA=="
Charan raj
01/25/2023, 11:44 AMihsan islam
01/25/2023, 12:26 PMArtur Vemado
01/25/2023, 12:31 PMForrest Adsit
01/25/2023, 2:35 PMZhaoxia WANG
01/25/2023, 4:17 PMKeurcien Luu
01/25/2023, 4:52 PMSUB_BUILD=PLATFORM ./gradlew build
to build the platform but one of the tests failed (testResolveReferences from airbyte-json-validation).
🐛 The test actually failed because of my Java locale (FR and not EN), thus the assertion did not hold because in my runtime the expected error was in French and not in English $.prop2: string found, boolean expected
✅ FIX: export the environment variable export JAVA_TOOL_OPTIONS="-Duser.language=en"
to set the Java locale to EN
Hope this helps!Mark McKelvey
01/25/2023, 5:51 PMJhonatas Kleinkauff
01/25/2023, 6:21 PM