Skip to content

Commit

Permalink
[HOPSWORKS-3203] support GCS connector for external training datasets (
Browse files Browse the repository at this point in the history
  • Loading branch information
dhananjay-mk authored Jun 16, 2022
1 parent 9ad5322 commit ded198a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/hsfs/training_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ def _infer_training_dataset_type(self, connector_type):
elif (
connector_type == StorageConnector.S3
or connector_type == StorageConnector.ADLS
or connector_type == StorageConnector.GCS
):
return self.EXTERNAL
else:
Expand Down

0 comments on commit ded198a

Please sign in to comment.