Skip to content

Conversation

subodh1810
Copy link
Contributor

@subodh1810 subodh1810 commented Sep 22, 2025

@subodh1810 subodh1810 requested a review from tryangul September 22, 2025 12:48
@subodh1810 subodh1810 self-assigned this Sep 22, 2025
@subodh1810 subodh1810 requested a review from a team as a code owner September 22, 2025 12:48
Copy link
Contributor

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Helpful Resources

PR Slash Commands

Airbyte Maintainers (that's you!) can execute the following slash commands on your PR:

  • /format-fix - Fixes most formatting issues.
  • /bump-version - Bumps connector versions.
    • You can specify a custom changelog by passing changelog. Example: /bump-version changelog="My cool update"
    • Leaving the changelog arg blank will auto-populate the changelog from the PR title.
  • /run-cat-tests - Runs legacy CAT tests (Connector Acceptance Tests)
  • /build-connector-images - Builds and publishes a pre-release docker image for the modified connector(s).
  • /poe connector source-example lock - Run the Poe lock task on the source-example connector, committing the results back to the branch.
  • /poe source example lock - Alias for /poe connector source-example lock.
  • /poe source example use-cdk-branch my/branch - Pin the source-example CDK reference to the branch name specified.
  • /poe source example use-cdk-latest - Update the source-example CDK dependency to the latest available version.

📝 Edit this welcome message.

Copy link
Contributor

github-actions bot commented Sep 22, 2025

Note

Detected that there are differences in the Gradle dependencies.

core = 'load'
toolkits = ['load-db']
cdk = '0.1.20'
cdk = 'local'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to commit this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah since the PR is built on top of this, I need it to be local otherwise the the tests would fail

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make sure to pin this before merge


private fun isValidVersionColumnType(airbyteType: AirbyteType): Boolean {
// Must be of an integer type or of type Date/DateTime/DateTime64
val validTypes =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider making this a constant/file level field to avoid creating it each time this method is called.

Base automatically changed from cdk-fixes-22nd-sept to master September 22, 2025 19:41
@tryangul tryangul requested a review from a team as a code owner September 22, 2025 19:41
Copy link
Contributor

github-actions bot commented Sep 23, 2025

destination-clickhouse Connector Test Results

 13 files   13 suites   10m 19s ⏱️
275 tests 226 ✅ 49 💤 0 ❌
305 runs  256 ✅ 49 💤 0 ❌

Results for commit 4595f54.

♻️ This comment has been updated with latest results.

@Named("inputStreams")
@Singleton
fun stdInStreams() = ConnectorInputStreams(listOf(System.`in`))
fun stdInStreams(): List<InputStream> = listOf(System.`in`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need ConnectorInputStreams to avoid issues with micronaut injection

@subodh1810
Copy link
Contributor Author

Closing in favor of #66662 and #66663

@subodh1810 subodh1810 closed this Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants