-
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 sync_and_poll method in FivetranClient (#…
…26061) ## Summary & Motivation This PR uses the sync and poll methods implemented in previous PRs to implement `sync_and_poll` in `FivetranClient`. This method will be used in a subsequent PR to materialize Fivetran assets. Tests are added to test the full sync and poll behavior. ## How I Tested These Changes Additional unit tests with BK
- Loading branch information
1 parent
9fdb658
commit d1742d2
Showing
3 changed files
with
134 additions
and
11 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