We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba6536 commit 2a7a2bbCopy full SHA for 2a7a2bb
steps/ingest_data.py
@@ -49,7 +49,7 @@ def ingest_data(url: str) -> pd.DataFrame:
49
50
@step(experiment_tracker="neptune_experiment_tracker",enable_cache=False)
51
def ingest_data(url: str) -> pd.DataFrame:
52
- """ZenML Step: Ingests data from the provided URL."""
+ """ZenML Step: Ingests data from the provided URL"""
53
return DataIngestor.ingest_data(url)
54
55
0 commit comments