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: Added dataset parameters to dataflow debug settings and added tests #228

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    d4c313c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Update src/Arcus.Testing.Integration.DataFactory/TemporaryDataFlowDeb…

    …ugSession.cs
    
    Co-authored-by: Stijn Moreels <9039753+stijnmoreels@users.noreply.github.com>
    ClementVaillantCodit and stijnmoreels authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    376ead8 View commit details
    Browse the repository at this point in the history
  2. Update src/Arcus.Testing.Integration.DataFactory/TemporaryDataFlowDeb…

    …ugSession.cs
    
    Co-authored-by: Stijn Moreels <9039753+stijnmoreels@users.noreply.github.com>
    ClementVaillantCodit and stijnmoreels authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5b19749 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Refactor DataFlow handling and add dataset parameter support:

    - Reorganized using directives in TemporaryDataFlowDebugSession.cs.
    - Modified RunDataFlowOptions to change DataSetParameters type, add null checks, and handle nested dictionaries.
    - Enhanced TemporaryDataFactoryDataFlow with new properties, methods, and dataset parameter handling.
    - Updated RunDataFlowTests with a new test for dataset parameters and removed obsolete tests.
    ClementVaillantCodit committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a0bb61d View commit details
    Browse the repository at this point in the history
  2. Fixed conflict

    ClementVaillantCodit committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    fa275b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7f45e2 View commit details
    Browse the repository at this point in the history
  4. Updated integration DataFactory documentation to include new method a…

    …vailable in options to pass dataset parameter(s)
    ClementVaillantCodit committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6a8e5b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39a8752 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2b4aa4 View commit details
    Browse the repository at this point in the history