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
dbt run-operation spark_optimize_delta_tables 06:24:27 Running with dbt=1.8.5 06:24:28 Registered adapter: databricks=1.8.5 06:24:29 Found 235 models, 17 snapshots, 83 data tests, 6 seeds, 142 sources, 5 exposures, 785 macros 06:24:30 Encountered an error while running operation: Runtime Error Runtime Error [PARSE_SYNTAX_ERROR] Syntax error at or near '''': missing 'LIKE'. SQLSTATE: 42601 (line 2, pos 29) == SQL == / {"app": "dbt", "dbt_version": "1.8.5", "dbt_databricks_version": "1.8.5", "databricks_sql_connector_version": "3.1.2", "profile_name": "liseberg-databricks", "target_name": "dev", "connection_name": "macro_spark_optimize_delta_tables"} / show table extended in like '' -----------------------------^^^
I have created an issue here: dbt-labs/spark-utils#38 But since I do not know where the real problem is I create an issue in this repo as well.
dbt --version Core:
Plugins:
python --version Python 3.11.6
packages:
The text was updated successfully, but these errors were encountered:
Since we have no code for that operation, I suspect the fix would have to come from them.
Sorry, something went wrong.
This problem is caused by a change in dbt-spark. dbt-labs/dbt-spark#1048 It should be fixed there. Closing this issue.
No branches or pull requests
dbt run-operation spark_optimize_delta_tables
06:24:27 Running with dbt=1.8.5
06:24:28 Registered adapter: databricks=1.8.5
06:24:29 Found 235 models, 17 snapshots, 83 data tests, 6 seeds, 142 sources, 5 exposures, 785 macros
06:24:30 Encountered an error while running operation: Runtime Error
Runtime Error
[PARSE_SYNTAX_ERROR] Syntax error at or near '''': missing 'LIKE'. SQLSTATE: 42601 (line 2, pos 29)
== SQL ==
/ {"app": "dbt", "dbt_version": "1.8.5", "dbt_databricks_version": "1.8.5", "databricks_sql_connector_version": "3.1.2", "profile_name": "liseberg-databricks", "target_name": "dev", "connection_name": "macro_spark_optimize_delta_tables"} /
show table extended in like ''
-----------------------------^^^
I have created an issue here: dbt-labs/spark-utils#38
But since I do not know where the real problem is I create an issue in this repo as well.
Plugins:
packages.yml
packages:
version: 1.2.0
version: 0.9.0
version: 0.3.0
The text was updated successfully, but these errors were encountered: