-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore(source-s3): Update CDK to v5 (old) #45199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Artem Inzhyyants <[email protected]>
[skip ci] Signed-off-by: Artem Inzhyyants <[email protected]>
Signed-off-by: Artem Inzhyyants <[email protected]>
…spec | jq .spec`)
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
airbyte-integrations/connectors/source-s3/integration_tests/spec.json
Outdated
Show resolved
Hide resolved
/format-fix
|
airbyte-integrations/connectors/source-s3/integration_tests/test_acceptance.py
Outdated
Show resolved
Hide resolved
/format-fix
|
airbyte-integrations/connectors/source-s3/integration_tests/cloud_spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-s3/integration_tests/cloud_spec.json
Outdated
Show resolved
Hide resolved
/format-fix
|
/approve-regression-tests
|
type=Type.TRACE, | ||
trace=AirbyteTraceMessage( | ||
type=TraceType.ERROR, | ||
emitted_at=time.time_ns() // 1_000_000, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch!
@aaronsteers is this abandoned in favor of the other one? Should we close this? |
@natikgadzhi Re:
Yes. There's still some code here I eventually plan to recycle, but the new effort is here: |
Replaces:
This bumps the CDK version so we can take advantage of performance boosts in latest CDK.
I spun this out from @artem1205's PR above in order to resolve some CAT failures.
I've imported
integration_tests/test_acceptance.py
from the S3 Polars PR. And I added another second test, which asserts that the invalid config json fails as expected.