-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fixing the connectors build w/ latest cdk models #20743
Conversation
…est schema updates
@@ -1,918 +0,0 @@ | |||
"$schema": http://json-schema.org/draft-07/schema# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we had renamed the schema to declarative_component_schema.yaml
but this file was not removed. Just getting rid of it since it's unnecessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is gradlew format not part of the pipeline?
It should be part of CI since its integrated into the base connectors build and why it's failing now. Its possible that it wasn't caught the first time because the previous review was the first one to introduce the CI check. Now that its fully merged, now it will start catching them in all PRs But as it stands now, the models weren't regenerated against the latest schema most likely. If it were, then the |
/approve-and-merge reason="fixing a red build for connectors base” |
weird, octavia is just leaving my PR hanging. I'll try not to take offense |
/approve-and-merge reason="approved but never merged?” |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
There was a message saying the branch was no up-to-date with master. Not sure if it could help but I did merge master in this branch and will try to |
/approve-and-merge reason="fixing a red build for connectors base” |
/approve-and-merge reason="Because Maxime asked" |
What
A prior merge didn't have the latest component schema up to date so we need to update the autogenerated code.
How
Ran
SUB_BUILD=CONNECTORS_BASE ./gradlew format
to regenerate models according to the latest schema and got rid of an unneeded file.