Santiago Estupiñan Romero
03/03/2023, 4:58 PMBrian Castelli
03/03/2023, 5:22 PMTanvi Pise
03/03/2023, 5:30 PMBrian Castelli
03/03/2023, 6:16 PMSean Zicari
03/03/2023, 7:07 PMBuck Ryan
03/03/2023, 7:57 PMJerri Comeau (Airbyte)
Manjul Tripathi
03/04/2023, 4:11 AMManav Kothari
03/04/2023, 7:42 AMShrshk
03/05/2023, 1:25 AMBrian Castelli
03/05/2023, 5:15 AMSharath Chandra
03/05/2023, 6:26 AMJohannes Müller
03/06/2023, 6:50 AM2023-03-05 07:46:34 destination > Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2023-03-05 07:46:34 destination > Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
I googled and saw that they occur for multiple destinations, but didn't see a way to address them or even what they mean.Hasnain ul abidin
03/06/2023, 7:30 AMMark
03/06/2023, 9:49 AMDudu Vaanunu
03/06/2023, 10:19 AMArjun Krishnamurthy
03/06/2023, 11:09 AMArjun Krishnamurthy
03/06/2023, 11:11 AMArjun Krishnamurthy
03/06/2023, 11:11 AMVaishnavi Suggu
03/06/2023, 12:37 PM2023-03-06 12:32:05 ERROR o.f.c.i.l.s.Slf4jLog(error):57 - Migration of schema "public" to version "0.35.62.001 - AddJobIndices" failed! Changes successfully rolled back.
61
2023-03-06 12:32:05 ERROR i.a.b.Application(main):25 - Unable to bootstrap Airbyte environment.
60
org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException: Migration failed !
Romain Billot
03/06/2023, 12:48 PMcomputed field
in destination (mongodb here) from two fields in source ?
Ideally, this method would also allow to normalize field on the fly (lower-case basically here)
I saw a section about transformers, but it seems a bit engaging for dpt part (in term of maintenance over Airbyte releases).
We've also considered a second-round browsing over all data in destination after a sucessful sync, but it seems redundant with what Airbyte is already doing
If we could have a mixin around the both, without modifying connectors, it would be awesome!
Please, let me know if you have done anything comparable to this use-case 🙏Francisco Viera
03/06/2023, 1:11 PMYepher
03/06/2023, 3:03 PMBrian Castelli
03/06/2023, 3:25 PMNouman Khalid
03/06/2023, 3:45 PMMirco Jüstel
03/06/2023, 4:11 PMbuildDockerImage
build step in the connector-builder-server.
task prepareBuild(type: Copy) {
from layout.projectDirectory.file(".")
exclude '.*'
exclude 'build'
exclude '**/*.pyc'
into layout.buildDirectory.dir("docker")
}
tasks.named("buildDockerImage") {
dependsOn prepareBuild
dependsOn copyDocker
}
Since the copyDocker Task is a Sync
-Task, which deletes the build/docker
directory, how is ensured, that it runs before the prepareBuild Task?
Also, why is '.*'
excluded in the prepareBuild Task, this will exclude for example the .dockerignore
file right? So when sending the files to the docker-context no ignore file will be present.
Thanks in advance!Abhishek Sharma
03/06/2023, 5:12 PMY L
03/06/2023, 6:14 PMDiego Solis
03/06/2023, 6:37 PMairbyte-integrations\bases\base-normalization\normalization\transform_catalog\stream_processor.py
If so, what is the correct command to run so that the code change is reflected when running the source code in docker? Would it be this command in `gradlew`:
./gradlew :airbyte-integrations:bases:base-normalization:build
Hamis Badarou
03/06/2023, 6:40 PM