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

add deferrable support to DatabricksNotebookOperator #39295

Merged
merged 28 commits into from May 14, 2024

Commits on Apr 28, 2024

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

Commits on May 3, 2024

  1. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …db-notebook-deferrable-support
    
    Signed-off-by: kalyanr <kalyan.ben10@live.com>
    rawwar committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0d5cd7c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …db-notebook-deferrable-support
    rawwar committed May 4, 2024
    Configuration menu
    Copy the full SHA
    e7db2d3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …db-notebook-deferrable-support
    rawwar committed May 5, 2024
    Configuration menu
    Copy the full SHA
    054cf64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb78207 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. refactor defer call

    rawwar committed May 6, 2024
    Configuration menu
    Copy the full SHA
    59dc579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    521d921 View commit details
    Browse the repository at this point in the history
  3. update caller

    rawwar committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e646a06 View commit details
    Browse the repository at this point in the history
  4. update caller

    rawwar committed May 6, 2024
    Configuration menu
    Copy the full SHA
    798bc22 View commit details
    Browse the repository at this point in the history
  5. Update airflow/providers/databricks/operators/databricks.py

    Co-authored-by: Wei Lee <weilee.rx@gmail.com>
    rawwar and Lee-W committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e27966f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c88c49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfdbcaf View commit details
    Browse the repository at this point in the history
  8. update logs for failed state

    rawwar committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a7ee133 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1618ab7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. rewrite execute_complete

    rawwar committed May 7, 2024
    Configuration menu
    Copy the full SHA
    dfecbf0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …db-notebook-deferrable-support
    rawwar committed May 11, 2024
    Configuration menu
    Copy the full SHA
    fcd550b View commit details
    Browse the repository at this point in the history
  2. add test

    rawwar committed May 11, 2024
    Configuration menu
    Copy the full SHA
    59a0f47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cb5b69 View commit details
    Browse the repository at this point in the history
  4. call execute in tests

    rawwar committed May 11, 2024
    Configuration menu
    Copy the full SHA
    52793ee View commit details
    Browse the repository at this point in the history
  5. add run id in tests

    rawwar committed May 11, 2024
    Configuration menu
    Copy the full SHA
    dbf25f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5198c44 View commit details
    Browse the repository at this point in the history
  7. update error message in tests

    rawwar committed May 11, 2024
    Configuration menu
    Copy the full SHA
    3a5494b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. fix tests

    rawwar committed May 12, 2024
    Configuration menu
    Copy the full SHA
    46204df View commit details
    Browse the repository at this point in the history
  2. refactor tests

    rawwar committed May 12, 2024
    Configuration menu
    Copy the full SHA
    fd4041e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …db-notebook-deferrable-support
    rawwar committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7c2dc0f View commit details
    Browse the repository at this point in the history
  4. update execute_complete

    rawwar committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0698252 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …db-notebook-deferrable-support
    rawwar committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5e8414e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e853173 View commit details
    Browse the repository at this point in the history