-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-fivetran] Implement base poll method in FivetranClient (#26060)
## Summary & Motivation This PR reworks legacy oll method and implements it in the `FivetranClient`: - `poll_sync` is added based on legacy `poll_sync` - the way of handling the connector sync status has been updated - Logic has been reworked and moved to `FivetranConnector` properties Tests mock the request API calls and make sure that all calls are made. ## How I Tested These Changes Additional unit tests with BK
- Loading branch information
1 parent
85290cb
commit f9f53fc
Showing
4 changed files
with
223 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.