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
The current way tests are implemented makes heavy use of inheritance, which causes problems for the singer-sdk pytest plugin.
This is blocking things like
ACTIVATE_VERSION
WHERE
batch_size_rows
from benefitting this project.
The text was updated successfully, but these errors were encountered:
Tests are passing now, but a couple had to be disabled (#165) to allow us to move forward in #164
Sorry, something went wrong.
No branches or pull requests
The current way tests are implemented makes heavy use of inheritance, which causes problems for the singer-sdk pytest plugin.
This is blocking things like
ACTIVATE_VERSION
messages now use the sameWHERE
clause meltano/sdk#2242batch_size_rows
setting to configure how many rows are loaded in each record batch meltano/sdk#2248from benefitting this project.
The text was updated successfully, but these errors were encountered: