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

merge from main into 1.5.latest #7576

Closed
wants to merge 40 commits into from
Closed

merge from main into 1.5.latest #7576

wants to merge 40 commits into from

Commits on Apr 14, 2023

  1. Cleanup main after cutting new 1.5.latest branch (#7354)

    * Bumping version to 1.5.0rc1
    
    * Clean up changelog on main
    
    * fixing linter issues
    
    ---------
    
    Co-authored-by: Mike Alfare <[email protected]>
    FishtownBuildBot and mikealfare authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a88f640 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. dbt.include import issue for ci (#7383)

    * separating the installation of the two requirements files
    mikealfare authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    121fa57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fedfe0 View commit details
    Browse the repository at this point in the history
  3. sqlparse <0.4.4 (#7394)

    MichelleArk authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    57e9096 View commit details
    Browse the repository at this point in the history
  4. [create-pull-request] automated change (#7377)

    Co-authored-by: Github Build Bot <[email protected]>
    Co-authored-by: Mike Alfare <[email protected]>
    3 people authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ba40d07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    add9242 View commit details
    Browse the repository at this point in the history
  6. [Fix] Typo in statically parsed ref unpacking (#7365)

    test statically parsed two-argument ref
    MichelleArk authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0891aef View commit details
    Browse the repository at this point in the history
  7. [Fix] safe version attribute access in _check_resource_uniqueness (#7376

    )
    
    safe version attribute access in _check_resource_uniqueness
    MichelleArk authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a87275a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    ada8860 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    aac034d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2418b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5aea19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1722079 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    75703c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    de75777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    723ac94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07603b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. fix partial parsing of versioned models - schedule child nodes if lat…

    …est version has been modified (#7439)
    MichelleArk authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2739d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9874f9e View commit details
    Browse the repository at this point in the history
  3. UX improvements to model versions (#7435)

    * Latest version should use un-suffixed alias
    
    * Latest version can be in un-suffixed file
    
    * FYI when unpinned ref to model with prerelease version
    
    * [WIP] Nicer error if versioned ref to unversioned model
    
    * Revert "Latest version should use un-suffixed alias"
    
    This reverts commit 3616c52.
    
    * Revert "[WIP] Nicer error if versioned ref to unversioned model"
    
    This reverts commit c9ae4af.
    
    * Define real event for UnpinnedRefNewVersionAvailable
    
    * Update pp test for implicit unsuffixed defined_in
    
    * Add changelog entry
    
    * Fix unit test
    
    * marky feedback
    
    * Add test case for UnpinnedRefNewVersionAvailable event
    jtcohen6 authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d53bb37 View commit details
    Browse the repository at this point in the history
  4. CT 2483 duplicate depends on nodes (#7455)

    * Remove unnecessary "_update_into" methods
    gshank authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d2f963e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Remove noisy parse events (#7388)

    * Rm noisy parse events
    
    * PR feedback
    jtcohen6 authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e3498bd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Update CODEOWNERS to include the OSS Tooling Guild (#7472)

    * Update CODEOWNERS to include the OSS Tooling Guild
    
    * add a few more files
    emmyoop authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    17a8f46 View commit details
    Browse the repository at this point in the history
  2. CT-2414: Add graph summaries to target directory output (#7358)

    * CT-2414: Add graph summaries to target directory output
    
    * CT-2414: Make graph representation more compact
    
    * CT-2414: Add changelog entry
    
    * CT-2414: Remove temporary diagnostic code.
    
    * CT-2414: Combine graphs into a single file
    
    * CT-2414: Simplify graph summary format.
    
    * CT-2414: Add invocation id to summary, add unit test
    peterallenwebb authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c56a9b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7eb89d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1dddaa View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Initial implementation of cross-project ref (#7276)

    * Create publication.py, various Publication classes, Dependency class
    
    * Load dependencies.yml and the corresponding publication file
    
    * Add "public_nodes" and populate ref_lookup
    
    * resolve_ref working
    
    * Add public nodes to parent and child maps
    
    * Bump manifest version and fix tests, use ModelDependsOn
    
    * Split out PublicationArtifact and PublicationConfig, store public_models
    separately
    
    * Store dependencies in publication artifact
    
    * change detection of PublicModel for >= python3.10
    
    * Handle removing references for re-processing if publication has changed
    
    * Handle only changed publication artifacts
    
    * Add some logging events
    
    * Remove duplicate nodes from manifest
    
    * refactor relation_from_relation_name
    
    * Remove duplicate writing of manifest.json
    
    * Add public_nodes to flat_graph
    
    * Move some file name constants to core/dbt/constants.py
    
    * Remove "environment" from ProjectDependency. Add
    database/schema/identifier to PublicModel. Update TargetNotFound
    exception.
    
    * Include external publication dependencies in publication artifact dependencies
    
    * Remove create_from_relation_name, call create_from_node instead
    
    * Change PublicationArtifactChanged message to debug level
    
    * Make write_publication_artifact a function in parser/manifest.py
    
    * Create fixture to create minimal alternate project (just models)
    
    * develop multi project test case
    gshank authored May 3, 2023
    Configuration menu
    Copy the full SHA
    fd73066 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Adding perf testing GHA (#5851)

    * Adding perf testing GHA
    
    * Fixing tigger syntax
    
    * Fixing PR creation issue
    
    * Updating testing var
    
    * Remove unneeded branch names
    
    * Fixing branch naming convention
    
    * Standardizing branch name to var
    
    * Consolidating PR jobs
    
    * Updating inputs and making more readable
    
    * Splitting steps up
    
    * Making some updates here to simplify and update
    
    * Remove tab
    
    * Cleaned up testing TODOs before committing
    
    * Fixing spacing
    
    * Fixing spacing issue
    leahwicz authored May 5, 2023
    Configuration menu
    Copy the full SHA
    810ef7f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    19d6dab View commit details
    Browse the repository at this point in the history
  2. Back compat for previous return type of collect_freshness (#7535)

    * Back compat for previous retrurn type of 'collect_freshness'
    
    * Test fixups
    
    * PR feedback
    jtcohen6 authored May 8, 2023
    Configuration menu
    Copy the full SHA
    35f8ceb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a7b73b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0de046d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40aca4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    881437e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    078a836 View commit details
    Browse the repository at this point in the history
  2. Adding performance modeling for 1.4.0 to refs/heads/main (#7523)

    * adding performance baseline for 1.4.0
    
    * Fix formatting
    
    ---------
    
    Co-authored-by: Github Build Bot <[email protected]>
    Co-authored-by: leahwicz <[email protected]>
    3 people authored May 9, 2023
    Configuration menu
    Copy the full SHA
    2945619 View commit details
    Browse the repository at this point in the history
  3. CT 2552 pin protobuf to >=4.0.0 (#7566)

    * Pin protobuf to >=4.0.0
    
    * Changie
    gshank authored May 9, 2023
    Configuration menu
    Copy the full SHA
    d34c511 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    272beb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dffbb6a View commit details
    Browse the repository at this point in the history
  6. merge from main

    aranke committed May 9, 2023
    Configuration menu
    Copy the full SHA
    f5bd4ed View commit details
    Browse the repository at this point in the history