-
Notifications
You must be signed in to change notification settings - Fork 21
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: add synapse support #128
Conversation
jayachithra
commented
Aug 26, 2024
•
edited
Loading
edited
- Added support for Azure Synapse Analytics
- Added example pipeline and tests
- Updated docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, this is amazingly compact and well done for adding support of another product.
Just leaving a few thoughts/remarks - the final decision would be with @arjendev.
Maybe we should consider adding all TestFrameworkTypes to our api
tests that should guarantee we do not break the APIs (see here
def test_package_classes() -> None: |
examples/data_factory/copy_blobs/test_data_factory_copy_blobs_unit.py
Outdated
Show resolved
Hide resolved
tests/functional/switch_activity_pipeline/test_switch_activity_pipeline.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @jayachithra! This is going to open up the framework for a ton of additional users!
examples/data_factory/copy_blobs/test_data_factory_copy_blobs_unit.py
Outdated
Show resolved
Hide resolved
tests/functional/execute_child_pipeline/test_execute_child_pipeline_activity.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for answering and clarifying - LGTM and will approve.
1867c5c
to
d36ca30
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a yet huuuge milestone for the framework, awesome work @jayachithra!
Approving! As discussed, please make sure the switch default-case is still covered with tests.
I trust you and Leonard to ensure this is covered, thanks!
4c6c4e4
to
0f18ef9
Compare
0f18ef9
to
401aa75
Compare
Ok, checked |