Skip to content

hue supported multiple mysql source #3414

Answered by Meepoljdx
luhea asked this question in Questions
Discussion options

You must be logged in to vote

You can try to config rdbms to achieve this goal, this is my way to connect two PostgreSQL Server:

[notebook]
...
  [[interpreters]]
    [[[postgresql2]]]
      name=PostgreSQL2
      interface=rdbms

    [[[postgresql3]]]
      name=PostgreSQL3
      interface=rdbms

[librdbms]
...
  [[databases]]
    [[[postgresql2]]]
      nice_name = "PostgreSQL2"
      name=hue
      engine=postgresql_psycopg2
      host=bigdata-m-002
      port=5432
      user=postgres
      password=XXX
      options={}
      schema=public

    [[[postgresql3]]]
      nice_name = "PostgreSQL3"
      name=metadata
      engine=postgresql_psycopg2
      host=XXXX
      port=5832
      user=postgres
      password=XXX…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@luhea
Comment options

@Meepoljdx
Comment options

Answer selected by luhea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants