-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation on config.json inputs? #25
Comments
This passes the Discovery Mode and throws KeyError: 'tables'. { |
Found this thread on Slack which confirms the need for either a tables list or a tables dict:
It's not clear from context, but perhaps something like this inside the {
"tables": ["filename.json"]
} |
@dmosorast and @cosimon - It looks like you 2 are the most recent contributors to PRs on this repo. |
Give this a try:
|
@rfa-mpatel - Thanks very much! This points us in the right direction, for sure! 🚀 @ahardisty - I used this tool to unescape the json and then this tool to prettify the output. Here's the underlying structure from above, prettified for readability:
|
We're looking to use this tap in one of our pipelines but we're having difficulty with the configuration. Does anyone have a config guide somewhere or a list of required/optional settings?
Happy to submit a PR to help expand the documentation, if someone is able to lead me in the right direction.
Thanks!
The text was updated successfully, but these errors were encountered: