How can I make sure initialization code runs once ...
# ask-community
j
How can I make sure initialization code runs once when it is executed as part of the Python module? I need to load a git repository with a dbt project that I can then use with
load_assets_from_dbt_project
and since the module is loaded multiple times when I start dagster I run into concurrency issues.