<@ULVA73B9P> Where is the source code that would g...
# ask-marvin
m
@Marvin Where is the source code that would generate this stataement in logs 151052.077 | INFO | prefect.deployment - Pulled code using block 'local-file-system/<block_name>' into 'local-file-system-<block_name> 151052.078 | DEBUG | Flow run 'omega-ciril' - Changing working directory to 'local-file-system-<block_name>'
m
It seems that the specific log messages you're asking about aren't directly referenced in the GitHub issues I found. However, these log messages are likely generated as part of Prefect's deployment and flow run processes, particularly when dealing with local file system blocks and changing working directories during flow execution. To locate the exact source code, you might want to explore the Prefect codebase, particularly focusing on modules related to deployments and flow execution. These would typically be found in files dealing with deployments and flow run orchestration. For further exploration, you can check Prefect's repository on GitHub: PrefectHQ/prefect. You may search for terms like "Pulled code using block" and "Changing working directory" within the repository to find the exact source code lines generating these logs. If you're interested in contributing or debugging further, consider setting up a development environment to step through the code execution as these logs are generated.
m
can you narrow down my search to a specific file