First time user, how to select source in query #7026
Replies: 1 comment
-
EDIT : sources:
- name: sourcea
handler:
mysql:
host: localhost
port: 3306
user: root
password: root
database: sourcea
transforms:
- prefix:
value: sourcea_
includeRootOperations: true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to use mesh with the following source :
Both of the db have the exact same table in it.
I'm trying to do a request, but I have the count for just one db and not the other :
What I have to do for selecting sourcea or sourceb or both of them ?
In the explorer I just have each table one time without any mention of soucea or sourceb but in the
.mesh
folder I have the following file :In the first schema, no mention of sourcea or sourceb, but just the list of all the table.
Beta Was this translation helpful? Give feedback.
All reactions