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
Copy file name to clipboardExpand all lines: README.md
+11-9
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
A stand-alone test framework that allows to write unit tests for Data Factory pipelines on [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/data-factory/) and [Azure Data Factory](https://learn.microsoft.com/en-us/azure/data-factory/concepts-pipelines-activities?tabs=data-factory).
4
4
5
+
> The framework is currently in _Public Preview_ and is not officially supported by Microsoft.
6
+
5
7
## Features :rocket:
6
8
7
9
The framework evaluates pipeline and activity definitions which can be asserted. It does so by providing the following features:
The framework has the following limitations at the moment:
90
+
91
+
1. The framework reimplements the Data Factory expression language in Python. This means that it might not be 100% accurate with the actual Data Factory language, especially when it comes to xml functions.
92
+
2. The framework does not support automatic type conversion of arguments passed to functions in expressions.
93
+
94
+
> These limitations are top priority to be resolved in the future.
95
+
85
96
## Contributing :handshake:
86
97
87
98
This project welcomes contributions and suggestions. Most contributions require you to agree to a
@@ -96,15 +107,6 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
96
107
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
97
108
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
98
109
99
-
## Disclaimer :warning:
100
-
101
-
This unit test framework is not officially supported.
102
-
It is currently in an experimental state and has not been tested with every single data factory resource.
103
-
It should support all activities out-of-the-box but has not been thoroughly tested,
104
-
please report any issues in the issues section and include an example of the pipeline that is not working as expected.
105
-
106
-
If there's a lot of interest in this framework, then we will continue to improve it and move it to a production-ready state.
107
-
108
110
## Trademarks :tm:
109
111
110
112
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
0 commit comments