Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid re-adding remote to known_hosts during each dbt run #133

Open
soltanianalytics opened this issue Nov 16, 2021 · 0 comments
Open

Avoid re-adding remote to known_hosts during each dbt run #133

soltanianalytics opened this issue Nov 16, 2021 · 0 comments

Comments

@soltanianalytics
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant