We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb6b05 commit 4558566Copy full SHA for 4558566
features/steps/cli_steps.py
@@ -545,9 +545,6 @@ def is_created(name):
545
if "data" in tools_list: # data tool
546
assert is_created("data"), "data directory does not exist"
547
548
- if "pyspark" in tools_list: # PySpark tool
549
- assert is_created("conf/base/spark.yml"), "spark.yml does not exist"
550
-
551
if "viz" in tools_list: # viz tool
552
expected_reporting_path = Path(
553
f"src/{context.package_name}/pipelines/reporting"
0 commit comments