We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e910348 commit 1abc7cdCopy full SHA for 1abc7cd
tests/integration/test_dbutils.py
@@ -213,6 +213,7 @@ def test_secrets(w, random):
213
assert all_secrets[key_for_string] == random_value
214
assert all_secrets[key_for_bytes] == random_value
215
216
+
217
def test_dbutils_spark_import_no_error_if_doesnt_exist():
218
from databricks.sdk.runtime import spark
219
0 commit comments