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
Previously when a source reported a sourceDefinedCursor: true but cursorField: [] we would display <source-defined> as the cursor:
sourceDefinedCursor: true
cursorField: []
<source-defined>
With the new stream table row design, this has changed to missing:
missing
This is potentially confusing, because the user cannot do anything to fix a "missing" source defined cursor.
Slack context: https://airbytehq-team.slack.com/archives/C03088BTMFC/p1687540346040239
cc @tealjulia
The text was updated successfully, but these errors were encountered:
teallarson
No branches or pull requests
Previously when a source reported a
sourceDefinedCursor: true
butcursorField: []
we would display<source-defined>
as the cursor:With the new stream table row design, this has changed to
missing
:This is potentially confusing, because the user cannot do anything to fix a "missing" source defined cursor.
Slack context: https://airbytehq-team.slack.com/archives/C03088BTMFC/p1687540346040239
cc @tealjulia
The text was updated successfully, but these errors were encountered: