Skip to content

Commit 3dafdd8

Browse files
committed
docs: update preview state and address limitations
1 parent d57709e commit 3dafdd8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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).
44

5+
> The framework is currently in _Public Preview_ and is not officially supported by Microsoft.
6+
57
## Features :rocket:
68

79
The framework evaluates pipeline and activity definitions which can be asserted. It does so by providing the following features:
@@ -82,6 +84,15 @@ Azure Data Factory:
8284
1. [Copy blobs example](examples/data_factory/copy_blobs/README.md)
8385
2. [Batch job example](examples/data_factory/batch_job/README.md)
8486

87+
## Limitations :warning:
88+
89+
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+
8596
## Contributing :handshake:
8697

8798
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
96107
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
97108
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
98109

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-
108110
## Trademarks :tm:
109111

110112
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft

0 commit comments

Comments
 (0)