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
Describe the bug Error: java.sql.SQLException: [Databricks]DatabricksJDBCDriver ERROR processing query/statement. Error Code: 0, SQL state: org.apache.hive.service.cli.HiveSQLException: Error running query: [UNRESOLVED_ROUTINE] org.apache.spark.sql.AnalysisException: [UNRESOLVED_ROUTINE] Cannot resolve function add_days on search path [system.builtin, system.session, spark_catalog.pwb_atlas_temp].;
add_days
system
builtin
session
spark_catalog
pwb_atlas_temp
To Reproduce Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information): Platform:
The text was updated successfully, but these errors were encountered:
@laacdm try using the databricks odbc driver as described here https://solutions.posit.co/connections/db/databases/databricks/#driver-options.
Eventually we will get DatabaseConnector jdbc drivers working but it will require new releases of DatabaseConnector and CDMConnector.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Error:
java.sql.SQLException: [Databricks]DatabricksJDBCDriver ERROR processing query/statement. Error Code: 0, SQL state: org.apache.hive.service.cli.HiveSQLException: Error running query: [UNRESOLVED_ROUTINE] org.apache.spark.sql.AnalysisException: [UNRESOLVED_ROUTINE] Cannot resolve function
add_days
on search path [system
.builtin
,system
.session
,spark_catalog
.pwb_atlas_temp
].;To Reproduce
Steps to reproduce the behavior:
name = "denominator",
cohortDateRange = c(as.Date("2008-01-01"), as.Date("2012-01-01")),
ageGroup = list(c(0, 150)),
sex = "Both",
daysPriorObservation = 0
)
Expected behavior
A table with the denominator cohort.
Screenshots
Desktop (please complete the following information):
Platform:
The text was updated successfully, but these errors were encountered: