Ax
07/27/2024, 12:13 AMMarvin
07/27/2024, 12:13 AMprefect.yaml file under the pull step.
However, you can customize the git_clone step within the pull section in prefect.yaml by specifying the necessary arguments and scripts. For sparse checkout, you might need to perform additional steps within the pull step to fetch only specific parts of a repository.
Since the direct capability might not be there, you might end up using custom scripts or commands within the git_clone step to handle sparse checkouts manually.
For detailed instructions and up-to-date methods, you may need to consult the Prefect Deployment Guide and possibly adapt with some custom scripting.