Skip to content

🐛 migrate-to-manifest-only: conditionally propagate $parameters when resolving manifest #44557

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

Merged
merged 9 commits into from
Aug 22, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async def _run(self) -> StepResult:
_update_inline_schema(schema_loader, json_streams, stream_name)

write_yaml(data, manifest_path)
await format_prettier([manifest_path], logger=logger)
# await format_prettier([manifest_path], logger=logger)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Commented out the formatting as it was causing the command to hang regardless of success or failure.

Copy link
Contributor

Choose a reason for hiding this comment

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

That's tolerable if you just do format fix all separately before pushing up PRs. Single responsibility principle!


for json_stream in json_streams.values():
logger.info(f" !! JSON schema not found: {json_stream.name}")
Expand Down
Loading
Loading