rich-policeman-92383
05/20/2021, 11:10 AMloud-island-88694
loud-island-88694
loud-island-88694
rich-policeman-92383
05/21/2021, 1:06 PMrich-policeman-92383
05/21/2021, 6:26 PMloud-island-88694
loud-island-88694
chilly-holiday-80781
05/21/2021, 7:20 PMchilly-holiday-80781
05/21/2021, 8:16 PMenv
? Were you including it in your yml?rich-policeman-92383
05/24/2021, 7:12 AM## command Executed
datahub ingest -c exmaples/mongodb_to_datahub.yml
# cat mongodb_to_datahub.yml
source:
type: "mongodb"
config:
connect_uri: "<mongodb://localhost>"
username: admin
password: password
authMechanism: "DEFAULT"
env: "DEV"
options: {}
database_pattern: {}
collection_pattern: {}
enableSchemaInference: True
schemaSamplingSize: 1000
# database_pattern/collection_pattern are similar to schema_pattern/table_pattern from above
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
# Error encountered:
1 validation erro for MongoDBConfig
env
extra fields not permitted (type=value_error.extra)
rich-policeman-92383
06/22/2021, 12:37 PMchilly-holiday-80781
06/22/2021, 5:00 PMrich-policeman-92383
06/23/2021, 5:24 AMchilly-holiday-80781
06/23/2021, 6:36 AMrich-policeman-92383
06/23/2021, 10:00 AM