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
Several of the features in the documentation on Github aren't available unless you clone from Github. Y'all should drop a new release.
Try to use case_sensitive_schemas in a generate_source invocation:
case_sensitive_schemas
dbt run-operation generate_source --args '{"schema_name": "sample", "case_sensitive_schemas": "True", "case_sensitive_tables":"True"}'
Case sensitive schemas!
Encountered an error while running operation: Compilation Error macro 'dbt_macro__generate_source' takes no keyword argument 'case_sensitive_schemas'
packages:
Which database are you using dbt with?
The output of dbt --version:
dbt --version
Versionless
The operating system you're using:
dbtCloud
The output of python --version:
python --version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Several of the features in the documentation on Github aren't available unless you clone from Github. Y'all should drop a new release.
Steps to reproduce
Try to use
case_sensitive_schemas
in a generate_source invocation:dbt run-operation generate_source --args '{"schema_name": "sample", "case_sensitive_schemas": "True", "case_sensitive_tables":"True"}'
Expected results
Case sensitive schemas!
Actual results
Screenshots and log output
System information
packages:
version: 1.3.0
version: 0.12.1
Which database are you using dbt with?
The output of
dbt --version
:Versionless
The operating system you're using:
dbtCloud
The output of
python --version
:dbtCloud
The text was updated successfully, but these errors were encountered: