Replies: 3 comments 13 replies
-
Hi @nipthisin, could you please wrap your snippets in the code block? It's mainly about the configuration definition, and sadly we're dealing with YAML design imperfections. I'm happy to assist here, though. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
10 replies
-
Let me test this config with v0.15 (the latest is v0.17.1) and I'll get back to you. 👍 |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi,
I doubt this is a bug so I'm posting it here, but hope someone can help with finding the problem.
Describe the bug
While trying to use the 'jobs' part of the config in order to have multiple DB connections instead of 'target', I receive multiple errors.
When using just one connection with a 'target' config, it works just fine.
To Reproduce
I add new lines to the jobs part one by one. It gives the correct error about missing the next respective part one by one.
Until I get to the last few lines where you define the connections. Described below.
Expected behavior
I get to connect to at least one database without an error.
Configuration
It works until this point and complains with message "exactly one of 'jobs' and 'target' must be defined":
After adding the next line there is an error "Unknown field in static_config: testname":
When only using the db string there is the error "did not find expected key":
This is how it should be written because it is how it works for all the other parts of the config. When having the full key value pair there is still the error "Unknown field in static_config: testname":
Playing with the indentation gives the error "exactly one of 'jobs' and 'target' must be defined":
Beta Was this translation helpful? Give feedback.
All reactions