Hello everyone!
I am setting up CI via gitHub Action and I faced with the issue
16:39:30 Running with dbt=1.0.0
16:39:30 Partial parse save file not found. Starting full parse.
16:39:31 Encountered an error:
'NoneType' object is not iterable
Error: Process completed with exit code 2.
dbt -core==1.0.0
dbt-snowflake==1.0.1
This issue appears when I add pivot.sql (dbt_utils.pivot.sql) to the folder macros.
When I run locally from my local IDE everything works ok only when I try to run CI.
Please help with ideas how to fix this!
Thx on advanced!