|
433 | 433 | " online_enabled=False,\n",
|
434 | 434 | " event_time='datetime',\n",
|
435 | 435 | ")\n",
|
436 |
| - "applications_fg.insert(\n", |
437 |
| - " applications_df,\n", |
438 |
| - " write_options={\"wait_for_job\": True},\n", |
439 |
| - ")" |
| 436 | + "applications_fg.insert(applications_df)" |
440 | 437 | ]
|
441 | 438 | },
|
442 | 439 | {
|
|
460 | 457 | " primary_key=['sk_id_bureau'],\n",
|
461 | 458 | " online_enabled=False,\n",
|
462 | 459 | ")\n",
|
463 |
| - "bureau_balances_fg.insert(\n", |
464 |
| - " bureau_balances_df,\n", |
465 |
| - " write_options={\"wait_for_job\": True},\n", |
466 |
| - ")" |
| 460 | + "bureau_balances_fg.insert(bureau_balances_df)" |
467 | 461 | ]
|
468 | 462 | },
|
469 | 463 | {
|
|
488 | 482 | " online_enabled=False,\n",
|
489 | 483 | " event_time='datetime',\n",
|
490 | 484 | ")\n",
|
491 |
| - "bureaus_fg.insert(\n", |
492 |
| - " bureaus_df,\n", |
493 |
| - " write_options={\"wait_for_job\": True},\n", |
494 |
| - ")" |
| 485 | + "bureaus_fg.insert(bureaus_df)" |
495 | 486 | ]
|
496 | 487 | },
|
497 | 488 | {
|
|
516 | 507 | " online_enabled=False,\n",
|
517 | 508 | " event_time='datetime',\n",
|
518 | 509 | ")\n",
|
519 |
| - "previous_applications_fg.insert(\n", |
520 |
| - " previous_applications_df,\n", |
521 |
| - " write_options={\"wait_for_job\": True},\n", |
522 |
| - ")" |
| 510 | + "previous_applications_fg.insert(previous_applications_df)" |
523 | 511 | ]
|
524 | 512 | },
|
525 | 513 | {
|
|
571 | 559 | " online_enabled=False,\n",
|
572 | 560 | " event_time='datetime',\n",
|
573 | 561 | ")\n",
|
574 |
| - "installment_payments_fg.insert(\n", |
575 |
| - " installment_payments_df,\n", |
576 |
| - " write_options={\"wait_for_job\": True},\n", |
577 |
| - ")" |
| 562 | + "installment_payments_fg.insert(installment_payments_df)" |
578 | 563 | ]
|
579 | 564 | },
|
580 | 565 | {
|
|
598 | 583 | " primary_key=['sk_id_prev','sk_id_curr'],\n",
|
599 | 584 | " online_enabled=False,\n",
|
600 | 585 | ")\n",
|
601 |
| - "credit_card_balances_fg.insert(\n", |
602 |
| - " credit_card_balances_df,\n", |
603 |
| - " write_options={\"wait_for_job\": True},\n", |
604 |
| - ")" |
| 586 | + "credit_card_balances_fg.insert(credit_card_balances_df)" |
605 | 587 | ]
|
606 | 588 | },
|
607 | 589 | {
|
|
626 | 608 | " online_enabled=False,\n",
|
627 | 609 | ")\n",
|
628 | 610 | "\n",
|
629 |
| - "previous_loan_counts_fg.insert(\n", |
630 |
| - " previous_loan_counts,\n", |
631 |
| - " write_options={\"wait_for_job\": True},\n", |
632 |
| - ")" |
| 611 | + "previous_loan_counts_fg.insert(previous_loan_counts)" |
633 | 612 | ]
|
634 | 613 | },
|
635 | 614 | {
|
|
908 | 887 | "name": "python",
|
909 | 888 | "nbconvert_exporter": "python",
|
910 | 889 | "pygments_lexer": "ipython3",
|
911 |
| - "version": "3.9.12" |
| 890 | + "version": "3.9.18" |
912 | 891 | }
|
913 | 892 | },
|
914 | 893 | "nbformat": 4,
|
|
0 commit comments