Skip to content

Commit 2c2b61c

Browse files
committed
uncomment all describe calls
1 parent 47a30a5 commit 2c2b61c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sagemaker-featurestore/feature_store_feature_processor.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
"car_data_pipeline_execution_arn = fp.execute(pipeline_name=car_data_pipeline_name)\n",
573573
"print(f\"Started an execution with execution arn: {car_data_pipeline_execution_arn}\")\n",
574574
"\n",
575-
"# fp.describe(pipeline_name=car_data_pipeline_name)"
575+
"fp.describe(pipeline_name=car_data_pipeline_name)"
576576
]
577577
},
578578
{
@@ -609,7 +609,7 @@
609609
")\n",
610610
"print(f\"Created a schedule.\")\n",
611611
"\n",
612-
"# fp.describe(pipeline_name=car_data_aggregated_pipeline_name)"
612+
"fp.describe(pipeline_name=car_data_aggregated_pipeline_name)"
613613
]
614614
},
615615
{
@@ -624,7 +624,7 @@
624624
"\"\"\"\n",
625625
"Feature Processor Pipelines in this account.\n",
626626
"\"\"\"\n",
627-
"# fp.list_pipelines()"
627+
"fp.list_pipelines()"
628628
]
629629
},
630630
{
@@ -663,7 +663,7 @@
663663
" state=\"DISABLED\",\n",
664664
")\n",
665665
"\n",
666-
"# print(f\"Disabled the schedule.\")"
666+
"print(f\"Disabled the schedule.\")"
667667
]
668668
},
669669
{

0 commit comments

Comments
 (0)