-
Notifications
You must be signed in to change notification settings - Fork 40
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
[CT-2413] [Bug] Non-functional testing for string_type
and numeric_type
static class methods
#81
Comments
string_type
and numeric_type
static class methodsstring_type
and numeric_type
static class methods
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Stale label - a haiku |
Your words have been heard, |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
Is this a new bug in dbt-core?
Current Behavior
Based on the documentation for the
string_type
static class method here, we'd expect the following query to work across adapters:But a package maintainer reported here that it doesn't work for dbt-bigquery, dbt-spark, or dbt-databricks.
Expected Behavior
See above.
Steps To Reproduce
See here for steps to reproduce.
Which database adapter are you using with dbt?
bigquery, spark
Suspected root cause
The primary testing for these two methods appears tautological to me (rather than actually testing platform-specific data types).
Acceptance criteria
string_type
andnumeric_type
adapter class methods that adapter maintainers can inheritThe text was updated successfully, but these errors were encountered: