Azure / Azure/MachineLearningNotebooks
Does the change based schedule in pipeline support listening to a specific file or can it only listen to folders?
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Does the change based schedule in pipeline support listening to a specific file or can it only listen to folders?
I mean change of just test.txt file in path_on_datastore test-data/test.txt
or it is just working for folders test-data/ ?
from azureml.core.datastore import Datastore
datastore = Datastore(workspace=ws, name="workspaceblobstore")
schedule = Schedule.create(workspace=ws, name="My_Schedule",
pipeline_id=pub_pipeline_id,
experiment_name='Schedule-run-sample',
datastore=datastore,
wait_for_provisioning=True,
description="Schedule Run"),
path_on_datastore="file/path")
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Schedule.create call and its datastore and path_on_datastore arguments shown in the issue. Verify whether path_on_datastore accepts a single file or only a folder, then document the supported behavior and an example for test-data/test.txt if applicable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, cloud, machine-learning
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100