Luis Henrique Dallelaste Bernartt
07/23/2025, 3:15 PMMarvin
07/23/2025, 3:15 PMNate
07/23/2025, 3:15 PMNate
07/23/2025, 3:16 PMprefect deployment inspect <name>
?Marvin
07/23/2025, 3:16 PMprefect deploy
or the Python API? This will help narrow down where the quote is being introduced.
2. As a workaround, you could try:
- If using Python API: Ensure your repository URL is passed as a raw string without any quotes
- If using `prefect deploy`: Double-check the deployment YAML file (if you're using one) to ensure there are no extra quotes around the repository URL
3. To help diagnose this:
- Could you share the exact error message you're seeing?
- Could you also check the deployment configuration using prefect deployment inspect <deployment-name>
to see how the URL is stored?
This appears to be a new issue as it's not documented in existing GitHub issues. If the problem persists after trying these suggestions, it would be valuable to create a new issue on the Prefect GitHub repository with:
- The exact error message
- Your deployment creation method
- A minimal reproduction case
- The output of prefect version
The fact that the URL is correct in the database but gets modified during the git clone step suggests this might be a bug in how the worker processes the repository URL. Having more details about your specific setup would help us provide a more targeted solution or confirm if this is indeed a bug that needs to be reported.
Would you be able to share any of these additional details to help us better diagnose the issue?Luis Henrique Dallelaste Bernartt
07/23/2025, 3:22 PMNate
07/23/2025, 3:22 PMit uses the correct link but adds a ' at the enddo you have logs or something?
Luis Henrique Dallelaste Bernartt
07/23/2025, 3:38 PMNate
07/23/2025, 3:39 PMNate
07/23/2025, 3:39 PM'
is on both sidesLuis Henrique Dallelaste Bernartt
07/24/2025, 12:22 PMLuis Henrique Dallelaste Bernartt
07/24/2025, 12:46 PM