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
Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..."
User need to pass a value of model_version to the Kedro pipeline. It works fine locally but when deployed as Airflow DAGs, it is triggered as many indivdiual KedroOperator. There is no easy way to share information across the DAGs.
This issue document a solution reported by an user. Note that this works but if we need to use the build in versioned: true feature it won't work because each KedroSession has its own session_id. kedro-org/kedro#1731
More Context
The user here want to use current timestamp as model_version, which has similar idea to session_id.
Description
Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..."
User need to pass a value of
model_version
to the Kedro pipeline. It works fine locally but when deployed as Airflow DAGs, it is triggered as many indivdiual KedroOperator. There is no easy way to share information across the DAGs.This issue document a solution reported by an user. Note that this works but if we need to use the build in
versioned: true
feature it won't work because eachKedroSession
has its ownsession_id
. kedro-org/kedro#1731More Context
The user here want to use current timestamp as
model_version
, which has similar idea tosession_id
.Workaround
The text was updated successfully, but these errors were encountered: