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

build: fix ensure no file change check #20328

Merged
merged 1 commit into from
Dec 9, 2022
Merged

build: fix ensure no file change check #20328

merged 1 commit into from
Dec 9, 2022

Conversation

c-p-b
Copy link
Contributor

@c-p-b c-p-b commented Dec 9, 2022

What

SUB_BUILD=PLATFORM ./gradlew format --scan --info --stacktrace 

needs to be ran on certain db connector pr's. A PR went in recently that was missing the results of this.

How

Run above command and commit results

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2022

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

✅ Sources (3)

Connector Version Changelog Publish
source-mssql 0.4.25
source-mysql 1.0.15
source-postgres 1.0.31
  • See "Actionable Items" below for how to resolve warnings and errors.

✅ Destinations (0)

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

✅ Other Modules (0)

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.

@c-p-b c-p-b requested a review from edgao December 9, 2022 20:47
// "namespace": "schema2"
// "name": "table2
// } -------> info "schema1.table1, schema2.table2"
// Turn "stream": {
Copy link
Contributor

Choose a reason for hiding this comment

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

The original is actually what I intended the comment to be, for readability reasons.
I manually reverted it back, which probably contributed to the build breaking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants