You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sounds great. I think the script is pretty straightforward, with a couple tweaks for our specific use case.
For one, dynamo seems to have coerced all floats to Decimal-precision values, so I'd want to check to make sure, e.g., that Decimal('2.01') gets converted to '2.01' not "Decimal('2.01')"!
name/case conflicts, type mismatch, and other issues are popping up. getting this right is critical to making DataFS usable.
The text was updated successfully, but these errors were encountered: