A data engineer is attempting to write Python and SQL in the same command cell and is running into an error The engineer thought that it was possible to use a Python variable in a select statement.
Why does the command fail?
A.
Databricks supports multiple languages but only one per notebook.
B.
Databricks supports language interoperability in the same cell but only between Scala and SQL
C.
Databricks supports language interoperability but only if a special character is used.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit