Ameya
04/25/2022, 3:26 PMdocker-compose
to pick this change up? I did go through developing-locally but unsure where I need to edit/add these lines?
SUB_BUILD=PLATFORM ./gradlew build
VERSION=dev docker-compose up
Marcos Marx (Airbyte)
04/25/2022, 10:14 PMMarcos Marx (Airbyte)
04/25/2022, 10:15 PM./gradlew airbyte-integrations:connectors:source-name:build
Marcos Marx (Airbyte)
04/25/2022, 10:15 PMdev
in the UIAmeya
04/26/2022, 5:05 AM./gradlew airbyte-integrations:bases:debezium:build
./gradlew airbyte-integrations:bases:base-normalization:build
./gradlew airbyte-integrations:connectors:destination-postgres:build
./gradlew airbyte-integrations:connectors:source-postgres:build
followed by
VERSION=dev docker-compose up
but it doesn’t seem to have changed the wait time.
Also, if I wanted to build everything in airbyte-integrations
how would I go about it?
I’m asking as I’d also like to make a change in one of the normalization python files (stream_processor.py).
Rebuilding bases:base-normalization
had no luck.Ameya
04/27/2022, 2:41 PMMarcos Marx (Airbyte)
04/27/2022, 4:56 PMMarcos Marx (Airbyte)
04/27/2022, 4:57 PMAmeya
04/27/2022, 5:20 PM