🎉 New source: Breezometer Air Quality [low-code cdk] #18652
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
A new source: Breezometer Air Quality
How
Using Airbyte's low code SDK.
Recommended reading order
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereTests
Integration
Building all of Airbyte.
/Users/sarasantos/git-jusbrasil/airbyte/airbyte-integrations/connectors
Type-safe dependency accessors is an incubating feature.
#2 [internal] load .dockerignore
#2 sha256:05f932ea05163d19a4164aa2273aeb1311e32257bf69cee4f4f855c2110d77a2
#2 transferring context: 34B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/python:3.9.11-alpine3.15
#3 sha256:615609793cad3a170d91fb8a37323caa348ca31e0a749e824da4c8c1d8da2aa4
#3 DONE 1.0s
#4 [base 1/1] FROM docker.io/library/python:3.9.11-alpine3.15@sha256:45ddd216e6b4efee0617e15d541e9148ffd6898203fcbe86a9f5bf906ce7837f
#4 sha256:4c436ac5d39299d948ef79080102d272b18d64395fbed9cc821104f1e2bd7d93
#4 DONE 0.0s
#7 [internal] load build context
#7 sha256:965d2763e3c67fefa480183568be3748370e33ce6508d4bc05a9bc9c228e1a40
#7 transferring context: 1.24kB done
#7 DONE 0.0s
#6 [builder 2/4] RUN apk --no-cache upgrade && pip install --upgrade pip && apk --no-cache add tzdata build-base
#6 sha256:fddd1028d4c855a19a9d12c308b03a65954965cf7ce3303f4d640a7d59aba08d
#6 CACHED
#8 [builder 3/4] COPY setup.py ./
#8 sha256:30aa0a79f880c9e387de9b5b1a4168e3d1647db188fd2314b03af0819ebecb0b
#8 CACHED
#14 [stage-2 6/7] COPY main.py ./
#14 sha256:c38c88e76f0599e8bb4f292a8682b3b90009ed719a94ec37585eb7f4476f17c8
#14 CACHED
#13 [stage-2 5/7] RUN apk --no-cache add bash
#13 sha256:a4fa3620147b44de962bf4aa1246ca79bb8d53aab6b401ccf606499932be9c8a
#13 CACHED
#5 [builder 1/4] WORKDIR /airbyte/integration_code
#5 sha256:736c564b6c0d634b064a8145fffebbf56c57a10eea338e59977586dee56a7251
#5 CACHED
#10 [stage-2 2/7] COPY --from=builder /install /usr/local
#10 sha256:4a3e18a4db6550108a138bed43ea017fe89ba76ef389c59989b79c3718513bfd
#10 CACHED
#9 [builder 4/4] RUN pip install --prefix=/install .
#9 sha256:effa2b889eb3e5ec12f74cf29e04ba0cf55e57b8a4453fc6f2737c91df2c1f7f
#9 CACHED
#11 [stage-2 3/7] COPY --from=builder /usr/share/zoneinfo/Etc/UTC /etc/localtime
#11 sha256:a025a66607e33a058e1be073eb63c904476f2e06e4865cccc4c7c30d8b62aa81
#11 CACHED
#12 [stage-2 4/7] RUN echo "Etc/UTC" > /etc/timezone
#12 sha256:f5b05ab992c61fe4d01fc07e3363ff8506b509a2377633645707e4006b3fa042
#12 CACHED
#15 [stage-2 7/7] COPY source_breezometer_air_quality ./source_breezometer_air_quality
#15 sha256:baa4a6532d03256a302c21e70560ed696b74f54a44c6e9c38e0d780a799a1296
#15 CACHED
#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers done
#16 writing image sha256:77d5a2fee7c9f8f664ff552332e6fc3b6c7ce0414a6100318333c54062596980
#16 writing image sha256:77d5a2fee7c9f8f664ff552332e6fc3b6c7ce0414a6100318333c54062596980 done
#16 naming to docker.io/airbyte/source-breezometer-air-quality:dev done
#16 DONE 0.0s
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
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
BUILD SUCCESSFUL in 47s
40 actionable tasks: 21 executed, 19 up-to-date
Acceptance