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 @@ -1089,9 +1089,9 @@ def test_get_feature_group_with_role_region(
1089
1089
athena_bucket = f"{ offline_store_s3_uri } /query" ,
1090
1090
)
1091
1091
1092
+ assert not dataset .empty
1093
+ assert isinstance (dataset , DataFrame )
1092
1094
assert output ["FeatureGroupArn" ].endswith (f"feature-group/{ feature_group_name } " )
1093
- assert not dataset .empty
1094
- assert isinstance (dataset , DataFrame )
1095
1095
1096
1096
1097
1097
def test_get_feature_group_with_session (
@@ -1127,9 +1127,9 @@ def test_get_feature_group_with_session(
1127
1127
low_memory = False ,
1128
1128
) # Using kwargs to pass a parameter to pandas.read_csv
1129
1129
1130
+ assert not dataset .empty
1131
+ assert isinstance (dataset , DataFrame )
1130
1132
assert output ["FeatureGroupArn" ].endswith (f"feature-group/{ feature_group_name } " )
1131
- assert not dataset .empty
1132
- assert isinstance (dataset , DataFrame )
1133
1133
1134
1134
1135
1135
@contextmanager
You can’t perform that action at this time.
0 commit comments