You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2024. It is now read-only.
Decide on and implement "best-way" to pass down configuration information - at this point that includes paths and 3 nested GCP environments.
Current thinking is hand down full object config, and possible extra parameters if needed - currently gcp_env is required to choose between the 3 different GCP possibilities (dev, test and prod).
Another option is to create paths and gcp and hand only the required pieces to the relevant function-tasks
Extra info about Config:
Currently, the config parameters are inputted via nl_open_data/user_config.toml, and added to Prefect's global config object at import (via config.py or __init__.py - TBD). Within a certain flow-script, i.e. regionaal.py, the config object is imported:
Decide on and implement "best-way" to pass down configuration information - at this point that includes
pathsand 3 nestedGCPenvironments.Current thinking is hand down full object config, and possible extra parameters if needed - currently gcp_env is required to choose between the 3 different GCP possibilities (dev, test and prod).
Another option is to create
pathsandgcpand hand only the required pieces to the relevant function-tasksExtra info about Config:
Currently, the config parameters are inputted via
nl_open_data/user_config.toml, and added to Prefect's globalconfigobject at import (viaconfig.pyor__init__.py- TBD). Within a certain flow-script, i.e.regionaal.py, theconfigobject is imported: