Yiqing Wang
08/15/2021, 10:09 AMuser
08/16/2021, 12:05 AMYiqing Wang
08/16/2021, 12:05 AMuser
08/16/2021, 12:07 AMVERSION=dev docker-compose up
instead just docker-compose up
.user
08/16/2021, 12:23 AMdestinationDefinitionId
in destination_definitions.yaml generated?user
08/16/2021, 12:23 AMuser
08/16/2021, 12:24 AMVERSION=dev
controls the platform version not connector versions. You’d need to manually add it in the UI as described in the linkYiqing Wang
08/16/2021, 12:24 AMdestinationDefinitionId
is generated by hand 🙂 it’s not a special value, just needs to be uniqueuser
08/16/2021, 12:25 AMuser
08/16/2021, 12:25 AMuser
08/16/2021, 12:43 AMuser
08/16/2021, 12:44 AMdocker images | grep dynamo
what do you see?Yiqing Wang
08/16/2021, 12:45 AMairbyte/destination-dynamodb dev b3f9a341dd39 6 minutes ago 552MB
user
08/16/2021, 12:45 AMuser
08/16/2021, 12:45 AMFROM airbyte/integration-base-java:dev
WORKDIR /airbyte
ENV APPLICATION destination-dynamodb
COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
RUN tar xf ${APPLICATION}.tar --strip-components=1
LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.name=airbyte/destination-dynamodb
user
08/16/2021, 12:46 AM