Skip to content

Conversation

@DanyloGL
Copy link
Collaborator

What

This PR is copy of community PR created only for testing purposes.

How

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@DanyloGL DanyloGL self-assigned this Nov 21, 2025
@github-actions
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)
  • /run-live-tests - Runs live tests for the modified connector(s).
  • /run-regression-tests - Runs regression tests for the modified connector(s).
  • /build-connector-images - Builds and publishes a pre-release docker image for the modified connector(s).
  • JVM connectors:
    • /update-connector-cdk-version connector=<CONNECTOR_NAME> - Updates the specified connector to the latest CDK version.
      Example: /update-connector-cdk-version connector=destination-bigquery
    • /bump-bulk-cdk-version bump=patch changelog='foo' - Bump the Bulk CDK's version. bump can be major/minor/patch.
  • Python connectors:
    • /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.

| tasksessions | id | DefaultPaginator |||
| contractors | id | DefaultPaginator |||
| tasks | id | DefaultPaginator |||
| taskcategories | id | DefaultPaginator |||
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'taskcategories'?

| tasks | id | DefaultPaginator |||
| taskcategories | id | DefaultPaginator |||
| clients | id | DefaultPaginator |||
| clientgroups | id | DefaultPaginator |||
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'clientgroups'?

| properties | id | DefaultPaginator |||
| invoices | id | DefaultPaginator |||
| projects | id | DefaultPaginator |||
| servicequotes | id | DefaultPaginator |||
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'servicequotes'?

| invoices | id | DefaultPaginator |||
| projects | id | DefaultPaginator |||
| servicequotes | id | DefaultPaginator |||
| defectquotes | id | DefaultPaginator |||
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'defectquotes'?

| servicequotes | id | DefaultPaginator |||
| defectquotes | id | DefaultPaginator |||
| suppliers | id | DefaultPaginator |||
| purchaseorders | id | DefaultPaginator |||
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'purchaseorders'?

| billingcontracts | id | DefaultPaginator || ❌ (no soft delete) |
| billingcontractlineitems | id | DefaultPaginator || ❌ (no soft delete) |
| defectquotelineitems | id | DefaultPaginator || ❌ (no soft delete) |
| servicequotefixedlineitems | id | DefaultPaginator || ❌ (no soft delete) |
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'servicequotefixedlineitems'?

| billingcontractlineitems | id | DefaultPaginator || ❌ (no soft delete) |
| defectquotelineitems | id | DefaultPaginator || ❌ (no soft delete) |
| servicequotefixedlineitems | id | DefaultPaginator || ❌ (no soft delete) |
| servicequotedoandchargelineitems | id | DefaultPaginator || ❌ (no soft delete) |
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'servicequotedoandchargelineitems'?

| defectquotelineitems | id | DefaultPaginator || ❌ (no soft delete) |
| servicequotefixedlineitems | id | DefaultPaginator || ❌ (no soft delete) |
| servicequotedoandchargelineitems | id | DefaultPaginator || ❌ (no soft delete) |
| servicequoteproductlineitems | id | DefaultPaginator || ❌ (no soft delete) |
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'servicequoteproductlineitems'?

| servicequotefixedlineitems | id | DefaultPaginator || ❌ (no soft delete) |
| servicequotedoandchargelineitems | id | DefaultPaginator || ❌ (no soft delete) |
| servicequoteproductlineitems | id | DefaultPaginator || ❌ (no soft delete) |
| remarkevents | id | DefaultPaginator || ❌ (no soft delete) |
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'remarkevents'?


| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.3.9 | 2025-11-19 | [68194](https://github.com/airbytehq/airbyte/pull/68194) | Remove expensive calculation fields from tasksessions, add more streams |
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'tasksessions'?

@github-actions
Copy link
Contributor

github-actions bot commented Nov 21, 2025

source-uptick Connector Test Results

3 tests   2 ✅  10s ⏱️
1 suites  1 💤
1 files    0 ❌

Results for commit 729c1bd.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 21, 2025

Deploy preview for airbyte-docs ready!

✅ Preview
https://airbyte-docs-517gomc1y-airbyte-growth.vercel.app

Built with commit 729c1bd.
This pull request is being automatically deployed with vercel-action

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.

5 participants