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

Adding MSGraphOperator in Microsoft Azure provider #38111

Merged
merged 172 commits into from
Apr 14, 2024

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    f82717c View commit details
    Browse the repository at this point in the history
  2. refactor: Extracted common method into Base class for patching airflo…

    …w connection and request adapter + make multiple patches into one context manager Python 3.8 compatible
    davidblain-infrabel committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    86643d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b92195 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40c0e0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f4f704 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    dc9df4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a32d7df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04d6b85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b77e152 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90c498b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07034db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a03378f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1e3414 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e01b89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7198db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bcaa2ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b319be4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9a41911 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7dc3e7e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    24c3f44 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4cef94e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    88aa7dc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    86b3af1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c528f50 View commit details
    Browse the repository at this point in the history
  20. Revert "refactor: Added assertions on conn_id, tenant_id, client_id a…

    …nd client_secret"
    
    This reverts commit 88aa7dc.
    davidblain-infrabel committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    258abd6 View commit details
    Browse the repository at this point in the history
  21. refactor: Changed imports in hook as we don't use mockito anymore we …

    …don't need the module before constructor
    davidblain-infrabel committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2304baf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    22906cf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8078c62 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    967216e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c8c4671 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cf7f1d1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1d6ceea View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    2d1cc51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730e9ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    740c96e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77dfaee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ffe8a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71fb85a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfd97ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5dd317c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04553ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c0e3d8a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6501906 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d835e34 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6a14ebe View commit details
    Browse the repository at this point in the history
  14. refactor: Ignore UP031 Use format specifiers instead of percent forma…

    …t as this is not possible here the way the DAG is evaluated in Airflow (due to XCom's)
    davidblain-infrabel committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6cbdd94 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    001f492 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    61a6ec8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b2db2e1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d44c0eb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5beceef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9bbd504 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    20262c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

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

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    f641847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19684bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    256c09d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7170983 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d35ee9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    738622d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa09267 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. refactor: Ignore UP031 Use format specifiers instead of percent forma…

    …t as this is not possible here the way the DAG is evaluated in Airflow (due to XCom's)
    davidblain-infrabel committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8fec9a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    52a2152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00b582b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7728878 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    8e535b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1d079c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b4cb42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e19195 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    7054dba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae7fc03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce43306 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    8a55cd6 View commit details
    Browse the repository at this point in the history
  2. refactor: Added customizable pagination_function parameter to Operato…

    …r and made operator PowerBI compatible
    davidblain-infrabel committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    40a8cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5d41f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b09732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b28253a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    445f5cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcd322c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be9485c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8fca162 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f3fc9ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0fd9f68 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    568dffc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5c25836 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a664867 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    ed100cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0018c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcedbc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cd7f5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0551bd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7b6968 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a493217 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45ea05d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d71597 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2ba077 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    afaed29 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae8a195 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    deb4fb1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a367a79 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4010b38 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    09e478c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    180b52e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3d3b65b View commit details
    Browse the repository at this point in the history
  19. refactor: Pass the method name from method reference instead of hard …

    …coded string which is re-factor friendly
    davidblain-infrabel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    68814d0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9f12dca View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b99c104 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0bc54d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

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

Commits on Apr 8, 2024

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

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    32e9d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01f1419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2600e94 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    79c7158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa50a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c012614 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca6f92c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    981b192 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf08a93 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    48c4348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    867873e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edf1ecd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d955f5 View commit details
    Browse the repository at this point in the history
  5. refactor: Removed timeout parameter from constructor MSGraphSensor as…

    … it is already defined in the BaseSensorOperator
    davidblain-infrabel committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c42133c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    229bb60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c4482a View commit details
    Browse the repository at this point in the history
  8. Revert "refactor: Added noqa check on pull_execute_complete method of…

    … MSGraphOperator"
    
    This reverts commit ca6f92c.
    davidblain-infrabel committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f704593 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1e2ed4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b520b95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b15e5e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fdb6f30 View commit details
    Browse the repository at this point in the history
  13. refactor: Updated apache-airflow version to at least 2.7.0 in provide…

    …r.yaml of microsoft-azure provider
    davidblain-infrabel committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c939111 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    192a572 View commit details
    Browse the repository at this point in the history
  15. refactor: Exclude microsoft-azure from compatibility check with airfl…

    …ow 2.6.0 as version 2.7.0 will at least be required
    davidblain-infrabel committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5a1bdfd View commit details
    Browse the repository at this point in the history
  16. refactor: Also updated the apache-airflow dependency version from 2.6…

    ….0 to 2.7.0 for microsoft-azure provider in provider_dependencies.json
    davidblain-infrabel committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    21232c8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9f46826 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    732a13b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6980e1e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8250560 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7c8064a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    35915ef View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7f75caa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2767828 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a26ffd4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e3dbba1 View commit details
    Browse the repository at this point in the history
  27. refactor: Moved optional provider imports that should be ignored when…

    … running Airflow 2.6.0 or lower at top of file
    davidblain-infrabel committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1259b32 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    42ceac6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    7317725 View commit details
    Browse the repository at this point in the history
  2. refactor: Fixed the event loop closed issue when executing long runni…

    …ng tests on the MSGraphOperator
    davidblain-infrabel committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    201f371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aac5db7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14e9327 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aed317a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6f7b45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f34aac2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    693975e View commit details
    Browse the repository at this point in the history
  9. docs: Added example for the MSGraphSensor and additional examples on …

    …how you can use the operator for PowerBI
    davidblain-infrabel committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0f99861 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9f1d7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e78c1bc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    78494c7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e571db6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c7a06db View commit details
    Browse the repository at this point in the history
  15. Revert "refactor: TestMSGraphAsyncOperator should be allowed to run a…

    …s a db test"
    
    This reverts commit c7a06db.
    davidblain-infrabel committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3e508b0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9d5151d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b4b445 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e318581 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ea3957e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    03d5a04 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1479af7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    cbcee93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70fa271 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2457ea View commit details
    Browse the repository at this point in the history