ENTR Alliance is an owner-operator led initiative to create open data stack within the clean energy sector. ENTR is a distribution of existing open-source tools, frameworks, and standards, packaged together to accelerate the transition to clean energy. Join us!
When running dbt seed (dag compilation), sometimes you'll get the following error:
Compilation Error in model stg_entr_tag_list-checkpoint (models/staging/.ipynb_checkpoints/stg_entr_tag_list-checkpoint.sql)
Model 'model.entr_warehouse.stg_entr_tag_list-checkpoint' (models/staging/.ipynb_checkpoints/stg_entr_tag_list-checkpoint.sql) depends on a node named 'entr_tag_list' which was not found
This is caused by checkpointed files from Jupyter Hub. Current solution is to delete the .ipynb_checkpoint directories.
When running dbt seed (dag compilation), sometimes you'll get the following error:
Compilation Error in model stg_entr_tag_list-checkpoint (models/staging/.ipynb_checkpoints/stg_entr_tag_list-checkpoint.sql) Model 'model.entr_warehouse.stg_entr_tag_list-checkpoint' (models/staging/.ipynb_checkpoints/stg_entr_tag_list-checkpoint.sql) depends on a node named 'entr_tag_list' which was not found
This is caused by checkpointed files from Jupyter Hub. Current solution is to delete the .ipynb_checkpoint directories.