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

Create single virtualenv when DbtVirtualenvBaseOperator has virtualenv_dir=None and is_virtualenv_dir_temporary=True #1200

Merged
merged 13 commits into from
Oct 1, 2024

Commits on Sep 9, 2024

  1. Optimize DbtVirtualenvBaseOperator: Implement virtualenv reuse

    - Reuse virtualenv in single task execution to reduce creation overhead
    - Improve temporary directory management to use TemporaryDirectory when virtualenv_dir is set to None
    kesompochy committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e42aeb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a84d16c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acba2e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f70c8a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ad033b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'optimize-dbt-virtualenv-reuse' of ssh://github.com/keso…

    …mpochy/astronomer-cosmos into optimize-dbt-virtualenv-reuse
    kesompochy committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7bc0212 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 22, 2024

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    6dc9215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f82e59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6ef98b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 30, 2024

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