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

Add readme validation step #2748

Merged
merged 87 commits into from
Jan 12, 2024
Merged

Add readme validation step #2748

merged 87 commits into from
Jan 12, 2024

Conversation

diondrapeck
Copy link
Member

@diondrapeck diondrapeck commented Oct 19, 2023

Description

Add workflow PR-check step to confirm that each sample folder has a README file matching our template.

Checklist

  • I have read the contribution guidelines
  • I have coordinated with the docs team ([email protected]) if this PR deletes files or changes any file names or file extensions.
  • Pull request includes test coverage for the included changes.
  • This notebook or file is added to the CODEOWNERS file, pointing to the author or the author's team.

Copy link
Contributor

@sdgilley sdgilley left a comment

Choose a reason for hiding this comment

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

Docs approval. None of these changes will break the docs build.

@kdestin kdestin merged commit a8431e1 into main Jan 12, 2024
286 of 303 checks passed
@kdestin kdestin deleted the add-readme-check branch January 12, 2024 20:36
@JasonWHowell
Copy link

JasonWHowell commented Jan 12, 2024

@diondrapeck @kdestin this PR may have broken the ML docs that refer to these notebooks. Azure-docs-pr is erroring for 2 hours because of it, so all azure docs are getting the error. Can you take a look? https://github.com/MicrosoftDocs/azure-docs-pr/pull/263152#issuecomment-1890077419

@diondrapeck
Copy link
Member Author

diondrapeck commented Jan 12, 2024 via email

@JasonWHowell
Copy link

@diondrapeck The failures are isolation to two notebooks I think
/sdk/python/featurestore_sample/notebooks/sdk_only/3. Enable recurrent materialization and run batch inference.ipynb
/sdk/python/featurestore_sample/notebooks/sdk_only/1. Develop a feature set and register with managed feature store.ipynb

@diondrapeck
Copy link
Member Author

diondrapeck commented Jan 12, 2024 via email

@sdgilley
Copy link
Contributor

I see the problem. None of the changes made to cells in these notebooks are breaking changes, which is why I approved.

BUT the notebooks themselves have some syntax errors in the json, both display as Invalid notebooks:

Isn't there a check to see if the modified notebooks will run? I don't see that in this PR, was it skipped because of so many changes? If we can't run them, is there at least a way to make sure that all modified notebooks are valid notebooks prior to a merge?

@diondrapeck diondrapeck restored the add-readme-check branch January 17, 2024 02:59
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.

4 participants