Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

363
Vistas
Error : "pymongo.errors.OperationFailure: Feature not supported: splitVector" While using ReadFromMongoDB in Apache Beam

I am trying to read data from mongodb(which is running in AWS Documentdb) and write to bigquery.

I have written python code for that and running it using python3 command. My pipeline string looks like below:

p | ReadFromMongoDB(uri='mongodb://documentdb_url:27017',db="test_db",coll="test_collection") | beam.Map(json_parse_fun) | 'WriteToBigQuery' >> beam.io.WriteToBigQuery('target_bq_table', write_disposition=beam.io.BigQueryDisposition.WRITE_APPEND)

json_parse_fun() converts mongodb data into JSON file.

but when i run this code, dataflow job fails with below error:

pymongo.errors.OperationFailure: Feature not supported: splitVector
over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

MongoDB does not "run in DocumentDB".

DocumentDB is an imitation database implementing some of MongoDB's features. You found a feature it doesn't implement.

See "Feature not supported: $text" in document db with mongodb 3.6 compatiability.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda