entralliance / entr_runtime

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!
http://www.entralliance.com
MIT License
6 stars 3 forks source link

Ignore or suppress .ipynb_checkpoint/**.sql files #25

Closed jordanperr closed 1 year ago

jordanperr commented 2 years ago

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.