* Add normalization to list of modules to check dependencies for * Remove now unneeded empty lists * Refactor how gradle files are retrieved * Let method set the dict key for module * Rename CONNECTOR_PATH, ensure that path for get_gradle_file_for_path is always a folder * Add typing on potentially confusing method * Make comment template clearer * Move modules into details * Auto-close sources and destinations, add emoji and count for other modules * Rename function to get dependent modules
2.5 KiB
2.5 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 or module 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.
{other_status_summary} Other Modules ({num_others})
{others_rows}
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. |