Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataFlow Activity Support #140

Open
deenairn opened this issue Nov 7, 2024 · 0 comments
Open

DataFlow Activity Support #140

deenairn opened this issue Nov 7, 2024 · 0 comments

Comments

@deenairn
Copy link
Contributor

deenairn commented Nov 7, 2024

The framework looks like it does a great job of testing individual activities in Pipelines.

Feature Request
However, the ADF DataFlow Activity can have some quite complex transformations in place, and it would be great if there were a way to substitute the DataFlow data source for a fixed string, and then test that the transformation against this (JSON for JSON data type, array of arrays for delimited text or database types, XML for XML data types, etc) so you can provide a reasonable unit test for complex transformations of data.

i.e. for a DataFlow that takes in a JSON data type in Blob Storage and outputs to a Delimited Text in Blob Storage, you can do something like

setup activity with simple JSON like:

[ { "name": "Donald", "age": 21 }]

assert that it returns what you expect via checking against a CSV like

Name,Age
Donald,21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant