-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix ETLs for scooter companies #78
Comments
I don't have an encyclopedic knowledge of this DAG at the moment, but I see a few things going on with recent failures:
|
With regards to point 2 above: I suspect the issue is in |
@ian-r-rose correct on point 2 - this is a side-effect of |
@thekaveman thanks for taking a look. I think we do care about the schema of the temp table. At least some of the time, pandas seems to be making the inference that It seems to me that an appropriate fix would be to set the dtypes of the dataframe before calling |
@ian-r-rose makes sense... there is a certain amount of dtype fixing happening in
And similarly for It looks like the library already marks the |
Thanks for the link. AFAIK An alternative to setting the dtype on the dataframe would be to set it to the appropriate sqlalchemy types in |
9/25 Update: Opened PR CityofSantaMonica/mds-provider#82 to fix silent errors issue Fixed Remaining issues for Bolt, Bird. (see CityofSantaMonica/mds-provider#83) and email to Bolt. |
The new Bolt urls seem to be okay, but we are now getting 401 errors saying that the token failed to parse. Is the token up-to-date? |
I am also seeing authorization errors for Bird now. |
Okay, so it's looking to me like Bolt tokens expire after a few minutes, so we can't store them directly in the |
Does Bolt use an OAuth
"provider name": {
"client_id": "client id here",
"client_secret": "client secret here",
"scope": "scope(s) here",
"token_url": "OAuth token refresh URL here"
} |
tagging @RMK0110 |
completed! |
upgrade to 0.3.0 means that things have been less stable than expected.
Review and backfill data for all companies going back to
09-01-2019
The text was updated successfully, but these errors were encountered: