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

truncate table seed to avoid append logic in unmanaged schemas #917

Closed
wants to merge 13 commits into from
Closed

truncate table seed to avoid append logic in unmanaged schemas #917

wants to merge 13 commits into from

Commits on Jun 22, 2021

  1. dbt seed truncate tables

    machov committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    9aaf231 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Cleanup main after cutting new 1.7.latest branch (#907)

    * Clean up changelog on main
    
    * Bumping version to 1.8.0a1
    
    * Code quality cleanup
    machov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    04614e2 View commit details
    Browse the repository at this point in the history
  2. 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
    machov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    adfc057 View commit details
    Browse the repository at this point in the history
  3. merge remote

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

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

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

    machov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    c490aa5 View commit details
    Browse the repository at this point in the history
  8. rm changelog

    machov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    be3a3bb View commit details
    Browse the repository at this point in the history
  9. add seed (#3)

    * insert overwrite instead of insert into for new seed runs
    
    * Mv1742 load csv table seed (#1)
    
    * changie commit
    
    * Update Fixes-20231013-120628.yaml
    
    * 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
    
    * Mv1742 rebase truncate (#2)
    
    * merge remote
    
    * add docs-issue workflow to dbt-spark (#913)
    
    * Update seed.sql
    
    * Update seed.sql
    
    * add truncate table function
    
    * rm changelog
    
    * merge remote
    machov authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    873381f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f640c0b View commit details
    Browse the repository at this point in the history
  11. merge latest

    machov committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    48ca04b View commit details
    Browse the repository at this point in the history
  12. add latest changes

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