You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"exception_message": "[UNRESOLVED_ROUTINE] Cannot resolve function col on search path [system.builtin, system.session, dbw_gt_data_uat_lake_catalog.default]. SQLSTATE: 42883; line 1 pos 0\n\nJVM stack..."
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi! I have a problem when trying to use row_condition. No matter how I write the condition I always get an error.
I'm using GX 1.3.3 in Databricks (14.3 LTS (includes Apache Spark 3.5.0, Scala 2.12)) with Python 3.10.12
The data asset is a simple pyspark DF:
df = spark.createDataFrame([("accepted", "-1", 1), ("rejected", "-1", 2), ("new", "-1", 3), ("dismissed", "-1", 4), ("canceled", "1", 5)], ["status_code", "offer_id", "integration_id"])
Parameters:
The functions I'm using to create the context and test the expectation:
The exception message is:
The text was updated successfully, but these errors were encountered: