Commit 574102f
[FEAT] adds repair run functionality for databricks (#36601)
* [FEAT] adds repair run functionality for databricks
* [FIX] addded latest repair run and test cases
* [FIX] comma typo
* [FIX] check for DatabricksRunNowOperator instance before doing repair run
* [FIX] fixed static checks
* [FIX] fixed static checks
* Update airflow/providers/databricks/hooks/databricks.py
Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
* [FIX] type annotations
* [FIX] change from log.warn to log.warning
* Update airflow/providers/databricks/operators/databricks.py
Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
* [FIX] CI Static check
---------
Co-authored-by: GauravM <gaurav@ip-192-168-0-100.ap-south-1.compute.internal>
Co-authored-by: GauravM <gaurav@ip-192-168-0-101.ap-south-1.compute.internal>
Co-authored-by: GauravM <gaurav@ip-10-20-1-171.ap-south-1.compute.internal>
Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>1 parent 449c814 commit 574102f
3 files changed
Lines changed: 103 additions & 2 deletions
File tree
- airflow/providers/databricks
- hooks
- operators
- tests/providers/databricks/hooks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
529 | 540 | | |
530 | 541 | | |
531 | 542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
91 | 104 | | |
92 | 105 | | |
93 | 106 | | |
| |||
623 | 636 | | |
624 | 637 | | |
625 | 638 | | |
| 639 | + | |
626 | 640 | | |
627 | 641 | | |
628 | 642 | | |
| |||
711 | 725 | | |
712 | 726 | | |
713 | 727 | | |
| 728 | + | |
714 | 729 | | |
715 | 730 | | |
716 | 731 | | |
| |||
741 | 756 | | |
742 | 757 | | |
743 | 758 | | |
| 759 | + | |
744 | 760 | | |
745 | 761 | | |
746 | 762 | | |
| |||
753 | 769 | | |
754 | 770 | | |
755 | 771 | | |
| 772 | + | |
756 | 773 | | |
757 | 774 | | |
758 | 775 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
686 | 759 | | |
687 | 760 | | |
688 | 761 | | |
| |||
0 commit comments