Commit 3a3e739
Fix insert_all method of BigQueryHook to support tables without schema (#13138)
Fixes the insert_all method of BigQueryHook to support
tables that does not have provided schema.
Co-authored-by: Manuel Bordes <manuel.bordes@gamesys.co.uk>1 parent 35e4a3b commit 3a3e739
2 files changed
Lines changed: 8 additions & 9 deletions
File tree
- airflow/providers/google/cloud/hooks
- tests/providers/google/cloud/hooks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
879 | | - | |
880 | | - | |
881 | | - | |
882 | | - | |
883 | | - | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
680 | | - | |
681 | 680 | | |
682 | | - | |
| 681 | + | |
683 | 682 | | |
684 | 683 | | |
685 | 684 | | |
| |||
690 | 689 | | |
691 | 690 | | |
692 | 691 | | |
693 | | - | |
| 692 | + | |
694 | 693 | | |
695 | | - | |
| 694 | + | |
696 | 695 | | |
697 | 696 | | |
698 | 697 | | |
| |||
0 commit comments