Jared Rhizor (Airbyte)
checkOperation
as a separate endpoint instead of performing validation of the OperatorConfiguration
internally in `createOperation`/`updateOperation`?Pavan Raju
08/02/2021, 10:06 PMLucky Boy
08/03/2021, 3:19 AMTomas Čerkasas
08/03/2021, 6:59 AMjustifications
- am wondering of airbyte team could share a sentence or two on what’s like building a production service using temporal(cadence)? what are the pros/cons vs other alternatives you’ve considered? Thanks a lot!Lucky Boy
08/03/2021, 9:06 AMJenny Brown
08/03/2021, 10:23 PMLiren Tu
customerId
is null
. I am digging into it, but does anyone know top of their head about the potential root cause?Jenny Brown
08/04/2021, 11:29 PMCristiano Sarmento
08/05/2021, 1:35 PMAshish Gupta
08/06/2021, 10:42 AMJenny Brown
08/10/2021, 9:24 PM[DEPRECATED] Marcos Marx
./gradlew airbyte-integrations:bases:base-normalization:build
and it's failing on Flake step trying to validate the venv libs?
Task :airbyte-integrations:bases:base-normalization:flakeCheck FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':airbyte-integrations:bases:base-normalization:flakeCheck'.
> Python call failed: .venv/bin/python -m flake8 . --config /home/marcos/code/airbyte/tools/python/.flake8
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:4991:5: E731 do not assign a lambda expression, use a def
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5026:21: E741 ambiguous variable name 'l'
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5074:15: E741 ambiguous variable name 'l'
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5216:15: E741 ambiguous variable name 'l'
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5569:28: E741 ambiguous variable name 'l'
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5570:12: E741 ambiguous variable name 'l'
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5578:27: E741 ambiguous variable name 'l'
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5585:26: E741 ambiguous variable name 'l'
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5586:12: E741 ambiguous variable name 'l'
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5655:1: E302 expected 2 blank lines, found 1
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5870:23: E741 ambiguous variable name 'l'
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5894:23: E741 ambiguous variable name 'l'
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py:5916:26: E741 ambiguous variable name 'l'
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/appdirs.py:572:9: F401 'win32com.shell' imported but unused
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/appdirs.py:577:13: F401 'ctypes.windll' imported but unused
./venv/lib/python3.7/site-packages/pkg_resources/_vendor/appdirs.py:582:17: F401 'com.sun.jna' imported but unused
Amit Ripshtos
08/12/2021, 11:24 AMYiqing Wang
08/15/2021, 10:09 AMArthur Galuza
08/16/2021, 10:37 AM/publish-cdk --dry-run=true
and got
Error: Unexpected inputs provided: ["--dry-run"]
And for the
/publish-cdk
got
Uploading distributions to <https://test.pypi.org/legacy/>
Uploading airbyte_cdk-0.1.9-py3-none-any.whl
0%| | 0.00/58.2k [00:00<?, ?B/s]
100%|██████████| 58.2k/58.2k [00:00<00:00, 90.5kB/s]
NOTE: Try --verbose to see response content.
HTTPError: 400 Bad Request from <https://test.pypi.org/legacy/>
File already exists. See <https://test.pypi.org/help/#file-name-reuse> for more information.
##[debug]Docker Action run completed with exit code 1
##[debug]Finishing: Publish Python Package
The latest version in the pypi is 0.1.8 and I'm uploading 0.1.9.
Here's a PR https://github.com/airbytehq/airbyte/pull/5425 ,
extracted from https://github.com/airbytehq/airbyte/pull/5223Jenny Brown
08/17/2021, 5:15 PMcat /proc/self/cgroup | head -1 | cut -d'/' -f3
So theoretically it would be possible to tell the running app which container it’s in (via an env var or something) so that it could report that information with any exceptions, and we could pass that up to the UI for a More Details display or somesuch. This might have some value as horizontal scale-out happens, too — sometimes a particular node gets corrupted and it’s helpful to know which node in a cluster is spitting out the errors. My primary goal, though, is just to make it easier on ops and developers to discover the underlying stack trace when something breaks anywhere.
Thoughts?Jared Rhizor (Airbyte)
Liren Tu
airbytebot
account occasionally publishes some docker images. Do we know who / what is that?Davin Chia (Airbyte)
[DEPRECATED] Marcos Marx
./gradlew format
on master and getting a failure. Anyone else is having the same issue? head ~8c1a5d57c795
> Task :spotlessJava FAILED
Step 'licenseHeader' found problem in 'airbyte-integrations/connectors/destination-keen/src/test/java/KeenTimestampServiceTest.java':
Unable to find delimiter regex ^package
java.lang.IllegalArgumentException: Unable to find delimiter regex ^package
at com.diffplug.spotless.generic.LicenseHeaderStep$Runtime.format(LicenseHeaderStep.java:199)
at com.diffplug.spotless.generic.LicenseHeaderStep$Runtime.access$100(LicenseHeaderStep.java:145)
at com.diffplug.spotless.generic.LicenseHeaderStep.lambda$build$7(LicenseHeaderStep.java:116)
at com.diffplug.spotless.FormatterFunc.apply(FormatterFunc.java:32)
at com.diffplug.spotless.FormatterStepImpl$Standard.format(FormatterStepImpl.java:78)
at com.diffplug.spotless.FormatterStep$Strict.format(FormatterStep.java:76)
at com.diffplug.spotless.FilterByFileFormatterStep.format(FilterByFileFormatterStep.java:42)
at com.diffplug.spotless.Formatter.compute(Formatter.java:230)
at com.diffplug.spotless.PaddedCell.calculateDirtyState(PaddedCell.java:201)
at com.diffplug.spotless.PaddedCell.calculateDirtyState(PaddedCell.java:188)
at com.diffplug.gradle.spotless.SpotlessTaskImpl.processInputFile(SpotlessTaskImpl.java:71)
at com.diffplug.gradle.spotless.SpotlessTaskImpl.performAction(SpotlessTaskIm
Davin Chia (Airbyte)
Ismail Omar
08/19/2021, 3:49 PMhaf
08/20/2021, 2:42 PMYiqing Wang
08/21/2021, 7:03 AMDynamoDB
destination. Please let us know if anything else needs to be done!Subodh (Airbyte)
source_definitions.yaml
I see ./gradlew generateSeed
doesnt work anymoreMichel
Alderson
08/30/2021, 2:57 PMDavin Chia (Airbyte)
Davin Chia (Airbyte)
Davin Chia (Airbyte)