File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 572
572
" car_data_pipeline_execution_arn = fp.execute(pipeline_name=car_data_pipeline_name)\n " ,
573
573
" print(f\" Started an execution with execution arn: {car_data_pipeline_execution_arn}\" )\n " ,
574
574
" \n " ,
575
- " # fp.describe(pipeline_name=car_data_pipeline_name)"
575
+ " fp.describe(pipeline_name=car_data_pipeline_name)"
576
576
]
577
577
},
578
578
{
609
609
" )\n " ,
610
610
" print(f\" Created a schedule.\" )\n " ,
611
611
" \n " ,
612
- " # fp.describe(pipeline_name=car_data_aggregated_pipeline_name)"
612
+ " fp.describe(pipeline_name=car_data_aggregated_pipeline_name)"
613
613
]
614
614
},
615
615
{
624
624
" \"\"\"\n " ,
625
625
" Feature Processor Pipelines in this account.\n " ,
626
626
" \"\"\"\n " ,
627
- " # fp.list_pipelines()"
627
+ " fp.list_pipelines()"
628
628
]
629
629
},
630
630
{
663
663
" state=\" DISABLED\" ,\n " ,
664
664
" )\n " ,
665
665
" \n " ,
666
- " # print(f\" Disabled the schedule.\" )"
666
+ " print(f\" Disabled the schedule.\" )"
667
667
]
668
668
},
669
669
{
You can’t perform that action at this time.
0 commit comments