1
0
mirror of synced 2026-01-09 06:03:17 -05:00
Files
airbyte/.github/comment_templates/connector_dependency_template.md
Liren Tu a5f72d2a6d Remove deprecated connector dependency report (#18889)
* Update action and template

* Bump version for testing

* Revert change to test comment update

* Update action

* Update action

* Add comment

* Test change again

* Update comment

* Revert change for testing

* Add comment

* Fix typos
2022-11-03 09:31:34 -07:00

2.3 KiB

Affected Connector Report

NOTE ⚠️ Changes in this PR affect the following connectors. Make sure to do the following as needed:

  • Run integration tests
  • Bump connector version
  • Add changelog
  • Publish the new version

{source_status_summary} Sources ({num_sources})

Connector Version Changelog Publish
{source_rows}
  • See "Actionable Items" below for how to resolve warnings and errors.

{destination_status_summary} Destinations ({num_destinations})

Connector Version Changelog Publish
{destination_rows}
  • See "Actionable Items" below for how to resolve warnings and errors.

{others}

Actionable Items

(click to expand)

Category Status Actionable Item
Version
mismatch
The version of the connector is different from its normal variant. Please bump the version of the connector.

doc not found
The connector does not seem to have a documentation file. This can be normal (e.g. basic connector like source-jdbc is not published or documented). Please double-check to make sure that it is not a bug.
Changelog
doc not found
The connector does not seem to have a documentation file. This can be normal (e.g. basic connector like source-jdbc is not published or documented). Please double-check to make sure that it is not a bug.

changelog missing
There is no chnagelog for the current version of the connector. If you are the author of the current version, please add a changelog.
Publish
not in seed
The connector is not in the seed file (e.g. source_definitions.yaml), so its publication status cannot be checked. This can be normal (e.g. some connectors are cloud-specific, and only listed in the cloud seed file). Please double-check to make sure that it is not a bug.

diff seed version
The connector exists in the seed file, but the latest version is not listed there. This usually means that the latest version is not published. Please use the /publish command to publish the latest version.