Skip to content

Commit 0786ab8

Browse files
Unexclude data_transfer folder (#34014)
* unexclude data_transfer folder * update
1 parent 09b86c2 commit 0786ab8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/entities/_data_import/data_import.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def _to_rest_object(self) -> RestDataImport:
105105

106106
@classmethod
107107
def _from_rest_object(cls, data_rest_object: RestDataImport) -> "DataImport":
108+
source: Any = None
108109
if isinstance(data_rest_object.source, RestDatabaseSource):
109110
source = Database(
110111
connection=data_rest_object.source.connection,

sdk/ml/azure-ai-ml/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ exclude = [
3232
"azure/ai/ml/_file_utils/",
3333
"azure/ai/ml/_logging/",
3434
"azure/ai/ml/_utils",
35-
"azure/ai/ml/data_transfer/",
3635
"azure/ai/ml/exceptions.py",
3736
"azure/ai/ml/_exception_helper.py",
3837
]

0 commit comments

Comments
 (0)