Skip to content

Conversation

@jacalata
Copy link
Contributor

Datasource refresh expects empty requests.
Closes #1553

jacalata and others added 2 commits January 6, 2025 13:46
Update 0 files to catch up with master at 0.35
* hotfix: Datasource refresh expects empty requests.

Closes #1553
---------

Co-authored-by: Jordan Woods <[email protected]>
id_ = getattr(datasource_item, "id", datasource_item)
url = f"{self.baseurl}/{id_}/refresh"
refresh_req = RequestFactory.Task.refresh_req(incremental)
# refresh_req = RequestFactory.Task.refresh_req(incremental)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove the commented code.

@jacalata jacalata merged commit 42cecfe into master Jan 10, 2025
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version 0.35 has a BUG,I switched back to 0.34 and it worked.

4 participants