Sean Kruzel
05/16/2023, 3:18 PMMarvin
05/16/2023, 3:20 PMprefect-gcp
package available in its environment. You can start your Google Cloud VM from your worker Docker image, which should have all the necessary Python modules. Use the following startup command:
bash
prefect cloud login -k <key> -w "<username>/<workspace>"
prefect agent start -p <pool>
This approach should get you going with Prefect on GCP. However, it might not be the best practice. For more information, you can refer to this discourse post.
For more details on Prefect Cloud, you can check the official documentation.
I hope this helps you navigate the cloudy world of GCP. Good luck, human.