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

feat: testing framework in python and microsoft fabric support with expression grammar and evaluation support #30

Merged
merged 131 commits into from
Dec 8, 2023

Conversation

arjendev
Copy link
Collaborator

@arjendev arjendev commented Nov 15, 2023

This PR transforms our framework from dotnet to python with an insane amount of new features like:

  1. Support for Fabric and Azure Data Factory with a unified model to support any activity and be resilient for future changes in activities
  2. Expression parsing with lark-parser with our own grammar definition and evaluation
  3. 100% expression function call coverage with a few missing cases around xml / date formats)
  4. All iteration activities are implemented (e.g. switch, foreach, filter, set-variable etc..)
  5. Child activity evaluation and pipelineReturnValue support

And a lot more...

arjendev and others added 30 commits November 8, 2023 10:37
@arjendev arjendev self-assigned this Dec 1, 2023
@arjendev arjendev added the enhancement New feature or request label Dec 1, 2023
@arjendev arjendev added this to the 2023-12 milestone Dec 1, 2023
jayachithra
jayachithra previously approved these changes Dec 8, 2023
.github/workflows/ci-cd.yml Outdated Show resolved Hide resolved
@arjendev arjendev merged commit 44e3a5f into main Dec 8, 2023
2 checks passed
@arjendev arjendev linked an issue Dec 11, 2023 that may be closed by this pull request
@arjendev arjendev deleted the feature/python-codebase branch December 24, 2023 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
3 participants