-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Rename all lowcode connector manifest files to manifest.yaml
#21771
Conversation
manifest.yaml
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.
LGTM minus the migration script in the Zoom source
|
||
|
||
|
||
x=["airbyte-integrations/connectors/source-activecampaign/source_activecampaign/source.py", |
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.
This seems odd. Why is this part of the zoom source?
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.
because I forgot to remove it :D
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.
fixed
/approve-and-merge reason="this is a very cosmetic change that touches ~100 connectors. PR checks fail because SATs aren't passing for all these connectors. It is far beyond the scope of this PR to fix all those. " |
What
Following up on #21770 -- applies that change to all lowcode connectors
I've spotchecked a few connectors and this rename seems to work. It was applied via a script so it should be uniform across the board.
for each connector, the only changes is that we change the yaml manifest name from
source_<name>.yaml
tomanifest.yaml
, and we changesource.py
to load that file instead ofsource_<name>.yaml
.I don't think a connector publish is needed