Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Mar 22, 2023
1 parent 3dfed17 commit b6d778e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytekit/types/schema/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def format(cls) -> SchemaFormat:
def __class_getitem__(
cls, columns: typing.Dict[str, typing.Type], fmt: SchemaFormat = SchemaFormat.PARQUET
) -> Type[FlyteSchema]:
logger.warning("FlyteSchema is deprecated, use Structured Dataset instead.")
if columns is None:
return FlyteSchema

Expand Down

0 comments on commit b6d778e

Please sign in to comment.