Mathias
04/18/2024, 12:24 PMMarvin
04/18/2024, 12:25 PMprefect-gcp
or any other library used in Prefect Cloud, you should declare the version of the library within your deployment's environment. This can typically be done in your runtime environment configuration or by specifying your requirements in a requirements.txt
file for your flow's environment. Unfortunately, the documentation doesn't specify exactly how to control library versions for Prefect Cloud specifically, but the general practice for Python environments applies.
For filing an issue or inquiring about upgrading the prefect-gcp
library, you can open a new issue on GitHub in the prefect-gcp repository. If you encounter any bugs, you are encouraged to file an issue there. Additionally, you may seek support in the Prefect Discourse forum or the Prefect Slack community if you need further assistance.
Regarding the vpc_connector_name
and its changes in the prefect-gcp
version 0.5.6, I found no open issues in the GitHub repository with a simple search. Therefore, if this problem persists for your use-case, you may consider opening a new issue to address it.
The pertinent links for further reading and support are:
- To open an issue about `prefect-gcp`: prefect-gcp GitHub issues
- Prefect GCP documentation: prefect-gcp Documentation
If you decide to open an issue, please provide detailed information about your configuration, the steps to reproduce the issue, and any logs or error messages you have. This will help the maintainers understand and resolve the issue more effectively.