You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add data/datastore mount in AzureML SDK, depending on azureml-dataprep-rslex (#31223)
* add data.mount in SDK, depending on azureml-dataprep-rslex
* impl datastore.mount()
* Update docstring for datastore.mount
* point to azureml-dataprep-rslex whl in setup.py
* Use build on test index
https://msdata.visualstudio.com/Vienna/_build/results?buildId=100511334&view=resultshttps://dataprepdownloads.azureedge.net/pypi/test-M3ME5B1GMEM3SW0W/100511334/
* from azureml.dataprep import rslex_fuse_cli
* update rslex version
* pass debug bool argument
* add type annotation; fix datastore docstring
* add TODO comment
* rename rslex_fuse_cli -> rslex_fuse_subprocess_wrapper
* Add azureml-dataprep-rslex to shared_requirements.txt
* # cspell:ignore rslex
* black reformat
* support persistent on CI (TODO: call MLC)
* Add mlc swagger, update autorest config
* overwrite with online version
* Revert "overwrite with online version"
This reverts commit d91db0d.
* Revert "Add mlc swagger, update autorest config"
This reverts commit be24871.
* [stash] manually add updateDataMounts to swagger.json
* generated operation for MLC updateDataMounts
* add code to call compute operation: ?
* [stash]
* add body type in swagger.json
* [stash] update path in command
* generated compute operations with body type, both w/ & wo/ aio
* Add body calling MLC update_data_mounts
* black format
* Fix: [ComputeInstanceDataMount]
* specify api_version; poll; impl datastore op
* pass user specified mount_point in persistent mount
* Fix default mount_point; remove mount_name TODO
* amend: parity in _datastore_operations.py
* credential pass-in for data/datastore mount()
* Add to DatastoreOperations self._compute_operation = serviceclient_2023_04_01_preview.compute
* Revert "add body type in swagger.json"
This reverts commit 5b7d67f.
* Revert "[stash] manually add updateDataMounts to swagger.json"
This reverts commit 9c59d0d.
* Revert "generated compute operations with body type, both w/ & wo/ aio"
This reverts commit a835869.
* Revert "generated operation for MLC updateDataMounts"
This reverts commit 46ef0a7.
* Revert "[stash] update path in command"
This reverts commit f4a682e.
* Revert "Revert "generated operation for MLC updateDataMounts""
This reverts commit 1e686c0.
* Revert "[stash]"
This reverts commit e0586bb.
* Revert "Revert "Revert "generated operation for MLC updateDataMounts"""
This reverts commit 8bbe587.
* Point to 2024-01-01 client
* Fix NameError: name 'experimental' is not defined
* black
* Update mocks for data/datastore operations
* fix mock syntax error
* Add fixture mock_aml_services_2024_01_01_preview
* Fix fixture name mock_aml_services_2024_01_01_preview
* black formatting
* Fix pylint: R1723(no-else-break), W0613(unused-argument), C4739(docstring-missing-param), C4740(docstring-missing-type)
* Remove comments on TBD timeout
* Disable E1123(unexpected-keyword-arg) temporarily
* Revert "Disable E1123(unexpected-keyword-arg) temporarily"
This reverts commit d60f1e4.
* point to azureml-dataprep-rslex>=2.22.0
* add rslex to spell check allowlist
* ", where the 'CI_NAME' environment variable is set."
Co-authored-by: MilesHolland <[email protected]>
* ", where the 'CI_NAME' environment variable is set."
Co-authored-by: MilesHolland <[email protected]>
* Add in _data_operations.py clause ", where the 'CI_NAME' environment variable is set."
* Add clause in both datastore and data ", so that you can access data ..."
* Change azureml-dataprep-rslex to be an extra, operation-specific dependency
* Add unit test (azureml-dataprep-rslex ImportError)
* Update dummy mount path to be under /tmp
* fix errors from pylint
* black reformat
* UT patches azureml.dataprep.rslex_fuse_subprocess_wrapper
---------
Co-authored-by: MilesHolland <[email protected]>
0 commit comments