datastore2bigquery
datastore2bigquery copied to clipboard
Compressed json fields do not export
any field that is defined as follows in python does not export
ndb.JsonProperty(indexed=False, compressed=True)
any strategy for this?
I haven't seen this yet.
Does the gcloud datastore export already leave it out or does it fail to import it into BQ?