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.
When the config object is provided at runtime as a parameter through, it becomes a dict somewhere along the process and an error occurs when using dot notation.
When provided as a default in the register_statline_bq script, the issue doe not occur.
Additionally, this feels like the wrong way to go about it - we provide the full prefect config via a parameter, just because we add our config to it. Might be related to #41 as well as #40.
When the
configobject is provided at runtime as a parameter through, it becomes adictsomewhere along the process and an error occurs when using dot notation.When provided as a default in the
register_statline_bqscript, the issue doe not occur.Additionally, this feels like the wrong way to go about it - we provide the full
prefect configvia a parameter, just because we add our config to it. Might be related to #41 as well as #40.