There has been an error where dbt runs failed because the cloning did not work anymore. It turned out to be related to the fact that the dbt operator re-adds the remote git host to the known_hosts file on each dbt run. Instead, it should only do so if it must (which will usually only be the first run).
There has been an error where dbt runs failed because the cloning did not work anymore. It turned out to be related to the fact that the dbt operator re-adds the remote git host to the known_hosts file on each dbt run. Instead, it should only do so if it must (which will usually only be the first run).