-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
docs: fix refs to Python CDK manifest yaml #48576
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
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.
Pre-approving to unblock, the direction is good here.
To follow up, please create an issue and assign it to me to actually request the yaml file from the repo at build time, so we don't have to sync the copy of the file here.
docs/connector-development/tutorials/the-hard-way/build-a-connector-the-hard-way.md
Show resolved
Hide resolved
@aaronsteers for the second build error — it's fine to link to the neighboring repo I think. |
@natikgadzhi - Thanks for the review. I've confirmed that merging this resolved the build failures. I ended up using your suggestion of copying back the yaml file that was imported. We don't support https imports. There's a potential path to do so here but it's non-trivial and I didn't want to introduce new factors or potential security considerations in this fix. I'll open a new issue as requested and assign to you. |
What
Fix docs build failures:
Slack thread: https://airbytehq-team.slack.com/archives/C032Y32T065/p1732034232793509
Also disables CDK Sphinx builds. We expect this is being replaced with pdoc docs.
How
Review guide
User Impact
Can this PR be safely reverted and rolled back?