Skip to content

Commit ae9fa0b

Browse files
committed
fix
1 parent 5801831 commit ae9fa0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/hopsworks/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ def _initialize_module_apis():
358358
def create_project(name: str, description: str = None, feature_store_topic: str = None):
359359
"""Create a new project.
360360
361+
!!! warn
362+
This is not supported if you are connected to [Serverless Hopsworks](https://app.hopsworks.ai)
363+
361364
Example for creating a new project
362365
363366
```python

0 commit comments

Comments
 (0)