Closed machov closed 1 year ago
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Manrique Vargas. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Manrique Vargas. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Manrique Vargas. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
resolves https://github.com/dbt-labs/dbt-spark/issues/112
Description
dbt seed command fixed with expected behavior from dbt global project to truncate table in order remove all rows from the existing seed tables and replace values. As explained in https://github.com/fishtown-analytics/dbt-spark/issues/112, the current seed command in dbt-spark appends to existing seeded tables instead overwriting when the database is 'unmanaged' (no location specified from
create schema
)Checklist