-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Destination BigQuery: MM/DD/YYYY date format fails #23781
Comments
Hey @myyc could you submit your PR to this repo? The connector you modified is located here: https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-appstore-singer |
that's where i started, but then i realised this:
which is why i submitted it here. i believe that in order for this to change there needs to be a version bump here and in the airbyte repo. |
@sh4sh should the PR be the following change in the Dockerfile:
This seems to be the only option until this is merged: |
We have moved away from using dbt under the hood here. This issue should be resolved. Feel free to re-open if you run into this again. |
Environment
Current Behavior
This has been reported in a few places. Data looks like this:
As you can see,
end_date
andbegin_date
(possibly some others too) areMM/YY/DDDD
. This is a problem with the API but the connector should take care of it.Expected Behavior
Dates should be transformed into
YYYY-MM-DD
Logs
Relevant bits:
Steps to Reproduce
Are you willing to submit a PR?
WIP.
The text was updated successfully, but these errors were encountered: