-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
feat(python): support custom models without forking #8774
Conversation
import Tabs from '@theme/Tabs'; | ||
import TabItem from '@theme/TabItem'; |
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.
Doesn't this show up in the md file?
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.
the md is actually treated as mdx, so react code like this is valid
@@ -343,8 +343,15 @@ class AspectBag(TypedDict, total=False): | |||
"schemas_path", type=click.Path(exists=True, file_okay=False), required=True | |||
) | |||
@click.argument("outdir", type=click.Path(), required=True) | |||
@click.option("--check-unused-aspects", is_flag=True, default=False) | |||
@click.option("--enable-custom-loader", is_flag=True, default=True) | |||
def generate( |
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.
Just curious, what does this generate exactly?
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 script generates all the files in src/metadata
Deployment failed with the following error:
|
Checklist