-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
Source Quickbooks: Number data types are being transformed to strings #4292
Comments
@sherifnada login/password are not in Latspass, only test creds. |
Are the account test credentials available in Lastpass? - yes Task breakdown
Note - here is a link to singer code which do request and just yield records, meaning that singer doesn't apply any transformation. So the reason must be in schemas. All schemas were taken from here and for some properties there is the following block:
Airbyte doesn't recognize Link to task in zira. |
@Zirochkaa Quickbooks it's Intuit product. We can use its login and password, which is presented in Lastpass. |
* Source Quickbooks #4292 - migrate to Airbyte CDK * Source Quickbooks #4292 - use singer tap fork * Source Quickbooks #4292 - remove requirements.txt * Source Quickbooks #4292 - enable SAT except incremental test * Source Quickbooks #4292 - remove unnecessary files * Source Quickbooks #4292 - update cursor_field * Source Quickbooks #4292 - commented out incremental test * Source Quickbooks #4292 - enable incremental test * Source Quickbooks #4292 - fix build.gradle and acceptance-test-docker.sh * Source Quickbooks #4292 - update fork repo * Source Quickbooks #4292 - bump version
Expected Behavior
According to docs supported streams should leave number fields types as numbers in output schema.
Current Behavior
Most of number fields are being transformed to strings.
It's probably caused by these fields in
quickbooks-tap
being defined asSteps to Reproduce
Invoices
stream andTotalAmt
field. It's type is set to string, when it should be a number.Severity of the bug for you
Medium
Airbyte Version
0.26.2-alpha
Connector Version (if applicable)
0.1.1
The text was updated successfully, but these errors were encountered: