File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
tests/unit/source_code/linters Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -30,24 +30,6 @@ def test_spark_dynamic_sql(empty_index) -> None:
30
30
sqf = SparkTableNamePyLinter (ftf , empty_index , session_state )
31
31
assert not list (sqf .lint (source ))
32
32
33
- def test_dbfs_stuff (empty_index ) -> None :
34
- source = """
35
- # Databricks notebook source
36
- # MAGIC %run ./_param_connexion_formation
37
-
38
- # COMMAND ----------
39
-
40
- from pyspark.sql import functions as F
41
-
42
- # COMMAND ----------
43
-
44
- path_dossierLIZZY = searchPathRecent('/mnt/mnt_datalake_smartCompetencies/', repLIZZY)
45
- """
46
- session_state = CurrentSessionState ()
47
- ftf = FromTableSqlLinter (empty_index , session_state )
48
- sqf = SparkTableNamePyLinter (ftf , empty_index , session_state )
49
- assert not list (sqf .lint (source ))
50
-
51
33
def test_linter_context_python_linter_lints_table_pending_migration_with_empty_index (empty_index ) -> None :
52
34
source_code = """
53
35
for i in range(10):
You can’t perform that action at this time.
0 commit comments