We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Release https://github.com/AutoIDM/tap-clickup/releases/tag/v0.0.11
Introduced a regression where Tasks data only included Archived tasks.
The best way to test for this would be to test the data that gets returned from the clickup API , and do some counts like
select * from folder_task where archived='true'
A good rule of thumb would be when adding / removing something about a stream that changes the data, add a test proving that change.
The text was updated successfully, but these errors were encountered:
#84 was caused by bad testing.
Need to add data tests specefically for tasks
Sorry, something went wrong.
Check for duplicates of
No branches or pull requests
Release https://github.com/AutoIDM/tap-clickup/releases/tag/v0.0.11
Introduced a regression where Tasks data only included Archived tasks.
The best way to test for this would be to test the data that gets returned from the clickup API , and do some counts like
select * from folder_task where archived='true'
A good rule of thumb would be when adding / removing something about a stream that changes the data, add a test proving that change.
The text was updated successfully, but these errors were encountered: