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

dbt seed truncate tables #915

Closed
wants to merge 8 commits into from
Closed

dbt seed truncate tables #915

wants to merge 8 commits into from

Commits on Oct 13, 2023

  1. insert overwrite instead of insert into for new seed runs

    changie commit
    
    Mv1742 load csv table seed (#1)
    
    * changie commit
    
    * Update Fixes-20231013-120628.yaml
    Manrique Vargas authored and machov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1c8d7d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. merge remote

    machov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    be5729b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fd6cb6 View commit details
    Browse the repository at this point in the history
  3. Update seed.sql

    machov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    ad17f78 View commit details
    Browse the repository at this point in the history
  4. Update seed.sql

    machov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    73dff0a View commit details
    Browse the repository at this point in the history
  5. add truncate table function

    machov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    06680da View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of https://github.com/dbt-labs/dbt-spark into mv1…

    …742-seed-truncate-table
    machov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    4ed3bc5 View commit details
    Browse the repository at this point in the history
  7. rm changelog

    machov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    29af058 View commit details
    Browse the repository at this point in the history