We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a sources.yaml file, the json-schema indicates that loader: <str> is not valid within a tables: dict, when it is actually allowed there.
sources.yaml
loader: <str>
tables:
The text was updated successfully, but these errors were encountered:
Good spotting! I'd welcome a PR to fix this 🛠️
Sorry, something went wrong.
Add loader to table-level properties
loader
f5032ac
Addresses dbt-labs#28
Add loader to table-level properties (#32)
a0c669e
Addresses #28
No branches or pull requests
In a
sources.yaml
file, the json-schema indicates thatloader: <str>
is not valid within atables:
dict, when it is actually allowed there.The text was updated successfully, but these errors were encountered: