Hello. I have a question. Containers get the same ...
# ingestion
s
Hello. I have a question. Containers get the same DB name. Can I have just one DB name?
c
Yes. We should get only one for a db name but from screenshot looks like the type of 2 containers is different (database and schema). Can you elaborate how you landed on this stage and we can check why discrepancy is coming up. Basically, if you can give steps to reproduce this.
s
@careful-pilot-86309 This is mysql recipe
Copy code
source:
  type: mysql
  config:
    host_port: localhost:3306
    database: im_db
    username: root
    password: root

sink:
    type: datahub-rest
    config:
      server: "<http://localhost:8080>"
c
Hi SJ, Can you check and confirm, which are the 2 entities in container
im_db
of type
database
and are all 14 datasets in schema one?
s
Yes
c
Thanks a lot for information. I will check and get back.