Skip to content
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

change DataSourceFactory to take the connection timeout as an additional parameter #33442

Conversation

stephane-airbyte
Copy link
Contributor

@stephane-airbyte stephane-airbyte commented Dec 13, 2023

This is an intermediate refactoring that prepares for the next steps. This should have no functional changes

Copy link

vercel bot commented Dec 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Dec 14, 2023 10:01pm

Copy link
Contributor

Before Merging a Connector Pull Request

Wow! What a great pull request you have here! 🎉

To merge this PR, ensure the following has been done/considered for each connector added or updated:

  • PR name follows PR naming conventions
  • Breaking changes are considered. If a Breaking Change is being introduced, ensure an Airbyte engineer has created a Breaking Change Plan.
  • Connector version has been incremented in the Dockerfile and metadata.yaml according to our Semantic Versioning for Connectors guidelines
  • You've updated the connector's metadata.yaml file any other relevant changes, including a breakingChanges entry for major version bumps. See metadata.yaml docs
  • Secrets in the connector's spec are annotated with airbyte_secret
  • All documentation files are up to date. (README.md, bootstrap.md, docs.md, etc...)
  • Changelog updated in docs/integrations/<source or destination>/<name>.md with an entry for the new version. See changelog example
  • Migration guide updated in docs/integrations/<source or destination>/<name>-migrations.md with an entry for the new version, if the version is a breaking change. See migration guide example
  • If set, you've ensured the icon is present in the platform-internal repo. (Docs)

If the checklist is complete, but the CI check is failing,

  1. Check for hidden checklists in your PR description

  2. Toggle the github label checklist-action-run on/off to re-run the checklist CI.

@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-update_max_mem_for_compilation branch from 63962db to 2836805 Compare December 13, 2023 21:15
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-changet_DataSourceFactory_to_take_the_connection_timeout_as_an_additional_parameter branch from 209155a to 324e67f Compare December 13, 2023 21:15
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-update_max_mem_for_compilation branch from 2836805 to 7f8a815 Compare December 13, 2023 21:19
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-changet_DataSourceFactory_to_take_the_connection_timeout_as_an_additional_parameter branch from 324e67f to fd03a2c Compare December 13, 2023 21:19
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-update_max_mem_for_compilation branch from 7f8a815 to 19e80fd Compare December 13, 2023 21:30
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-changet_DataSourceFactory_to_take_the_connection_timeout_as_an_additional_parameter branch from fd03a2c to e1b5f85 Compare December 13, 2023 21:30
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-update_max_mem_for_compilation branch from 19e80fd to fa15429 Compare December 13, 2023 21:51
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-changet_DataSourceFactory_to_take_the_connection_timeout_as_an_additional_parameter branch from e1b5f85 to 0de99f0 Compare December 13, 2023 21:51
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-update_max_mem_for_compilation branch from fa15429 to 1205e53 Compare December 13, 2023 22:19
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-changet_DataSourceFactory_to_take_the_connection_timeout_as_an_additional_parameter branch from 0de99f0 to ef22d89 Compare December 13, 2023 22:20
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-changet_DataSourceFactory_to_take_the_connection_timeout_as_an_additional_parameter branch from 49a1958 to 590ad8c Compare December 14, 2023 00:57
@stephane-airbyte stephane-airbyte marked this pull request as ready for review December 14, 2023 01:01
@octavia-squidington-iv octavia-squidington-iv requested a review from a team December 14, 2023 18:25
@stephane-airbyte stephane-airbyte changed the base branch from stephane/12-13-update_max_mem_for_compilation to stephane/12-13-move_DataSourceBuilder.getConnectionTimeout_to_DataSourceFactory December 14, 2023 19:55
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-changet_DataSourceFactory_to_take_the_connection_timeout_as_an_additional_parameter branch from 590ad8c to 35a8897 Compare December 14, 2023 19:55
@stephane-airbyte stephane-airbyte requested a review from a team December 14, 2023 19:55
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-move_DataSourceBuilder.getConnectionTimeout_to_DataSourceFactory branch from 36f0c9d to 2caf1da Compare December 14, 2023 21:23
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-changet_DataSourceFactory_to_take_the_connection_timeout_as_an_additional_parameter branch from 35a8897 to f85c08b Compare December 14, 2023 21:29
Base automatically changed from stephane/12-13-move_DataSourceBuilder.getConnectionTimeout_to_DataSourceFactory to master December 14, 2023 21:33
Copy link
Contributor Author

stephane-airbyte commented Dec 14, 2023

Merge activity

  • Dec 14, 4:33 PM: Graphite rebased this pull request after merging its parent, because this pull request is set to merge when ready.
  • Dec 14, 5:10 PM: @@stephane-airbyte merged this pull request with Graphite.

@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-changet_DataSourceFactory_to_take_the_connection_timeout_as_an_additional_parameter branch from f85c08b to 06af3f5 Compare December 14, 2023 21:33
@stephane-airbyte stephane-airbyte force-pushed the stephane/12-13-changet_DataSourceFactory_to_take_the_connection_timeout_as_an_additional_parameter branch from 06af3f5 to e6b07f0 Compare December 14, 2023 22:01
@octavia-squidington-iii octavia-squidington-iii removed the area/connectors Connector related issues label Dec 14, 2023
@stephane-airbyte stephane-airbyte merged commit 0bcbba4 into master Dec 14, 2023
20 checks passed
@stephane-airbyte stephane-airbyte deleted the stephane/12-13-changet_DataSourceFactory_to_take_the_connection_timeout_as_an_additional_parameter branch December 14, 2023 22:10
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
…nal parameter (airbytehq#33442)

This is an intermediate refactoring that prepares for the next steps. This should have no functional changes
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
…nal parameter (airbytehq#33442)

This is an intermediate refactoring that prepares for the next steps. This should have no functional changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit connectors/source/mssql
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants